Recent content by beamblues50

  1. B

    mail() is not working

    Hi, Yesterday I noticed that the function mail() in my php code, it is not sending mails. It's configured for send only to my own email a notification when someone visit my site. Is it a temporal issue in the general site? or it affect only to my account?, Thanks
  2. B

    Can't connect to MySQL server by php code

    It's seems that already yet working!! Thanks you very much:) ---------- Post added at 05:34 PM ---------- Previous post was at 05:33 PM ---------- It's seems that already yet working!! Thanks you very much.
  3. B

    Can't connect to MySQL server by php code

    Very extrangle. I have created other new user, this time using the Internet Explorer and not the Firefox. And again also never appear the options for ALL PRIVILEGES. Am I making a mistake in something??:confused:
  4. B

    Can't connect to MySQL server by php code

    I have just created two new users. In no one I saw something with this for check this option..:confused:
  5. B

    Can't connect to MySQL server by php code

    My database is "marnel_sd". In the cPanel icon MySQL databases, I didn't discovered the options for the setting privileges; where are there?
  6. B

    Can't connect to MySQL server by php code

    Hi. I have created a database and a user with their respective password. In my php code I have: $link = mysql_connect('localhost', 'my_user_name', 'my_password'); if (!$link) {exit;} echo 'Connected successfully<br>'; $db_selected = mysql_select_db('my_database_name', $link); if...
  7. B

    reset password for cPanel

    Hi, I forget my password for get access to my cPanel (I see it's not the same password of my regular login). Is there a way for reset it?, Thanks
Top