Help pls

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
novobraneca
Forum Newbie
Posts: 1
Joined: Mon Feb 21, 2005 9:51 pm

Help pls

Post by novobraneca »

I"m new in php and i need help i made a site but when i test it the folowing error make my life misirable if you know what i must do pls help me 10X a lot
________________________
Warning: main(../Connections/connRWS.php) [function.main]: failed to create stream: No such file or directory in D:\SAIT\topic.php on line 1

Fatal error: main() [function.main]: Failed opening required '../Connections/connRWS.php' (include_path='.;c:\php4\pear') in D:\SAIT\topic.php on line 1
:?: :?: :?:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

It would appear that D:/Connections/connRWS.php doesn't exist, nor does C:/php4/Connections/connRWS.php.

Maybe you should post your code.



Please read all forum descriptions, forum rules (each forum may have additional rules and guidelines beyond the overall ones), and any stickies/announcements available throughout the site.

Moved to PHP - Code.
Post Reply