User Profile

Collapse

Profile Sidebar

Collapse
thomasg
thomasg
Last Activity: Jan 30 '08, 09:04 PM
Joined: Jan 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • thomasg
    started a topic Header( "Location: http://www.new-url.com" );
    in PHP

    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...
    See more | Go to post

  • thomasg
    started a topic PHP Bulk Email script
    in PHP

    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
    See more | Go to post
No activity results to display
Show More
Working...