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
4 sec ago
Lyon vs Apoel Nicosia L...
HTML 5 | 13 sec ago
Untitled
6 sec ago
Untitled
11 sec ago
Untitled
11 sec ago
Untitled
12 sec ago
Untitled
18 sec ago
Untitled
18 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 17th, 2010 | Syntax:
PHP
| Size: 0.09 KB | Hits: 34 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
mysql_query
(
"UPDATE cell_line SET show = '
$new
' WHERE id = '
$tog
'"
)
or
die
(
mysql_error
(
)
)
;
create new paste
|
create new version of this paste
RAW Paste Data
mysql_query("UPDATE cell_line SET show = '$new' WHERE id = '$tog'") or die(mysql_error());