All Articles on PHP
Viewing Page 1 of 1 (Total Results: 6)
- Php - A First Look PHP: Hypertext Processor is a server-side web programming language that blends seamlessly with HTML.
- Form Checking - Verifying Name Using PHP Ereg One important use of Regular Expressions (Regex) is to verify fields submitted via a form. In this article, we attempt to write an expression that is able to verify the user's first name, middle name, last name or just names in general.
- Introduction To Regular Expressions In PHP In Linux and Unix, the syntax that is commonly used by many applications for specifying text patterns is known as regular expressions or in short form - regex.
- Chmod 777 - Is it a Risk When Installing PHP Scripts? Often when setting up PHP scripts on web hosting accounts you will see the requirement to set some files and directories to Chmod 777.
- PHP Development Is Becoming Increasingly Popular PHP simply refers to Hypertext Preprocessor and is becoming quite popular due to the wide nature of functions that it can be used for.
- PHP and MySQL Basics This is an introduction to using MySQL with PHP. This article will take you through creating a table, inserting data into it, and retrieving data. This article assumes you have a host with PHP and MySQL setup, and access to both.
