Thread: php question
View Single Post
Old 10-24-2007, 09:22 PM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Quote:
Originally Posted by fartfly View Post
if(isset($_GET['id']))
{
$id = $_GET['id'];;
}

echo myshit $id
Fuck that shit, motherfucker...

echo "myshit ".(isset($_GET["id"]) ? $_GET["id"] : " is exit only");

sorry... i'll take my meds now and go to sleep.
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote