10-16-2007, 01:09 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Oct 2007
Posts: 44
Thanks: 0
|
help me with this href thing
PHP Code:
$jobs = array( "<a href="'; echo $_SERVER["PHP_SELF"];echo '?click=client_list.php&menu=1&empid='.$row['employer_id'].'">$rowemployer_name]</a>" =>'Client Name',
nl2br($row['description'])=>'Description',
nl2br($row['qualifications'])=>'Qualifications',
"$row[status]"=>'Status Id',
"$row[value]"=>'Location',
"$row[name]"=>'Industry',
"$row[position]"=>'Position',
"$row[vacancy_type]"=>'Vacancy Type',
"$row[keywords]"=>'Keywords'
);
in my client name i want to put that href.but it has an error...i think the quotes or something..please help me..
|
|
|
|