Thread
:
Who can write this PHP properly?
View Single Post
07-20-2008, 01:48 PM
Voodoo
♥ ♦ ♣ ♠
Industry Role:
Join Date: Sep 2002
Posts: 10,592
Or here's another method...
PHP Code:
<?php
$ID
=
$_GET
[
'ID'
];
include (
'header.php'
);
include (
'$ID.php'
);
include (
'footer.php'
);
?>
__________________
"I'm selflessly supporting the common good, but only coincidentally looking out for No.1."
Voodoo
View Public Profile
Find More Posts by Voodoo