|
From: Thomas P. <tp...@in...> - 2004-03-10 20:42:07
|
Hi, I have a function that logs in to the website and verifies that it is then passed to the welcome page. Next I would like to write a function that then checks the welcome page. I have them both in the same class php file. The problem is that on the second function I can not find the page. What do I need to do to be able to not have all my code in one big function? Thomas |