MySQL is the leading open source database on the market and PHP continues to dominate the server side of the scripting market—together, they are the most popular and common team for creating dynamic, database-driven web sites. This... (Continue reading)
Everyone who owns an iPhone (or who has been holding out for an iPhone 3G) is bound to be excited about a lot of the new things the device can finally do, particularly the introduction of third-party applications. But those of... (Continue reading)
Open-source software is not for businesses who want out-of-the-box complete applications, but it makes sense for companies that want to tailor every aspect of the CRM experience from the ground up. CRM buyers might have very few choices were it not... (Continue reading)
Install Oracle9i on a Remote Server (Installation of oracle 9i) Install XAMPP for windows version 1.6.8 (Installation of Xampp for windows is discussed here) Install Oracle Client 10g Using oci module for connecting PHP & Oracle Edit php.ini file, the path to this file... (Continue reading)
What your site looks lilke in handheld devices, with blackberry etc being more prevalent it may be an idea to create a stylesheet or subdomain for handheld. User_agent sniffing and redirecting to a handheld device page with a simpler single... (Continue reading)
Other languages: Versiunea romana (Flex pentru programatorii PHP) 中文版 (面向PHP编程人员的Flex技术) Versione italiana (Flex per sviluppatori PHP) Русская версия (Flex для PHP-разработчиков) I’ve been working with web related technologies since the late ‘90s, and my first server side technology was PHP. Later on, I did ColdFusion... (Continue reading)
To debug a PHP Web Page: Click the arrow next to the debug button on the toolbar and select Open Debug Dialog -or- select Run | Open Debug Dialog. A Debug dialog will open. Double-click the PHP Web... (Continue reading)
One of the key values at Facebook is to move fast. For the past six years, we have been able to accomplish a lot thanks to rapid pace of development that PHP offers. As a programming language, PHP is simple.... (Continue reading)
After searching the Internet for a good template engine, I have compiled the following list: Smarty Smarty is a template engine that compiles the templates into PHP scripts, then executes those scripts. Very fast, very flexible. Heyes Template Class A very easy to use,... (Continue reading)
In PHP 5 there are some new functions. Here is the list of them: Arrays: array_combine() – Creates an array by using one array for keys and another for its values array_diff_uassoc() – Computes the difference of arrays with additional index check which... (Continue reading)