C O N O S C E N Z A
web data management
Il nostro è un team che si occupa ormai da piu' di un decennio della risoluzione delle problematiche informatiche, in particolare ci piace poter offrire la nostra competenza in ambito telematico, dalla progettazione su misura della vostra infrastruttura web, alla realizzazione del vostro software e dei vostri portali.

WEB

php script to close unclosed html tags - chiude i tag html aperti

A PHP script to close unclosed html tags on each table fields, you must specify the table and db credentials. Questo script chiude i tag html lasciati aperti su ogni campo della tabella del db che specificheremo nelle prime righe di codice. <? $link = mysql_connect('localhost'...

An LDAP LDIF sample

An LDAP LDIF sample

LDIF is the LDAP Data Interchange Format, a standard plain text format. The followig sample is my first exported LDIF. # Entry 1: cn=Janet,dc=localhost dn: cn=Janet,dc=localhost cn: Janet mail: janet@janet.com objectclass: inetOrgPerson sn: Jackson userpassword:...

Music Sense

é online music sense il sito dove trovare tutto l'archivio cddb archiviato con immagini, lyrics, concerti, news e altro ancora! ...

svn checkout / subversion get

     Esempio sintassi per la creazione in locale di una repository di tipo subversion. Example to create a local repository of subversion type  svn checkout https://svn.serverrep.com/dirprojects ./                        ...

simple html dom with proxy - example

simple html dom with proxy - example

An example to use the 'simple html dom' class passing through a Proxy Server. //CODE START include('./parsehtml/simple_html_dom.php'); $myurl = 'http://www. your url to grab .com'; $aContext = array( 'http' = array( ...

PHP LDAP example

PHP LDAP example

My notes "; echo "Name is: ". $Myresult[0][$LDAPname][0].""; echo "Surname is: ". $Myresult[0][$LDAPsurname][0].""; echo "Email is: ". $Myresult[0][$LDAPemail][0].""; } # # ##### THE SEARCH METHOD END ####THE MODIFY METHOD ...

rewrite .htaccess

   REWRITE:  http://cybernetica.it/News/articoli/articolo/index.php?id=6588&revrite-tutorialIN http://www.cybernetica.it/articolo6588/revrite-tutorial.htm In questo tutorial riscriveremo un url in modo che il file presente nella nostra...

ogg to gif

  shell scripts power!!!!     Esempio sintassi per la conversione di  video  di tipo ogg (ma sono supportati anche formati di tipo diverso)  con output di tipo gif animate usando mmplayer per linux con un comando da  shell Example...