Home| Progetto| Web| Faq| Acronimi | ||||
Argomenti Documenti pubblicabili:1120
Scripts:1282 Documenti non pubblicabili:162 Categorie tematiche:68 .Net |_C# |_Visual basic.net |_Asp.net Active Server Pages C++ Cascade Style Sheet JavaScript Mysql Php Xml Java |_Java 2 Micro Edition |_Java server pages |_Java Servlet Oracle |_PLSQL PostgreSQL Unix
Php...
Info:
Php's story
Oracle...
Script:
Redo log
Unix...
Tip:
How remove a file named -r
PLSQL...
Script:
for i in 1.. strutture di controllo
Php...
Tip:
Ignorare gli errori
Php...
Faq:
What is PHP?
Shell scripting...
Script:
while do loop
Basically, a web session can be defined as the timeframe in which a visitor navigates your web site.
Php Funzione mail()
XPath is a language for addressing parts of an XML document.
It is designed to be used by XSLT and XPointer.
Basically, a web session can be defined as the timeframe in which a visitor navigates your web site.
|
Php
Home >Php > Log counter
<?php # Marco Magnani 12/01/2002 # To run this example i have used mysql and the following code to create the table viste: /* CREATE TABLE `visite` ( `id_visita` tinyint(6) unsigned NOT NULL auto_increment, `ip` varchar(50) default NULL, `data_ins` timestamp(14) NOT NULL, `pagina` varchar(255) default NULL, PRIMARY KEY (`id_visira`) ) TYPE=MyISAM; */ # This example # Opening connection to MYSQL DB $conn = mysql_connect("localhost","root","") or die("Impossibile$connessione connettersi con il database ERRORE:".mysql_error."()"); mysql_select_db("mydatabase"); #It writes on table visite ip and url of the page where the function is called. function registerHit($ip,$page){ $ssql = "INSERT INTO visite(ip,pagina)" . " VALUES('$ip','$page') "; mysql_query($ssql); } ?> <html> <head><title>Tutorial</title> </head> <body bgcolor="#FFFFFF"> <h1>My page</h1> <? # Requesting page's Ip and location $ip = $HTTP_SERVER_VARS["REMOTE_ADDR"]; $page = $HTTP_SERVER_VARS['PHP_SELF']; # Calling the function registerHit registerHit($ip,$page); ?> </body> </html> Warning: include(ads/text468x15.html): failed to open stream: No such file or directory in D:\inetpub\webs\fishscriptcom\documents\view_document.php on line 131 Warning: include(): Failed opening 'ads/text468x15.html' for inclusion (include_path='.;C:\php\pear') in D:\inetpub\webs\fishscriptcom\documents\view_document.php on line 131 Tutorial ![]() ![]() ![]() ![]() ![]() Script ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Comandi ![]() ![]() ![]() ![]() ![]() |
Cerca
Php...
Info:
The Class Structure
A good scientist is a person with original ideas.
A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. Freeman Dyson A good scientist is a person with original ideas.
A good engineer is a person who makes a design that works with as few original ideas as possible. There are no prima donnas in engineering. Freeman Dyson
Php...
Info:
Php's story
Php...
Definizioni:
PHP
Oracle...
Definizioni:
SESSION
Shell scripting...
Script:
Script for archiving and compressing folder and file
fishScript.Com is accessible by Mobile access technology
as mobile phones, Palm and Pocket PC .
Nicoleta e Marco Magnani tutorial, examples, courses, esempi, corsi, esercizi, appunti vari Dottoressa Nicoleta Dragu Formatrice Docente Insegnante Mediatrice Culturale Dott. Marco Magnani Universita La Sapienza Roma Master Computer Science Hunter College New York , Data Base Administrator DBA oracle System architect |