Results 1 to 7 of 7
-
25th Nov 2011, 09:57 PM #1OPBannedWebsite's:
WarezRelease.org ThatHosting.coWhy this php code not work?
PHP Code:<?php
$siturl = $_POST['burl'];
$removee = $_POST['doit'];
if (isset($removee)) {
mysql_query("DELETE FROM wcddl_blacklist WHERE url = '.$siteurl.'");
}
?>Chris2k Reviewed by Chris2k on . Why this php code not work? <?php $siturl = $_POST; $removee = $_POST; if (isset($removee)) { mysql_query("DELETE FROM wcddl_blacklist WHERE url = '.$siteurl.'"); } ?> Rating: 5
-
25th Nov 2011, 09:59 PM #2I r Super Cop
dont know php but, i see a spelling mistake there
siteurl is spelt as siturl
Follow besthostingforums on FB
Looking for an Article Writer? Check out my services here.
-
25th Nov 2011, 10:02 PM #3Member
add DB connection to the mysql_query()
-
25th Nov 2011, 10:47 PM #4OPBannedWebsite's:
WarezRelease.org ThatHosting.coCheers Rox, fixed loool ima dumb fuck
-
25th Nov 2011, 11:06 PM #5I r Super CopFollow besthostingforums on FB
Looking for an Article Writer? Check out my services here.
-
25th Nov 2011, 11:42 PM #6Member
Escape the query
PHP Code:if (isset($_POST['burl']) && isset($_POST['doit'])) {
$siteurl = mysql_real_escape_string($_POST['burl']);
mysql_query("DELETE FROM wcddl_blacklist WHERE url = '.$siteurl.'");
}
?>
-
2nd Dec 2011, 01:08 AM #7OPBannedWebsite's:
WarezRelease.org ThatHosting.coThx Gav0
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Uploading videos from RL to Youtube doesn't work anymore becaus the verfication code
By No.dam in forum Technical Help Desk SupportReplies: 0Last Post: 14th Oct 2012, 09:44 PM -
Help With Letitbit Js To BB Code aka Embedding streaming code in forums
By JoomlaZ in forum Web Development AreaReplies: 1Last Post: 3rd Apr 2012, 09:50 AM -
Show your work station/work area
By Hydrode in forum General DiscussionReplies: 18Last Post: 27th Mar 2011, 10:30 PM -
[Hiring] Code my Website layout to work on a MyBB Forum (without the use of iframes)
By Hydrode in forum Completed TransactionsReplies: 0Last Post: 2nd Mar 2011, 12:38 AM -
Does Kloxo Takes Time To Make Domain Work And DNs Work?
By soft2050 in forum Technical Help Desk SupportReplies: 12Last Post: 15th Oct 2010, 12:01 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...