Jump to content

Need some help here please


VK4KBG

Recommended Posts

Hi,

I am getting this error:

http://www.bikesforsale.net.au/admanager/

 

here is the section of  script:

$a = mysql_query("select id, time_hold, grp, count, description, notify from banners where limit_type = 3");

LINE 22  if (mysql_num_rows($a)) {

while ($b = mysql_fetch_array($a)) {

$c = $b[time_hold]; $f = $b[id]; $gr = $b[grp]; $ad = $b[count]; $desc = $b[description]; $not = $b[notify];

if ($sys_time > $c) {

mysql_query("update banners set time_hold = time_hold+1, count = count-1 where id = $f"); }

if ($ad == $nld && $not != 1) {

mysql_query("update banners set notify = 1 where id = $f");

$ntype = "$notify_limit_days Days";

include("config/email.php"); } } } }

?>

 

Any help gratefully received

Link to comment
https://forums.phpfreaks.com/topic/186493-need-some-help-here-please/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.