This topic is locked

Search in a other table

10/24/2006 7:14:28 AM
PHPRunner General questions
A
amplus author

I want search in a different table, so i have changed file commenfunctions
Old:

if($table=="voorraad" && $field=="artikel_nr")

return "`artikel`.`artikel_nr`";

New:

if($table=="voorraad" && $field=="artikel_nr")

return "`voorraad`.`artikel_nr`";
after the change i get an error:
Parse error: parse error, unexpected '?' in F:\www\xampp\htdocs\amplus\ontwikkel\p02_forbitex\beheer\voorraad\include\commonfunctions.php on line 1189

J
Jane 10/24/2006

Hi,
could you post here line 1189 of your include/commonfunctions.php file?

A
amplus author 10/24/2006

Hi,

could you post here line 1189 of your include/commonfunctions.php file?


{

//åñëè â îïèñà íèè - $errstr âñòðå÷à þòñÿ ðîâíî âñå êëþ÷åâûå ñëîâà - òî âûâåñòè ðåøåíèå, ñîîòâåòñâóþùåå ýòîìó îïèñà íèþ

$solution = $myFile->data[0]['child'][$i]['child'][5]['content'];

}

A
Aurora 10/24/2006

Deleted Post.

J
Jane 10/25/2006

please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data.

I'll find what's wrong with your project running it on my test box.