|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-11 17:36 UTC] lolo at phpheaven
[2001-06-11 17:41 UTC] lolo at phpheaven
[2001-06-12 01:46 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 22:00:01 2025 UTC |
Hi All! I'm currently using php4.07-dev (latest build from php4win.de) loaded as an Apache 1.3.20 module for win. My php.ini is the optimized one (no extension loaded). I just use a simple frameset: <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head> <title>Test</title> </head> <frameset cols="50%,*"> <frame src="frame1.php" name="1"> <frame src="frame2.php" name="2"> </frameset> </html> with both frame1.php and frame2.php containing only: <?php phpinfo(); ?> Then only the right frame is displayed! Have a nice day/night, Lo?c