Posted by Teutje Fri 23rd Feb 2007 13:15 - Syntax is PHP - 48 views
Modification of posting from Teutje Thu 22nd Feb 2007 12:52
Download | New Post | Modify | Diff | Diff | Hide line numbers
Modification of posting from Teutje Thu 22nd Feb 2007 12:52

Download | New Post | Modify | Diff | Diff | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
$nieuws = "select DISTINCT plaats from tblzwemwedstrijd";
-
echo"
- $record->plaats ";
}
if($_GET['click']=true)
{
$page=$_GET['page'];
}
?>
{
case $page :
include("pages/".$page.".php");
break;
default:
include("pages/home.php");
break;
}
?>
PermaLink to this entry https://pastebin.co.uk/10843
The following amendments have been posted:
-
Teutje (Fri 23rd Feb 2007 14:08)
Posted by Teutje Fri 23rd Feb 2007 13:15 - Syntax is PHP - 48 views
Modification of posting from Teutje Thu 22nd Feb 2007 12:52
Download | New Post | Modify | Diff | Diff | Hide line numbers
Modification of posting from Teutje Thu 22nd Feb 2007 12:52

Download | New Post | Modify | Diff | Diff | Hide line numbers
Comments: 0