Search Results

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Walkere ; Forum: PHP and child forums
Forum: PHP Feb 3rd, 2008
Replies: 1
Views: 4,175
Posted By Walkere
In HTML, what you're looking for is the <select> tag. This creates a dropdown list, like...

<select>
<option value="value">Text</option>
<option value="value">Text</option>
</select>
...
Forum: PHP Jan 26th, 2008
Replies: 8
Views: 2,324
Posted By Walkere
If you didn't set up the smtp settings in your php.ini file, it won't work. Check the SMTP and smtp_port settings.

If you're determined not to use the mail function or need something more...
Forum: PHP Jan 15th, 2008
Replies: 5
Views: 3,020
Posted By Walkere
Aye, I was wondering the same thing.

addslashes() (http://us.php.net/manual/en/function.addslashes.php) is slightly different - it escapes a couple of extra characters (including '\' and NUL). ...
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC