Introduction to PHP Security part 1 Introduction to PHP Security part 1 In this post we will discuss a very common method of hacking a...
Introduction to Standard PHP Library -SPL Part-4 Introduction to Standard PHP Library -SPL Part-4 Finally I’ll talk about DirectoryIterator. Hopefully you’ll get a idea of what...
Introduction to Standard PHP Library -SPL Part-3 After completing SPL part1 and SPL part2, In this tutorial Now we learn Caching Iterator,ArrayObject and ArrayIterators. Hopefully you’ll...
Introduction to Standard PHP Library -SPL Part-2 Introduction to Standard PHP Library -SPL Part-2 After Completing Introduction to Standard PHP Library (SPL) Part-1 Today I’ll look at...
Introduction to Standard PHP Library-SPL Part-1 Introduction to Standard PHP Library-SPL Part-1 Today I’ll look at some iterators: a set of classes in the SPL...
Fundamentals of a WordPress Theme Development Part-1 WordPress uses themes to control the look and presentation of your site. You can quickly change themes and change...
Data-scrapping with PHP cURL cURL is a library to communicate with a remote server. With a large number of protocol support it’s one...
WordPress: The ultimate power of blogging WordPress: The ultimate power of blogging What is WordPress WordPress is a free open source blog software package and dynamic content management...
CRUD Using OOP PHP and MYSQLI We are about to create a basic CRUD using OOP. We are going to use OOP because it is...