sgarciaafi123
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Flickering on slideshowForum: Fixing WordPress
In reply to: error establshing connection to database came out of nowheredoing that now, thnak you
Forum: Fixing WordPress
In reply to: error establshing connection to database came out of nowhereyou mean before i got that connection error? no. i just started working on this site no more than 2 days ago. I didn’t know this would happen so soon
Forum: Fixing WordPress
In reply to: error establshing connection to database came out of nowherehosted using 000webhost
Forum: Fixing WordPress
In reply to: error establshing connection to database came out of nowherealso when i text my connection it gives me this error
The ieee-practice.000webhostapp.com page isn’t working
ieee-practice.000webhostapp.com is currently unable to handle this request.
HTTP ERROR 500Here is the code i am using
<?php $server = "localhost"; $database = ""; $username = ""; $password = ""; $mysqlConnection = mysql_connect($server, $username, $password); if (!$mysqlConnection) { echo "Please try later."; } else { mysql_select_db($database, $mysqlConnection); } ?>Forum: Fixing WordPress
In reply to: error establshing connection to database came out of nowhereive tried all those and it doesn’t work. it just makes no sense because it was working one second and then it completely switch the next second. i was literally in the process of editing a text widget. makes me sad
Viewing 7 replies - 1 through 7 (of 7 total)