Facebook Registration Plugin (With Custom Fields and Examples)
Facebook Registration Plugin (With Custom Fields and Examples) In this post, I will show you how to implement facebook registration plugin, and I will create some examples, with custom fields, READ MORE
How to install eAccelerator on linux
eAccelerator works in a way that whenever there is request to a webpage, eAccelerator will parse all the php files and cache them in a shared memory in their compiled READ MORE
Building your first web scraper with PHP
Web Scraping is the process of extracting information from websites or webpages. Web scraping can be compared to crawlers, bots or web indexing, however in web scraping the data is READ MORE
Uploading a picture in WordPress to your media gallery using xmlrpc
If you’re automatically creating a wordpress post or page from php code, rather than from the wordpress admin panel, sometimes you might need to add a pic from a different READ MORE
How to fix facebook connect error “CurlException: 7”
Many websites with facebook applications, has lately been facing problems with CurlException 7 The problems range from: 1- CurlException: 7: couldn’t connect to host 2- Uncaught CurlException: 7: couldn’t connect READ MORE
Searching and removing a value from a multidimensional array in php
Recently I found myself in a situation where I needed to search and remove a value from a dynamically generated multidimensional array with a different size and length. After many READ MORE