How to install Chilkat PHP on Linux phptuts December 22, 2016 In this tutorial, i use PHP 5.4 and CentOS 32bits. Step 1: You can find other download at here For 32bits For 64bits Result: Step… Continue Reading
How to fix error: Cannot load Zend Extension Manager – it was built with configuration 1.2.0 phptuts December 22, 2016 If you get the error like: You can fix by follow theses steps: Step 1: Log into Kloxo controlpanel like Step 2: goto PHP config… Continue Reading
How to fix error: Failed loading /usr/lib/kloxophp/ioncube/ioncube_loader_lin_5.2.so phptuts December 22, 2016 If you get the error like: You can fix by follow theses steps: Step 1: Log into Kloxo controlpanel like Step 2: goto PHP config… Continue Reading
Scraping web content by using YQL phptuts December 14, 2016 The YQL (Yahoo! Query Language) platform enables you to query, filter, and combine data across the web through a single interface. It exposes a SQL-like… Continue Reading
HTML XPath examples phptuts December 14, 2016 Here are some demo HTML: HTML 1: Example 1: raw XPath Example 2: find an element by ID Example 3: child of Element ID or… Continue Reading
PHP: Solve system of linear equations using matrices phptuts December 8, 2016 Example: Result: Continue Reading