very basic connenction prob

wxdqz

New Member
i can't add data to my table.

this reeks of a dum question but i don't want to read the whole ****ing manual to figure it out.

i can connect to MYSQL from the unix prompt with
pmysql -u meyerj -psomen2funny

but it tells me there are no databases. i set the host and get the same result. MySQL Web Interface lets me connect to my database and add a table and set the schemia but i cannot add any data.

any ideas why not?

please?



$host = "mysql.oit.pdx.edu";
$user = "meyerj";
$password = "somen2funny"; //that's not really it
$database = "Hhood";
$table = "links";
 
Back
Top