Forum Moderators: coopster
I just started using, well trying to use PHP, so I can get people to signup and login to a website, well I have not figured out what script to use, or how to put it. I've gone to a few sites and found codes that I thought were the ones I needed well when I put them on a page noting happens. Do I have to install a php file even though my webhost supports it? And what is a good place to get php codes from, and what is a good php program/editor/creator?
Thanks,
Cheryl :)
In that case, your file is not being parsed by the PHP parser. If the "hello world" works, then all PHP should work provided
- it's in a file with the same extension as the "hello world" file.
- the php is enclosed within <?php?> or <?>
- the php is valid.
<? phpinfo();?>
This will spit out all the information about your php set up. Comes in quite handy.
A popular place for scripts is hotscripts. They have a section full of registration scripts [hotscripts.com].
As for an editor check out this discussion...
[webmasterworld.com...]
Thanks for the help and the link to the page with PHP editors on it I'll be checkin' them out for sure :)