Skip to search.
phpexperts

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 14587 - 14616 of 15513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14587 Tonmoy Paul
tonmoypaul Offline Send Email
Apr 1, 2011
6:00 pm
Dear All: I am new to PHP MySQL, I am doing a little project work with it. It looks like ticketing system/mailing system. I have own domain's email addresses...
14588 KHAIRUL Alam
khairulalamruet Offline Send Email
Apr 1, 2011
6:01 pm
Please check this link for knowing detail http://codehunterbd.wordpress.com/2010/09/30/install-problem-apache-wont-start-on-w2k-machine/ I hope if you follow...
14589 abdullah al jahid sha...
abdullah_al_... Offline Send Email
Apr 2, 2011
1:33 am
Hi, If you have a PHP supported hosting you can easily use Email just with php mail() function. In email system, the "From" information actually comes in...
14590 Arafat Rahman
opurahman Offline Send Email
Apr 2, 2011
1:58 am
Hi Tonmoy, I guess you did not change the MX record on your hosting. If your hosting is cPanel, then you may follow this process to edit MX record. 1. Log in...
14591 Anik
tanvir_cse Offline Send Email
Apr 2, 2011
1:43 pm
Hello, I want to develop an online education script similar to http://www.champs21.com/ . I need suggestions about how to develop such kind of script . Are...
14592 foysal foysal
nowphp Offline Send Email
Apr 3, 2011
3:33 am
Dear Anik Why are you looking for open source script?? why dont you develop it yourself?? If you want to develop it, i can be a developing partner of you. ...
14593 Sarwar Hossain
shuvo4 Offline Send Email
Apr 3, 2011
6:56 am
Hi, You might check http://moodle.org/ , its open source e-learning cms, its really cool. you can try it. Thanks Sarwar...
14594 M A Hossain Tonu
tonu71 Offline Send Email
Apr 3, 2011
7:49 am
Hi, http://speckyboy.com/2010/01/11/10-completely-free-wireframe-and-mockup-applications/ can use one of them which suits your requirement. Regards M A Hossain...
14595 foysal foysal
nowphp Offline Send Email
Apr 3, 2011
10:27 am
Hi all I am working with Calender class of CodeIgniter. I am facing problem with customizing this Calender Class. Is there any one who has experience about ...
14596 abuhena shaiful islam
saif_shobus Offline Send Email
Apr 4, 2011
11:41 am
Hi Anik, better u try yourself. Start with simple structure such as for a question set with answer set, take answers from users by form, save result in DB and...
14597 Guru™
nagendra802000 Offline Send Email
Apr 4, 2011
1:01 pm
Hi Richard, I am using simple PHP mail function but, I am unable to send an email to myself. What I want is when the user click on submit button I should get...
14598 Guru™
nagendra802000 Offline Send Email
Apr 4, 2011
1:01 pm
Hi All, I have this HTML form <style type="text/css"> <!-- .style14 {font-size: 24px } .style14 {font-size: 12px} --> </style> <table width="788" border="0"...
14599 Guru�
nagendra802000 Offline Send Email
Apr 4, 2011
3:10 pm
Hi, Here is the PHP script I am using to send email to myself. <?php $party_name = $HTTP_POST_VARS['party_name']; $contact_no = $HTTP_POST_VARS['contact_no']; ...
14600 Anjan Bhowmik
anjan011 Offline Send Email
Apr 4, 2011
3:11 pm
if you are running on php for windows, u can't use php's mail() function, unless u set up smtp info in php.ini properly. Consult the PHP doc's mail() function...
14601 Anjan Bhowmik
anjan011 Offline Send Email
Apr 4, 2011
3:47 pm
I can see u r using the contact name as subject and number as mail body. Well, u never mentioned if u r using linux or not. I assume its windows. So, in your...
14602 Ashraf Jahan
adil_177 Offline Send Email
Apr 4, 2011
5:15 pm
Dear Expert, I want to upload a file size which is greater than 2 MB.The default file size of php is 2MB. So,i have used the following coding, ...
14603 Anjan Bhowmik
anjan011 Offline Send Email
Apr 4, 2011
5:26 pm
You have to do this in your php.ini if ur web server supports a custom php.ini file, u can just put that php.ini and set the file size there. as per php dock...
14604 Ashraf Jahan
adil_177 Offline Send Email
Apr 5, 2011
2:42 am
Dear Mr. Anjan, Thanks for your solution. Thanks, Md. Ashraf Jahan (Adil)+88-01819871783 ... From: Anjan Bhowmik <anjan011@...> Subject: Re: [phpXperts]...
14605 Mohadev Rajbonghsi
dev11_mist Offline Send Email
Apr 5, 2011
3:15 am
In addition to Anjan Bhowmik, If you haven't server supports of custom php.ini, you can use htaccess to change any php.ini values, to change maximum upload...
14606 shiplu
staticint Offline Send Email
Apr 5, 2011
3:17 am
Start reading from http://bd.php.net/manual/en/features.file-upload.php Some user contribution has full working examples. -- Shiplu Mokadd.im Follow me,...
14607 Md. Zakir Hossain Dakua
zakirdaq Offline Send Email
Apr 5, 2011
6:24 am
Yes mohadeb, sometime they works with htaccess. But sometime don't if server setting doesn't allow overwriting. It shows me a 505 error page if i use this...
14608 nazmul basher
nazmul_basher Offline Send Email
Apr 5, 2011
6:31 am
Hi Everyone, Our company has a job vacancy for a programmer. If you interested please send your resume with expected salary to career@... as soon...
14609 Ashraf Jahan
adil_177 Offline Send Email
Apr 5, 2011
6:32 am
Dear Mr. Mohadev, Thanks for your mail. I have already use this but there has error occurred (Internal server error 500) Thanks, Md. Ashraf Jahan...
14610 Mohadev Rajbonghsi
dev11_mist Offline Send Email
Apr 5, 2011
9:46 am
Dear Ashraf Jahan, I don't know whether you are trying this in your local server (xamp/lamp/wamp) or live server. If this is occurring at your local server you...
14611 shah alom
salom_amin Offline Send Email
Apr 6, 2011
7:20 am
Hello Experts, The Bellow code of Ajax not working... Can anybody tell me whats wrong with this code. or You can advice for better solution. ...
14612 Amin
salom_amin Offline Send Email
Apr 6, 2011
8:56 am
Hello Experts, Again Me, The code i have posted previous post is completely ok. I just forgot to add the return false; statement in the call of javascript...
14613 Guru™
nagendra802000 Offline Send Email
Apr 6, 2011
4:29 pm
Hi All, I have a contact form with some fields in it. When a user fill out the form it is supposed to send an email to myself. Everything is working fine ...
14614 Anjan Bhowmik
anjan011 Offline Send Email
Apr 6, 2011
5:13 pm
Hello Nagendra! Please when you ask for help specify these info - 1) Your OS 2) The Server and PHP version as much of the time the problem is somewhat...
14615 Guruâ„¢
nagendra802000 Offline Send Email
Apr 7, 2011
12:11 am
Sorry for that Anjan, OS is Linux and hosted on godaddy.com and PHP version is 5.3. And yes I am using mail() function. When I wrote the mail() initially for...
14616 Safique Ahmed Faruque
provat34 Offline Send Email
Apr 7, 2011
5:14 am
Dear Ashraf, You have to alter the following values, please check both. upload_max_filesize = 7M post_max_size = 7M Best regards, Safique Ahmed Faruque ...
Messages 14587 - 14616 of 15513   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help