I've been wanting to learn PHP for a while, just haven't had the time.
I have a few sites that I've done, and I'd like to be able to edit info on only one page instead of 20 (ie - a changed email or phone number).
I've looked at a few tutorials, but I reach a hitch right away.
They have you copy text into a text editor (notepad) and save it as 'phpinfo.php' or something like that. Then upload it and go to that file. They say if it's not found, then your server doesn't support PHP.
Well whenever I save it as phpinfo.php, the file on my desktop is actually called 'phpinfo.php.txt'. NEver had that problem with an HTML document before.
So I upload it and it can't find it, cos it's not php, it's php.txt.
sigh
Am I doing something very wrong already?
Thanks!