Php file loading through URL

epiz_26766462

(please specify the website or account you are asking about)

This page isn’t working

###example_domain.epizy.com is currently unable to handle this request.

###HTTP ERROR 500

(please share the FULL error message you see)

Other Information

Hii, I want to send data through php file to mySQL database. While doing so, I first want to load the php file from the URL and it should show the message that no data is entered but instead it shows me " currently unable to handle this request" error.
what I am putting in URL is: http://example_domain.com/example.php
Is it wrong URL that I am trying to load?
I have created Mysql database and table and I want to store the data in that table using the php file. Please help me in doing so.

You cannot load php file through URL, it must be done through Path.
About 500,consider to enable display errors in cpanel->Alter php config

2 Likes

This means your PHP code is crashing. This is how you can start debugging this:

3 Likes

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