Click to See Complete Forum and Search --> : functions in php


barantamer
06-14-2007, 01:57 AM
Hi ,
can i save all my functions in a file , and call the from other pages ?
if yes , can anyone tell me how?

andre4s_y
06-14-2007, 02:11 AM
Yes of course you can, we can, php can... :D
write the function to the file, and then include the file [using include or require function] to the script where do you want to call that function.
read the manual of php in include section
regard,
Andre