I put in the following code using Notepad:
<? phpinfo(); ?>
I saved it as phpinfo.php
I put this in the htdocs folder in the Apache directory.
When I go to my browser and put in
I get a popup that says, do you want to open it or save it.
I open it and all I get is the code I wrote.
I am suppose to be getting information about variables in PHP, right??
Thank you. The secret to education lies in respecting the student. {Ralph Waldo Emerson}.
<? phpinfo(); ?>
I saved it as phpinfo.php
I put this in the htdocs folder in the Apache directory.
When I go to my browser and put in
I get a popup that says, do you want to open it or save it.
I open it and all I get is the code I wrote.
I am suppose to be getting information about variables in PHP, right??
Thank you. The secret to education lies in respecting the student. {Ralph Waldo Emerson}.