Hi
I tried to do a search but I was not shure what to look for.
Let´s say I have a php file called test.php with:
.........
<?
echo $n;
?>
.........
From dos i execute the cli version of php:
.....
php test.php
.....
Now I want from dos set the $n variable like (I am just making this up):
.............
php test.php -n Pelle
.............
I then want the result to be: Pelle
How do I do that? Is is possible?
Thanx,
JediSthlm