Thread: Adopts News
View Single Post
  #49  
Old 06-01-2009, 10:52 AM
Saphira Saphira is offline
Member
 
Join Date: Jan 2009
Posts: 89
Credits: 5,831
Saphira
Default RE: Adopts News

I used
PHP Code:
<?
if(get_magic_quotes_gpc())
    echo 
"Magic quotes are on";
else
    echo 
"Magic quotes are off";
?>
To see if magic quotes were enabled or not on http://jonalicious.com/magic.php. Apparently they are off. Is this a problem?
Reply With Quote