View Single Post
  #3 (permalink)  
Old 09-06-2006, 10:55
Eidolon Eidolon is offline
Premium Member
 
Join Date: May 2006
Location: Cambridgeshire
Posts: 417
Default

Fair enough I suppose.

For reference to get most of the PHP to work all that coders need to add is along the lines of...
Code:
$id=$_GET['id'];
...assuming the bulk of the problems is with URLs such as index.php?id=something.
Reply With Quote