Working with Microsoft Access Database using PHP PDO
Learn perform Create, Read, Update and Delete (CRUD) operation over microsoft access database using php PDO with simple example.
Continue ReadingLearn perform Create, Read, Update and Delete (CRUD) operation over microsoft access database using php PDO with simple example.
Continue ReadingLearn how to create CSV / Excel file online using your database and display your database data in file and also read data from .CSV file and insert to database using php.
Continue ReadingUpload your image to MySQL Database and display it on browser using php. And In this tut i am also introduce you with BLOB column type in MySQL.
Continue ReadingAdd text and image watermark dynamically over images on fly. A simple tut for make your image belong to you by adding your copyright on your image.
Continue ReadingRegular expression is one of the best method to validate your form data. I make a small tut to help you to understand regular expression with example.
Continue ReadingWeb services are taking over the world. In this Tut i will explain you how we can create our basic web service using PHP, MYSQL and JSON.
Continue ReadingLast updated on August 14th, 2019 at 11:03 pmre you creating a website or web application where you need to get data from remote servers or some other application, then XML is one of the best way to get information from remote servers and applications. IN PHP5’s simpleXML functions dramatically simplify the process of interpreting the feeds into something useful […]
Continue ReadingIf your are creating an online application which we need to generate a PDF online. Then this tut is for you we are going to create an application in which we generate a PDF online. For creating a PDF dynamically we are using a FPDF library.
Continue ReadingAre you creating a site for images or share your capture images with the world over internet and want to add a copyright to image. Then this tut is for you.
Continue ReadingOn the internet when we upload images then it occupies more size and takes more time load the images due to their heavy size, which result in slow processing of the loading content. So here to solve this problem we can resize the image according to our desired size with PHP.
Continue ReadingGoogle Feed burner is one of the best place to promote your blog mainly. It will help you to reach your goal. It help your user to get your latest news feed you created. You don?t need to add single link one by one it will automatically access your newly created blog. You simply just create XML file that contains your all news feed links of your blog.
Continue Reading