Page 1 of 1

GET Variables

PostPosted: 14. October 2010 14:55
by znas
Hey...

don't know what i did wrong..


<? echo $_GET[bla]; ?>das

....?bla=test

Output: das

not more!

What i make wrong, it work on webserver, but not on xampp? do i have to change anything ?

Please help me!

Greets,
znas

Re: GET Variables

PostPosted: 14. October 2010 15:04
by Nobbie
short_open_tag

Re: GET Variables

PostPosted: 14. October 2010 15:06
by Stepke-DSL
short_open_tag...

Code: Select all
<?php CODE ?>

!=
Code: Select all
<? CODE ?>

Re: GET Variables

PostPosted: 14. October 2010 15:08
by znas
Thank you! :)