browser lang:en
There's lots of clever scripts around to tell you how to get images in and out of databases, but nothing simple to show you the principles of including…
14/02/2010 - by admin - 0 commentsAn essential part of programming is evaluating conditions using if/else and switch/case statements. If / Else statements are easy to code and global to all languages. If / Else statements…
11/10/2009 - by admin - 0 commentsI discovered the var_export function in PHP. It is able to return a string that represents the passed variable. The returned string is parsable by PHP. One way to use this…
14/07/2009 - by admin - 0 commentsOutputs the time in seconds that it takes for a PHP page to load. The code <?php // Insert this block of code at the very top of your…
14/03/2009 - by admin - 0 commentsafter have seen the way to transform a table from Mysql to XML, now we are goin to see the reverse way. Here we need to traverse an XML and extract…
07/03/2009 - by admin - 0 commentsAfter have verified how it's possible traversing XML with PHP and retrieve relative datas using DOM classes, here we show a new solution that, in the real world, results to…
07/03/2009 - by admin - 0 commentsThe original document is at http://jsonrpcphp.org/ JSON-RPC PHP is a couple of classes written in PHP implementing respectively client and server functionalities of the JSON-RPC protocol.The goal of the project is…
09/12/2008 - by admin - 1 commentsThere are two different ways to use the PayPal API. The first, is the PayPal Direct Payment. PayPal Direct Payment will allow the customer to simply type in…
03/11/2008 - by admin - 0 commentsLearn php/walkthrough One of the common feature of many websites is the "choose language" option, usually indicated with a list of flags.. so, with php is possible to give a professional…
05/10/2008 - by admin - 0 commentsLearn php /walkthrough - part II Create an index.php page with our code function comefrom() { $lang = $_SERVER['HTTP_ACCEPT_LANGUAGE']; if (substr($lang, 0, 2) == 'en') { header("Location: english.php"); } else { header("Location: french.php"); } } comefrom(); // this line calls the function.. Create the…
05/10/2008 - by admin - 0 commentsSelective Tweets is an application that allows you to control what tweets are added to your Facebook…
in:Social Networking (0 comments)In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS…
in:Scripts and tutorials (0 comments)Every single day, someone, somewhere is discussing something important to your business; your brand, your executives, your…
in:Scripts and tutorials (0 comments)Although some IT managers are coming around to the idea of supporting iPhones, most aren’t convinced…
in:Free Software (0 comments)When you want to run your own mail server, and it does not matter what version and…
in:Apache - .htaccess (0 comments)Have you ever had to develop something yourself only to find out that there had already been…
in:JQuery (0 comments)The situation begins with your blog or website and you need to post some code on a particular…
in:The Holy Faq's (0 comments)So. Google just recently announced Google Buzz. I’m not sure about you, but I…
in:Blog (0 comments)
