when i send this message to address bar :
www.blabla.bla/stgauto.php%201
is it possible to use the 201 value inside stgauto code, if so , where does it stay, who takes that value ?
thank you a lot if you can help me!
Yes, you need to define the name of the variable you want 201 to be .. i called it "value". Then instead of % after the .php, use a ?value=201 for example:
www.blabla.bla/stgauto.php?value=201
<? // stgauto.php // echo $value; ?>
it wooooorks , thanks