HELP WITH INCLUDES
Posted: Wed Oct 22, 2003 1:08 pm
I am new to PHP, and am trying to use a script that I've found on the net.. Bascially all I have to do it upload a directory and then use a php include to execute the .php file in the directory. My problem is that every time I run this I get the following error:
Warning: main(http://www.agmillerstudios.com/digitalp ... menter.php): failed to open stream: No such file or directory in /home/agmiller/public_html/digitalprintreview/review_list.php on line 78
Warning: main(): Failed opening 'www.agmillerstudios.com/digitalprintrev ... menter.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/agmiller/public_html/digitalprintreview/review_list.php on line 78
The rest of my page loads correctly, but wherever this program is suppossed to be included at the text shows that error.. Am I doing something wrong?
The program is suppossed to allow people to make comments on articles that I will be posting on my sight.
Thanks for any and all help!
Edwards
Warning: main(http://www.agmillerstudios.com/digitalp ... menter.php): failed to open stream: No such file or directory in /home/agmiller/public_html/digitalprintreview/review_list.php on line 78
Warning: main(): Failed opening 'www.agmillerstudios.com/digitalprintrev ... menter.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/agmiller/public_html/digitalprintreview/review_list.php on line 78
The rest of my page loads correctly, but wherever this program is suppossed to be included at the text shows that error.. Am I doing something wrong?
The program is suppossed to allow people to make comments on articles that I will be posting on my sight.
Thanks for any and all help!
Edwards