Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199903

Re: [PHP3] forcing php to start another page. From: Alan Wicks (aswicks <email protected>)
Date: 03/24/99

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>