Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'dreamc90_dccREAD'@'localhost' (using password: YES) in/home/dreamc90/public_html/index.php on line 16
Access denied for user 'dreamc90_dccREAD'@'localhost' (using password: YES)
This user has full privileges for testing...
Thanks SierraAR.
I may have a couple solutions that mission and cybrax posted here http://x10hosting.com/forums/scripts-3rd-party-apps-programming/152926-php-write-variables-file.html . Any additional help is appreciated however I will give these techniques a good run before returning.
Hello everyone,
I'm trying to write to a text file using php in my site. I have a php code that checks for raw post data and if there is data from the 'sender' value from input to fwrite (append) to file. It's basically a mini shoutbox created by me. It also reads the file and echos to screen...