[thelist] PHP search query MySQL repetition

Andrew Maynes andrew at humanbehaviour.co.uk
Tue Nov 5 13:38:01 CST 2002


I'm getting an error message:

Fatal error: Call to undefined function: search_by_keyword_form() in
/home/j/u/jungfreud/public_html/classad/lib/func_index.php(53) : eval()'d code
on line 1

the code is part of a function:

// ************* START FUNCTION content *************

function content(&$content){
 GLOBAL $gbl;

  for($i=0; $i<count($content); $i++)
   { eval($content[$i]);
   }

} // end function content

does this make any sense to anyone?

Andrew


-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Andrew Maynes
Sent: Tuesday, November 05, 2002 18:12
To: thelist at lists.evolt.org
Subject: [thelist] PHP search query MySQL repetition


Hi all

I need some help please.

I have a search query which is fine but I want the query to provide two sets of
results and both results appearing on the same page in different coloumns?

Any help please
Andrew

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.410 / Virus Database: 231 - Release Date: 31/10/2002

--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.410 / Virus Database: 231 - Release Date: 31/10/2002

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.410 / Virus Database: 231 - Release Date: 31/10/2002




More information about the thelist mailing list