Im new to php but i know programming like java and c... what i want to know here is how to pass arguments to a php file... like
http://www.myphp.com/index.php arg1 arg2 arg3
Code: Select all
<?php
// Here i want to access args
$var1=arg1
$var2=arg2
$var3=arg3
?>thanks in advance!