
During the search process after a click in the link DGS returns the following error: bogus.php was not found on this server.
- Code: Select all
$database[0]['persistent'] = true; /* Use persistent database connections. */
$database[0]['table'] = array('job_resume'); /* The table in database to search. */
$database[0]['tableAssoc'] = ''; /* If multiple tables listed, is used to join the tables. See INSTALL. */
$database[0]['searchField'] = array('category'); /* The fields to search. */
$database[0]['returnField'] = array('category'); /* Fields returned from db. Can be used to sub into link, url and desc. */
$database[0]['link'] = 'Title is @1@'; /* The link used for results. */
$database[0]['url'] = 'http://www.iguacutech.com.br/resume/busca/busca/bogus.php?id=@0@';/* The URL used for display the data from your database. */
$database[0]['desc'] = array('The artists name is @2@.'); /* The description to display. */
could anybody help-me?