PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Untitled
1 sec ago
LIKE in OData query
2 sec ago
Untitled
8 sec ago
Add new Records to...
8 sec ago
The Pillars of the...
8 sec ago
OnlyAlittleTestPost
14 sec ago
Untitled
17 sec ago
Untitled
17 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.25 KB | hits: 14 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
//modify a photographer (post) if there is data to send
if ($_POST[selecteditor] != "")
{
$sql = "UPDATE grid SET editor = '". $_POST[selecteditor] ."' WHERE storycode = ". $_POST[storycode] ." LIMIT 1)";
mysql_query($sql)
or die("can't do it");
}
create a
new version
of this paste
RAW Paste Data
//modify a photographer (post) if there is data to send if ($_POST[selecteditor] != "") { $sql = "UPDATE grid SET editor = '". $_POST[selecteditor] ."' WHERE storycode = ". $_POST[storycode] ." LIMIT 1)"; mysql_query($sql) or die("can't do it"); }