Adding a Rich JavaScript HTML Editor to Your Site Explores JavaScript WYSIWYG HTML editors, and shows how to integrate the popular CKEditor and TinyMCE editors into your Web...
Working With PHP Files and Directories Part-2 Masud AlamHi, My name is Masud Alam, love to work with Open Source Technologies, living in Dhaka, Bangladesh. I’m...
Working With PHP Files and Directories Part-1 PHP FILE File can store data and data stores on file can be permanent. We also can create a...
A simple Dynamic Website with PHP and AJAX A simple Dynamic Website with PHP and AJAX Introduction This time we are going to create a simple dynamic...
Simple Pagination With PHP and MySQL Masud AlamHi, My name is Masud Alam, love to work with Open Source Technologies, living in Dhaka, Bangladesh. I’m...
Working with PHP Sessions and Cookies PHP Sessions A session is a way to store information (in the form of variables) to be used...
Sanitize and Validate Data with PHP Filters This tutorial will explain some methods of Getting Clean With PHP: Data Sanitization and Validation by focusing on several...
File Upload and Download with PHP File Upload and Download with PHP In This Tutorial We learn How to process Upload and Download system...
Useful PHP Functions and Features In This Tutorial We will cover some Extra Ordinary and Useful PHP Functions That You Need to Know Masud...
Build a Full-Featured Login System with PHP In this tutorial I will be showing you how to make a simple login system consisting of a login...
PHP SIMPLE XML PHP SIMPLE XML (Not Simpler) simpleXML is a PHP Extension to easily manipulate/use XML Data. What is SimpleXML? a...
Working With PHP Regular Expression What is a regex? office At its most basic level, a regex can be considered a method of pattern...
Exceptions Handling with PHP Exceptions Handling with PHP What are Exceptions? With the advent of PHP 5 came the new OO model and...
CRUD with PHP and MySQLi using OOP Syntax CRUD with PHP and MySQLi using OOP Syntax Some of my PHP ZEND Students, friends wanted a PHP/MySQLi...
Beginning Ajax with PHP Masud AlamHi, My name is Masud Alam, love to work with Open Source Technologies, living in Dhaka, Bangladesh....
php working with dates and times Timestamp Problem: What’s a timestamp? A timestamp is the number of seconds from January 1, 1970 at...