Question: I keep getting this error on my code when debugging: Warning : mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:xampphtdocsprojectindex.php on line

I keep getting this error on my code when debugging: Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\project\index.php on line

Here is the code I am working with:

Select Image:

Caption


Photo Archieve

'; echo '

'; echo '

'.$row['caption'].'

'; echo ''; } ?>

How do I fix the problem? What code should be inserted?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!