This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Sorry, there is a database connection problem.
#11

Hi,

Try putting a \ before the "$" symbol.

So,

PHP Code:
<?php 
$mysql_database
= "hjg$dj";

Would be:

PHP Code:
<?php 
$mysql_database
= "hjg\$dj";

Have you completed the interview?
Reply
#12

It may also work if you use single quotes:

PHP Code:
<?php 
$mysql_database
= 'hjg$dj';

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by murat
31-Dec-2020, 07:00 PM
Last Post by Steven
13-May-2019, 09:32 AM
Last Post by HGsunday
04-Jul-2018, 09:42 AM
Last Post by Steven
24-Jan-2016, 08:24 PM
Last Post by Steven
01-Jan-2016, 12:37 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)