Jump to content

Functions from different scripts


supertrucker

Recommended Posts

How do you call a function from a different PHP script? I'm a little confused on this topic. Thanks,Supertrucker :)

Link to comment
Share on other sites

Thank you, I will give that a shot!Supertrucker :)

Depends on what u want to pass thru the script... i just use include_once "file.php";but thats bc its just there all the time..you chould use get function like : if($_GET[theget]){$get=$_GET[theget] -Kristian_C
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...