Recent content by lifelink

  1. L

    SMTP Error: Could not authenticate.

    I created a javascript registration form and when the user submits the form, a 'sendemail.php' file will send the data in the form to my gmail email account. The code from 'sendemail.php' is shown below: $mail->IsSMTP(); // Fixed. $mail->Host =...
  2. L

    Can't upload mysql database through phpmyadmin

    Thank you descalzo !! I managed to make it work. It wouldn't let me import my table so i tried to manually run sql query to build the table. It worked. Thank you for the help.:wink:
  3. L

    Can't upload mysql database through phpmyadmin

    Ok. I created a database 'lifelink_hccwebform' , user 'lifelink_louis' , set all privileges and a user password [password]. i tried to upload the table 'memberships' instead of the db but it showed me #1046 - No database selected . I did changed this part: $con = new mysqli('localhost'...
  4. L

    Can't upload mysql database through phpmyadmin

    Currently there's no db. So do I export only the table and import it through phpmyadmin directly? sorry i'm a newbie in this, still learning.:(
  5. L

    Can't upload mysql database through phpmyadmin

    I managed to upload my .php files. Then i exported my mysql database from my local phpmyadmin but i wasn't able to import my mysql database using x10hosting's phpmyadmin. It showed me this :
Top