Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
On Tue, Apr 03, 2001 at 03:11:49PM +0200, Michael Rudel wrote: > // Redirects to another Page using HTTP-META Tag >function redirect( $url, $message = "", $delay = 0 ) >{ > /* redirects to a new URL using meta tags */ > echo ""; > if ( !empty( $message ) ) >

RE: [PHP-DB] Auto load PHP

2001-04-03 Thread Michael Rudel
, April 03, 2001 9:57 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DB] Auto load PHP > > > David Balatero wrote: > > > > Maybe after the UPDATE statement, you could do: > > > > > header("Location: /path/to/other/script.php"); >

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
On Tue, Apr 03, 2001 at 09:48:07AM +0100, Galvin, Max wrote: > Jim Ray didn't say he wanted it redirected though, he said he wanted it > "called". Redirecting was brought in by someone who replied to the post. > > I would also use header() but if the poster is looking for a quick "plug in" > solu

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
On Tue, Apr 03, 2001 at 09:05:57AM +0100, Galvin, Max wrote: > Why not a simple if statement to check if the function worked and then > include("script2.php") ? > > M > Well... I've got three reasons for that... 1. I never use include() for redirection. It was never meant to be used for that

Re: [PHP-DB] Auto load PHP

2001-04-03 Thread Renze Munnik
e- > From: Jim Ray [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 02, 2001 6:23 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Auto load PHP > > Is there a way, once updating a table to load another PHP? After, I have the > user click on the save button, the code calls

RE: [PHP-DB] Auto load PHP

2001-04-02 Thread David Balatero
Maybe after the UPDATE statement, you could do: ...but I don't know, I don't use header() that much. -- David Balatero -Original Message- From: Jim Ray [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 6:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Auto load PHP

[PHP-DB] Auto load PHP

2001-04-02 Thread Jim Ray
Is there a way, once updating a table to load another PHP? After, I have the user click on the save button, the code calls a update routine. After the UPDATE is done, I want the code to call another progam. Thank you. Jim -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-