Main Menu




browser lang:en

Users Area

Client Login

today cache size is:0

 

 

Portfolio

Some of my projects:
CTIBA
MA-NO Web Agency
BluPool
L'Pratone
Travel in Hotel
Yacht Elements
AbruzzoWeb
Il Mastino
CSI Teramo
Innovazione S.p.a.



Comments

fg
16/04/2011 by fdg
Hi all
13/02/2011 by
John
24/07/2010 by John
better
16/04/2010 by bob
attached files not working !
05/11/2009 by Adnan
Tuvok
14/02/2009 by
Nice script
07/02/2009 by desaj
Other solutions
07/02/2009 by Mike

Read More »


RAPIDQ

Rapid-Q:The lost files
My old library where i have collected all the rapidq scripts and italian help


Today my pagerank is: Free Page Rank Tool

PHP scripts




install curl for php in ubuntu 10.10

I wanted to install curl for Apache+PHP on my Linux dedicated server with Ubuntu 10.10+Webmin. This code helped me to install curl: apt-get clean && apt-get update && apt-get install…

13/03/2011 - by admin - 0 comments

PHP Generate .gz compressed file from multiple files

Whit this script is possible to create a .gz compressed file on the fly from multiple files //sample array of filenames $fileNamesArray["file1"]; $fileNamesArray["file2"]; $fileNamesArray["file3"]; //count the number of items in the…

22/02/2011 - by admin - 0 comments

Secure ezSql with safeSQL class

ezSQL is a database class written by Justin Vincent who has been writing code since 1994. The database class is written entirely in PHP and is used on over 100,000…

15/02/2011 - by admin - 0 comments

How to successfully launch a social networking development platform.

  I decided to jot down some observations and thoughts on launching successful social networking development platforms… like the one facebook launched at f8, Bebo’s clone of facebook’s, or the one…

15/11/2010 - by holyguard - 0 comments

Special Characters in HTML

left single quote   ‘ ‘ right single quote   ’ ’ single low-9 quote   ‚ ‚ left double quote   “ “ right double quote   ” ” double low-9 quote   „ „ dagger   † † double dagger   ‡ ‡ per mill sign   ‰ ‰ single left-pointing angle quote   ‹ ‹ single right-pointing angle quote   › › black spade suit   ♠ ♠ black club suit   ♣ ♣ black heart suit   ♥ ♥ black diamond suit   ♦ ♦ overline,…

15/11/2010 - by holyguard - 0 comments

Getting started to the Facebook PHP API

The facebook API allows you to access profiles, friends, photos, and events.  To access the API from an outside server, you need to go through the following steps: login to your…

12/11/2010 - by holyguard - 0 comments

Parse HTML With PHP And DOM

Parsing HTML with PHP is not the difficult task that many think it to be. Often times folks grab for the nearest tool to parse out the bits between other…

07/11/2010 - by test - 0 comments

Display an image from a MySQL database in a web page via PHP

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 comments

Shorthand If/Else using Ternary Operators

An 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 comments

Caching arrays on filesystem disk with php

I 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 comments

Load Page Time in PHP

Outputs 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 comments

Extract datas from XML with PHP and DOM

after 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 comments

Super Faster XML with PHP and SimpleXML

After 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 comments

JSON-RPC PHP

The 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 comments

Paypal express checkout - PHP tutorial

There 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 comments

Redirecting visitors by browser language - Part 1

Learn 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 comments

Redirecting visitors by browser language - Part 2

Learn 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 comments

Read More »

Records 1 to 17 of 17

Users

Videos


Scripts & Tutorials

50 necessaries php tools

25/02/2011 

PHP is one of the most widely used open-source server-side scripting languages that exist today. With over…

in:Scripts and tutorials (0 comments)

FBJS Quick Jump Menu for a FBML Facebook Platform App

15/07/2010 

In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS…

in:Scripts and tutorials (0 comments)

How to manage your online reputation, free tools forcommunity managers

02/07/2010 

Every single day, someone, somewhere is discussing something important to your business; your brand, your executives, your…

in:Scripts and tutorials (0 comments)

PHP - The Singleton Pattern

26/11/2009 

The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…

in:Scripts and tutorials (0 comments)

PHP - calculating distance between two points

20/10/2009 

Because of the near-spherical shape of the Earth, calculating an accurate distance between two points requires the use…

in:Scripts and tutorials (1 comments)

PHP - Download file with speed limit

20/10/2009 

With this script we can limit the download speed   // local file that should be send to the client $local_file…

in:Scripts and tutorials (0 comments)

PHP - Save remote images on our server using CURL

12/10/2009 

Some hosts disabled the ini setting allow_url_fopen. This also means that the ability to easily grab images…

in:Scripts and tutorials (0 comments)

PHP - verify file existence in a local server

11/06/2009 

The act to verify if a file exists, is one of more important tasks related to files operations,…

in:Scripts and tutorials (0 comments)

Read more »


Tag Clouds


necessaries toolsFBJS Quick Jump Menu FBML Facebook Platform AppHow manage your online reputation free tools forcommunity managersPHP Singleton PatternPHP calculating distance between points Download file speed limitPHP Save remote images


Add to Technorati Favorites