i have this code running on command prompt
php export.php arg1 arg2 arg3 arg4 arg5 arg6
a command with 6 arguments
now i want that on click of a link i.e. href , the php(exportdata. php) which runs on command and which invokes a export.php, now it should run in exportdata.php
In short i want that in exportdata.php export.php should run by passing those 6 arguments.
please can someone help me with this asap..
php export.php arg1 arg2 arg3 arg4 arg5 arg6
a command with 6 arguments
now i want that on click of a link i.e. href , the php(exportdata. php) which runs on command and which invokes a export.php, now it should run in exportdata.php
In short i want that in exportdata.php export.php should run by passing those 6 arguments.
please can someone help me with this asap..
Comment