confirm.php page errors
I am getting the error below on my confirm.php page.
Everything was running well on my site until I realized I had to add columns for each of my option types. I found a previous thread on how to do that and now when I test a transaction I get the following on my confirm page:
Warning: mysql_select_db() expects parameter 2 to be resource, null given in /home/thafro/public_html/confirm.php on line 532
Warning: mysql_query() expects parameter 2 to be resource, null given in /home/thafro/public_html/confirm.php on line 554
It appears the transactions are going through buy why am I getting these Warnings?