The obvius and easy think is alwaiss the hard to find My problem vas the > of the <BR> tag, that I forgot, dummy issue but I made
The right adn working one now are http://myadress/php/mypage.php?modo=123&color=red&size=3 and to get echo $_GET['modo']."<BR>"; echo $_GET['color']."<BR>"; echo $_GET['size']."<BR>"; "Leif K-Brooks" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > PLEASE don't tell the newbies to mess up their code! That is not > compatible with all versions of php! DO NOT USE THOSE!!! STICK TO YOUR > CURRENT GOOD CODE! Bother with them for security and compatibly. > > Lord Loh. wrote: > > >http://myadress/php/mypage.php?modo=123&color=red&size=3 > > > >is fine! > > > >you can now use these variables like > >$modo $color and $size; > > > >Why bother with $_GET['modo']; ? > > > > > > > > > > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

