Home › Forums › Back End › Try out my first PHP web app! › Reply To: Try out my first PHP web app!
September 8, 2014 at 1:45 pm
#182230
Participant
try var_dump( $con->error )
.
Can you share:
- the ENTIRE php script you’re using (i.e., the one that encounters these errors), including any
include
d files (please **** out any sensitive info, like DB credentials) - your php version and your database version
- the result from
show create table users
on your database