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, but it should look like this:
www.blabla.bla/stgauto.php?var=201
Now you can access it as the variable $var.
-K