Page 1 of 1

Work with PHP.exe manually

Posted: Fri Jan 31, 2003 11:12 am
by snapman
Hello, i want to work with php.exe client-side, so i want to call e.g.
php.exe login.php

ok..that works
but php.exe login.php?password=test

that works not...why?
can you tell me how to add a query??

Posted: Fri Jan 31, 2003 12:14 pm
by volka
read http://www.php.net/manual/en/features.commandline.php
if you have php-cli.exe try it ;)