Category:

Create, Read XML with PHP

Last 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 Reading
Posted On :
Category:

Resize Image with PHP

On 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 Reading
Posted On :
Category:

How to create RSS Feed with PHP and MySql

Google 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
Posted On :