[]mysql_select_db ($database)or die("Could not select database"); // switch to PP DB
Do I manually enter my PP database name on this line? I thought $database would pull it from the $database value I entered at the top of the script. No?[/]
this should pull the dbname that you entered on top in the script. You can try to enter here your dbname in (" ")
[]Also, if you are not using a database prefix (i.e. pp_), do you enter "0" or just leave it blank between the ""'s?[/]
Sorry, I dont know this. you have to try it. I guess its "" if you are using no prefix.