Jump to content

newFile


cdog5000

Recommended Posts

how would i make it make the file? i get this error trying it...

Warning: fopen(./chat/cdog50006.txt) [function.fopen]: failed to open stream: No such file or directory in /home/neweraim/public_html/auth/userRegister.php on line 37

Link to comment
https://forums.phpfreaks.com/topic/119239-newfile/#findComment-614159
Share on other sites

every body can help me?,

 

i am a Beginer of the Php Software...

i have a problem about the Odbc connection in Php.

how can i connect the Odobc in Php.

i have some warning encounter like this "Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'., SQL state 37000 in SQLExecDirect in D:\online_grading\studview1.php on line 8".

 

pls help me

godbless to  every one!!!..

 

 

Link to comment
https://forums.phpfreaks.com/topic/119239-newfile/#findComment-614179
Share on other sites

If I trust you that you said you created the chat directory by hand in the proper place, it might cause the access denied error. I have no idea what your problem is, sorry.

 

Try fopen()ing a file (that doesn't exist) in the current directory... eg. remove the /chat/ from the equation, and see if it still says the file does not exist.

Link to comment
https://forums.phpfreaks.com/topic/119239-newfile/#findComment-614228
Share on other sites

If I trust you that you said you created the chat directory by hand in the proper place, it might cause the access denied error. I have no idea what your problem is, sorry.

 

Try fopen()ing a file (that doesn't exist) in the current directory... eg. remove the /chat/ from the equation, and see if it still says the file does not exist.

ok... will do

 

Link to comment
https://forums.phpfreaks.com/topic/119239-newfile/#findComment-614235
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.