PHP Classes

Packages of Valerio Giuffrida

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Valerio Giuffrida (2)  >  Mission progress status  >  Reputation  
Picture of Valerio Giuffrida
Name: Valerio Giuffrida <contact>
Classes: 2
Country: Italy Italy
Age: 38
All time rank: 81130 in Italy Italy
Week rank: 195 Up8 in Italy Italy Up
All time users: 3902
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image csv2sql  
Convert CSV files into SQL INSERT statements
This class can be used to convert CSV (Comma Separated Values) files into SQL INSERT statements.

It can parse a CSV file to extract the field names from the first file line and the data to insert from the remaining lines.

It generates SQL INSERT statements using the field names and data from the parsed CSV file lines.

The list of SQL INSERT statements can be returned as an array or stored in a given output file.

  Files folder image IP_to_country  
Determine the country of an IP address using Whois
This class can be used to determine the country of an IP address using the Whois service.

It connects to an Whois server and queries the information associated to a given IP address.

If country information is available, the class returns an array with the country code, country name and the file name of the country flag.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z