Work with PHP.exe manually

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
snapman
Forum Newbie
Posts: 4
Joined: Fri Jan 31, 2003 11:12 am
Contact:

Work with PHP.exe manually

Post 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??
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

read http://www.php.net/manual/en/features.commandline.php
if you have php-cli.exe try it ;)
Post Reply