pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
6 sec ago
How to force redraw of ...
7 sec ago
Manchester United vs Li...
7 sec ago
Untitled
C# | 11 sec ago
Untitled
12 sec ago
Untitled
12 sec ago
Untitled
13 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 22nd, 2010 | Syntax:
PHP
| Size: 0.13 KB | Hits: 41 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
@
$type
=
$_GET
[
'url'
]
;
$date
=
date
(
'd-m-y'
)
;
$requete
=
"insert into compteur (id, date, type)
values ('','
$date
','
$type
')"
;
create new paste
|
create new version of this paste
RAW Paste Data
@$type= $_GET['url']; $date= date('d-m-y'); $requete = "insert into compteur (id, date, type) values ('','$date','$type')";