php-db | 2001041
Date: 04/03/01
- Next message: Renze Munnik: "Re: [PHP-DB] Auto load PHP"
- Previous message: Joe Brown: "Re: [PHP-DB] metabase support"
- In reply to: Jim Ray: "[PHP-DB] Auto load PHP"
- Next in thread: Renze Munnik: "Re: [PHP-DB] Auto load PHP"
- Reply: Renze Munnik: "Re: [PHP-DB] Auto load PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Maybe after the UPDATE statement, you could do:
<?php
header("Location: /path/to/other/script.php");
?>
...but I don't know, I don't use header() that much.
-- David Balatero
-----Original Message-----
From: Jim Ray [mailto:jaray <email protected>]
Sent: Monday, April 02, 2001 6:23 PM
To: php-db <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 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-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Renze Munnik: "Re: [PHP-DB] Auto load PHP"
- Previous message: Joe Brown: "Re: [PHP-DB] metabase support"
- In reply to: Jim Ray: "[PHP-DB] Auto load PHP"
- Next in thread: Renze Munnik: "Re: [PHP-DB] Auto load PHP"
- Reply: Renze Munnik: "Re: [PHP-DB] Auto load PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

