HI,
i have 2 php pages.first page has some functions like Connect(),… .i want to use from Connect() function in second page but when use from Connect() can not recognize it.i use from header(“first.php”) but have same error.
how can i solve that problem?
HI, i have 2 php pages.first page has some functions like Connect(),… .i want
Share
You need to
includethe PHP file which contains your function(s).In this case, if you’re “index” page is called
index.phpand your function,Connect()is stored infunctions.phpthen you would do:index.php: