Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
php function
Name: kreak Date: April 18, 2009 at 18:54:13 Pacific OS: Windows XP Subcategory: PHP
Name: shutat Date: April 19, 2009 at 00:44:25 Pacific
Reply:
Do you have a smtp server running? If not, you'll need to install and configure one. If you're using a Windows platform, then you can probably install one from the installation CD. Open control panel, choose "add/remove" programs -> choose "add/remove" windows components -> check the options under IIS for NT, 2K, XP.
I haven't used a Windows version, but I have used pegasus mail and it worked fine. The mail server is the "transport system" binary as I recall.
Summary: ohhh man, im having so much trouble doing these php functions. i dont even know if they working. ok, how do you call a function? what does header("Location: {$app_url}?action=function_name"); do? whe...
Summary: Hello! I am trying to write a script that retrieves the content of a submitted form to another script which does some de-related function on them. Now my problem is, I tried to use image buttons for ...
Summary: When receiving user input that will be inserted into a database, MySQL in this instance, are there any special PHP functions or commands to escape the data to avoid problems when inserting the data in...