Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End page not being recognized

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33112
    StarSant
    Member

    hi all,

    i’ve created two pages, one in html and one in php. the one in html links to the php file. i open the html file, enter some numbers (this page has input cells to put numbers in) and i hit enter, and I should be led to the php file. Instead, I get a page stating that “the requested url can not be found on this server” (my php file in question is identified).

    When I simply enter the url for the php file directly, I get absolutely nothing. Its blank. What am I doing wrong? I’m almost certain my code is ok. Any help is appreciated. Thank you.

    #74171
    ddliu
    Member

    Make sure the path/url are correct;

    Try to enable PHP error reporting to see if any error thrown;

    You may also show your code here for details.

    #73001
    StarSant
    Member

    hi ddliu, thanks for responding. For some reason, I can’t paste my code here properly. I tried to copy it directly and take a screen shot. Neither method worked. Is there any other way that I can show you the code? Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.