Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP: opendir() error
Name: ShaqDiesel Date: July 11, 2006 at 11:13:54 Pacific OS: NYB CPU/Ram: NYB Product: NYB
Comment:
I do an opendir("~word/word2/word3") and get an error saying "failed to open dir: no such file or directory in PATH TO CURRENT FILE. However, I am able to cd and ls ~word/word2/word3. Any ideas? Thanks.
Summary: I downloaded the trial version of codecharge studio, and I tried putting together some PHP, from one of the tutorials in hopes of getting a grasp of how PHP works and all that. When I try and view the...
Summary: Sorry, this got cut off from the last post.... The header PHP works fine. There is other embedded PHP that works fine....now this? I am stumped. ...referring to the fact that the PHP that errors is j...
Summary: hi, I am working in PHP. I just want to establish a connection to oracle database. Say my sid is ='hi32' userid='aaaa' passwd='bbbb'. i tried following script. <?php putenv('ORACLE_SID=hi32'); pu...