PHPTutorials, PHP Articles, Learn PHP
- Alternating Rows in PHP in PHP
Alternating row colors is a very good way to make big tables more readable and attractive. We have used modulator operator to handle alternative row like 2%5. - PHP Mysql Hosting in PHP
A good and reliable web hosting plays a vital role to promote your website. Web hosting is a very competitive field so the price just keeps getting lower and lower. It is so easy to find cheap web hosting for PHP and MySQL - What are nulled scripts in PHP
Nulled scripts are scripts that have had the security measures removed, such as callbacks to the author's site. - PHP String Replace in PHP
String replace functions are most important and frequently used in php for string manipulaion. You can replace all sub-strings in a string or only some of them. - List of files and directories in php in PHP
This is a simple example to list the contents of any Directory. We will use the combination of opendir() and readdir() functions. - Read and Print CSV files using php in PHP
CSV stands for Comma Separated Values. It is a type of file. It means Spreadsheets software like Excel will offer you the opportunity to save files with the CSV extension.
- Check The Character Variables with Ereg in PHP
This verifies if a PHP variable string contains characters other than letters or numbers using the PHP function ereg. This PHP code snippet can be useful for form input where you only want users to input alpha numeric characters. - Simple CSV to HTML Tables in PHP
In This Tutorial, We will learn how we can CSV into HTML Table format. for this purpose we use some functions - What is SQL Injection? in PHP
Users of computer systems and visitors to websites are familiar with authenticating their identity, or proving, "they are who they say they are," by entering their Username and Password. - Add Text to Image in PHP
This small script describes how to add a custom text to an image into your web page