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...
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...
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...
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...
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...
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. ...
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...
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 ...
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...
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...
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"...
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']; ...
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...
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...
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...
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...
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,...
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...
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...
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...
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 ...
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...
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...
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 ...