Running 1 script from another ?
Posted: Fri Jan 02, 2004 6:31 am
I am new to php. I have worked only in vb and C++.
Is it possible to do this ?
A.php contains a function say funcA returns a string (or whatever).
Now in B.php I want to have this :
print(funcA());
Or rather run another php script (A.php) from a php script(B.php) and return back to B after running A and getting the return result in B.
Thanks
Anjanesh
Is it possible to do this ?
A.php contains a function say funcA returns a string (or whatever).
Now in B.php I want to have this :
print(funcA());
Or rather run another php script (A.php) from a php script(B.php) and return back to B after running A and getting the return result in B.
Thanks
Anjanesh