php3-list | 199903
Date: 03/24/99
- Next message: Raka: "RE: [PHP3] Multithreading in PHP3"
- Previous message: priya <email protected>: "Re: [PHP3] php3_odbc.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Greetings All,
I got several answers to this. It appears that you can't
seem to force php3 to start another page after processing
stuff, but you can combine php3 and JAVA on the same page
and do it! The following will do it.
Yours, Alan S. Wicks
<html>
<head>
<title>Test to go to another page</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
<body>
<p>Test to go to another page.</p>
<p><script language="php">echo "This is php3 script
section";
//This will run the php script and then go to another page.
</script></p>
<p><script language="JavaScript"><!--
location.replace("http://www.php.net/index.php3");
// --></script></p>
</body>
</html>
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Raka: "RE: [PHP3] Multithreading in PHP3"
- Previous message: priya <email protected>: "Re: [PHP3] php3_odbc.dll"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

