When I look at http://localhost/phpcounter.1.1.1/ it shows up correctly. But when I click on HTML Code, it does not show me the code, instead it opens the exact same page in a new window.
I tried creating the HTML myself by looking at phpcounter.htm and the source of your home page,
but this does not help. When I click on the links under the name column, this also takes me back to the page I am already looking at.
Thanks in advance for the help,
ah
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I followed all the steps with no problems.
When I look at http://localhost/phpcounter.1.1.1/ it shows up correctly. But when I click on HTML Code, it does not show me the code, instead it opens the exact same page in a new window.
I tried creating the HTML myself by looking at phpcounter.htm and the source of your home page,
but this does not help. When I click on the links under the name column, this also takes me back to the page I am already looking at.
Thanks in advance for the help,
ah
I got it. "register_globals" was set to "Off" in php.ini.
I'm getting the same issue, even with "register_globals = on" the htm lcode page stil ldoesn't generate the correct code...