problems with my php code (in version 4.2.1)
Posted: Wed Jul 17, 2002 2:45 pm
I had version 4.1.x. there the script worked fine.. now i have the newest php version and it don't really go...
its a code for an homepage, to include the mainsites in the table....
the links to include the files in one of the tablefields (there the case-code is standing..) you had to enter a link like: main.php?title=test
here's the code.. if you've a better working one (ore one how*ll work on 2.1 post it please.. thx
its a code for an homepage, to include the mainsites in the table....
the links to include the files in one of the tablefields (there the case-code is standing..) you had to enter a link like: main.php?title=test
here's the code.. if you've a better working one (ore one how*ll work on 2.1 post it please.. thx
Code: Select all
<?php
switch($title)
{
case "main" : include("bodynews.php");break; }
....
...
...
?>