Forum Moderators: coopster
my problem is that the "artist name" does not get added to the "registered artists" list
when he sent me the index all i did was upload to my server and create the db, is there anything else i need to do?
[edited by: jatar_k at 1:19 am (utc) on Sep. 17, 2005]
[edit reason] no urls thanks [/edit]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in index.php on line 49
that seems like an issue. What is on line 49?
I am assuming this 'friend' isn't around to support his code.
We're going to need a little more info about how it works
where does the 'registered artists' list come from? the database?
what happens when you submit the form? nothing? error? you get email but not in the database?
change this
$query=mysql_query("SELECT * FROM `mail_list`");
to this
$query=mysql_query("SELECT * FROM `mail_list`") or die(mysql_error());
there should be an error in the browser when you change and upload that, paste it here
unfortunately, I am on my way out, someone else is around though