Posts Tagged ‘tutorial’
What PHP tutorial resources exist on the web that explain how to script a PHP app that can be indexed.?
What PHP tutorial resources exist on the web that explain how to script a PHP app that can be indexed.?
is there a tutorial for putting a mysql database onto my website?
i am new at this and I have a small understanding of what php and mysql do. Is there a tutorial online that will guide me through building a database on my website?
Can anyone direct me to a very secure login system for PHP please?
I don’t mind if it’s a script or a full tutorial.
Thanks in advance.
PHP Tutorials: Unique Visitor Counter (Part 2)
This works in the way that if a user has visited the page before (based on their IP address), their hit will not be counter. If a visitor is new to the page, a hit will be counter and their IP address stored for future checking.

