My problem is that I am not sure how to create the following line in the database, so that the code can find the password from 'products' and 'pid':
if (strcmp ($payment_status, "Completed") == 0) { $qry = "SELECT password FROM products WHERE pid = \"$item_number\" ";
$result = mysql_query($qry,$db);
while ($myrow = mysql_fetch_row($result)) { $passwd = $myrow[0]; }
I assume I have to create a table named products, which I have done, but where do I proceed from there? I am using phpMyAdmin which was already installed on my server.
Hey, jasonrose, to sign up for the first time with a BB system and immediately cross-post the same advertisement three times is a violation of this site's use agreement.
Bookmarks