Post Reply 
Sorry, there is a database connection problem.
05-May-2012, 01:56 PM
Post: #11
RE: Sorry, there is a database connection problem.
Hi,

Try putting a \ before the "$" symbol.

So,

PHP Code:
$mysql_database "hjg$dj"

Would be:

PHP Code:
$mysql_database "hjg\$dj"

Have you completed the interview?
Find all posts by this user
Quote this message in a reply
05-May-2012, 03:33 PM
Post: #12
RE: Sorry, there is a database connection problem.
It may also work if you use single quotes:

PHP Code:
$mysql_database 'hjg$dj'

Have you completed the interview?
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Database Name showing Mike Pritchard 5 21 16-May-2013 06:01 AM
Last Post: Mike Pritchard
  Database Tables Problem. aspiringwebmaster 9 133 14-Apr-2013 04:18 PM
Last Post: Steven
  Sorry, there is a database connection problem. lol 4 179 07-Mar-2013 10:00 PM
Last Post: Steven
  "Sorry, there is a database selection problem." feo1966 8 431 26-Jan-2013 03:26 AM
Last Post: feo1966
  Database connection Problem - !! 2hands 2 407 24-Oct-2012 06:05 PM
Last Post: Steven
  Hosting with godaddy / database Sta Clean 0 212 03-Aug-2012 02:47 AM
Last Post: Sta Clean
  Warning: session start() problem magicdude1000 2 410 13-Jun-2012 10:22 AM
Last Post: Steven
  Problem with session start stevylake 5 664 03-Nov-2011 04:49 PM
Last Post: stevylake
  Problem with admin panel MacF 9 1,035 26-Oct-2011 01:47 AM
Last Post: MacF
  Trouble conecting to database stevylake 1 443 01-Sep-2011 12:58 AM
Last Post: stevylake

Forum Jump:


User(s) browsing this thread: 1 Guest(s)