View Single Post
Old 04-27-2003, 02:50 PM  
Libertine
sex dwarf
 
Libertine's Avatar
 
Join Date: May 2002
Posts: 17,860
PHP Code:
<?php
if($_SERVER['QUERY_STRING']){
   
$code $_SERVER['QUERY_STRING'];
} else {
   
$code "whatever";
}
echo(
$code);
?>

Put this script where you want that code to be displayed on a gallery (must be php page).
Link to a gallery like this:
http://www.site.com/gallery.php?code
In the else part, replace it with what you want it to fill in if no code is present.
__________________
/(bb|[^b]{2})/
Libertine is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote