New Support forum for finalwebsites.com

After using the Webdigity Webmaster forums for supporting webmasters which are using the PHP classes and scripts provided on finalwebsites.com a new forum is created. The owner of finalwebsites.com has created a new support forum on his own domain. With this new part of the website it would be easier to provide new information to [...]

First steps within the Zend Framework

Setup a quick Yahoo Search page within a few minutes! A few days ago the “old” Google web search API has stopped working for the web public. Not a big surprise after the release of the AJAX web search API. A customer of mine is using search results in his mini sites to give them [...]

Tutorial: FTP Upload via cURL

FTP hosting is often much cheaper than regular web hosting. The upload with an ftp client is for sure the most common way, but could be a problem for people behind a firewall or without enough rights (capabilities) to install a FTP client. For those a upload via a web form is the best solution. [...]

Uploading files with cURL?

While testing some code to find a different way to upload files with PHP, I checked a lot of websites to get the information I need to understand cURL better. Today I found this article: Using the CURL library in PHP With only a few examples it was clear for what usage I need cURL [...]

Parse html with PHP preg_match_all()

For the most of the PHP developer which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others it’s maybe hard to understand. The biggest difference between preg_match_all and the regular preg_match is that all matched values are stored inside a multi-dimensional array to store an unlimited number [...]