Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I pass arguments to PHP.exe interpreter?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Example: If I wanted to call the page c:\php\install.php?step=2


would I call:

c:\php\php.exe -f c:\php\install.php?step=2
or

c:\php\php.exe -f c:\php\install.php ?step=2

or

c:\php\php.exe -f c:\php\install.php step=2

what format must the php.exe accept the arguments in?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top