Hi,
I turned on the error reporting and there no errors. I even put in a error and it was displayed.
// return to the home page
header("locatio n: menu_edit_form. php");
This does not work, it just remains on the php page.
gt...
User Profile
Collapse
-
Header( "Location: http://www.new-url.com" );
Hi,
I am moving some scripts from a UNIX box to a Windows box.
A data entry form calls a PHP script the updates the records from the form. After the script completes, The script redirects to anothe page. No headers have been sent, the script just does the database update.
This works on the UNIX account:
Header( "Location: http://www.new-url.com" );
It does not work on the... -
PHP Bulk Email script
Hi,
I have 42,000 emails address of registered users in our company database. We would like to send out bulk emails to those users.
Can anyone suggest a free PHP bulk emails script?
Thanks
No activity results to display
Show More
Leave a comment: