|
||||||||
I want to invoke a php script with some arguments but i am unable to do so. even i made changes to php.ini file and did the following register_argc_argv=On ( i hope it looks good) but it still cant recognize any argc or argv varibles. I would also like to add why am i doing this, I have written a small server program which handles a trigger for a user deletion from the current captive portal userlist. For user deletion i am using a php script which takes "user_name" as an argument. This Server program invokes that php script with an argument "user_name" whenever the trigger for user deletion arrives. I tried it on exec.php page also but same results. Any idea wht may be the problem ? -sunil |