Hi!

use script1.php only to call the two scripts, let's say,
script2.php and script3.php... 

script1.php should pass the arguments to the other scripts...

other way to go is to merge the two scripts in one...
and run the code sequencially...

............................................
Valter Santos
WEB/WAP Consultant

Email : [EMAIL PROTECTED]
Mobile: +351 93 9650075

WeDo Consulting - http://www.wedo.pt
............................................


> -----Original Message-----
> From: Luis E. Suarez [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 22, 2001 2:07 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Running two scripts from HTML
> 
> 
> On an HTML page, I need to be able to do call two scripts from a 
> submit link
> or button.
> 
> So, I have a link like this:
> 
> <a href="http://www.mysite.com/script1.php?data=1";>Click here</a>
> 
> Simultaneously at the click of the link I need to run a second script.
> What's the best approach?
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to