Jump to content

windoves

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by windoves

  1. So what I see is wrong with the SQL string: Put the mysql_query() inside the PHP opening and closing tags (<?php and ?>) Do not put opening and closing tags inside the mysql string, use example: "user='$username'" and not "user='<?php echo $user; ?>'" Otherwise check that the versions are the same for the config file and the rest of the script that you moved. I am pretty sure that you can use the same config file as you did in your last host, just change the variables. Hope this helps.
×
×
  • Create New...