View Single Post
  #1 (permalink)  
Old 05-04-2008, 09:23 PM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 916
Last Blog:
Programming "Just a ...
Rep Power: 11
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default Getting PHP to execute from a form

Hey, ok so I kinda have an issue, not too hard to explain, here is the code to a page I have:
PHP Code:
<? if(isset($_GET['code'])){ Echo "code: $code"; } ?>
and when I set $_GET['code'] to be "<? echo "test"; ?>" it wont show anything, but when I view the source, I see "<? echo "test"; ?>"

What can I insert in the field or URL to make it so it will actually echo "test" ?
Reply With Quote

Sponsored Links