Jump to content

Unexpected T_LNUMBER?


darkfreaks

Recommended Posts

it says i have one on line 63 would it be because the variables $c and $k are defined after the statement in another if statement ???

 

 

Line:

<?php
  elseif(empty($1)){ $query.="SELECT * FROM jobs WHERE
category=$c AND keyword=$k ORDER BY job_id DESC";
		  $search = TRUE;
	   }?>

Link to comment
https://forums.phpfreaks.com/topic/92515-unexpected-t_lnumber/
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.