HELP: call other php script inside the php file?
Posted: Wed Sep 24, 2008 1:44 pm
Hi,
I want to know the synax of how to call/execute other php inside the php file
Here is what i want to do.
$i=1
While ( $i <=100);}
$var= "test"
call script1.php
call script2.php
$i++;
}
So both script1.php and script2.php should run 100 times and also every will pass the value in $var to the script1 and script2.
Thanks!
I want to know the synax of how to call/execute other php inside the php file
Here is what i want to do.
$i=1
While ( $i <=100);}
$var= "test"
call script1.php
call script2.php
$i++;
}
So both script1.php and script2.php should run 100 times and also every will pass the value in $var to the script1 and script2.
Thanks!