isaac_cm Posted November 22, 2006 Share Posted November 22, 2006 Hi,I wonder if I can use require_once statement to execute php script in another page , if not what should I do ?thanks Link to comment https://forums.phpfreaks.com/topic/28146-about-require_once-statement/ Share on other sites More sharing options...
marcus Posted November 22, 2006 Share Posted November 22, 2006 You should be able to. Link to comment https://forums.phpfreaks.com/topic/28146-about-require_once-statement/#findComment-128718 Share on other sites More sharing options...
taith Posted November 22, 2006 Share Posted November 22, 2006 yup! require_once() just (temporarily) crops all php in the intended file, into the one calling it... Link to comment https://forums.phpfreaks.com/topic/28146-about-require_once-statement/#findComment-128724 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.