If I create a custom PHP function in a script can I call that same function in...

aqubzz

New member
...another script? lets say you got a script called myscript.php, which contains the function "validate_email" can I only access this function in the same myscript.php or can I also access it in another script OtherScript.php
Thanks
 
Back
Top