This tutorial will teach everything you need to get you on your way to learning PHP. You can learn exactly how it works, how data is sent, as well as a detailed explanation of some of the most commonly used functions.
In this tutorial I will show you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.
How to create a template engine with PHP & MySQL that stores all html and design within a database.
How to customize WordPress. An introduction to WordPress, and the basics of customizing themes. Plus some tips for making your blog search engine friendly.
This tutorial discusses methods to combat spam bot attacks and keep your site clean and safe.
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
In this tutorial you will learn some basics of security in PHP including Code Injection Vulnerabilities, GET/POST Variable Manipulation, SQL Injection and Cross-Site Scripting.
A tutorial which will teach you to use mysql_num_rows to count the amount of results(rows) found from a query.
This is an HTML and PHP script that helps to stop
email bots from filling your forms out automatically.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials.
Mind lending a hand?