PHP script not being read, cant connect to database

I can’t connect to my database after completing all the steps on how to host your website. I think my php scripts are not being read and only the html scripts are being read.

Wdym exactly? at least provide the link?

Here is the link sir. http://fpja.epizy.com/

Can’t login and can’t sign up. It does not appear on my database. any idea what should I do?

You might try to debug your code:

or adding something like if (!stmt->execute()){ die 'database error';}

2 Likes

thanks I’ll give it a shot.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.