Forum. MyNuke.ru

Forum. MyNuke.ru (http://forum.mynuke.ru/index.php)
-   PHP&MySQL (http://forum.mynuke.ru/forumdisplay.php?f=21)
-   -   где же здесь ощибка? (http://forum.mynuke.ru/showthread.php?t=3322)

Insanoff 28.06.2008 22:54

где же здесь ощибка?
 
Parse error: parse error, unexpected T_STRING in T:\home\localhost\rav\mainfile.php on line 580

if (strlen($name) != 0) {
$name = str_replace(' ','_',$name);
$name = str_replace('%20','_',$name);

$result = $db->sql_query('.$prefix.'_blocks b, '.$prefix.'_blocks_manager m WHERE b.bid=m.bid AND m.title=\''.$name.'\' AND m.position=\''.$pos'\' AND b.active=1 '.$querylang.' ORDER BY m.weight ASC');
} else {
$result = $db->sql_query('.$prefix.'_blocks b, '.$prefix.'_blocks_manager m WHERE b.bid=m.bid AND m.title=admin AND m.position=\''.$pos'\' AND b.active=1 '.$querylang.' ORDER BY m.weight ASC');
}

Soniks 30.06.2008 18:35

Цитата AND m.position=\''.$pos'\'

вот здесь, допущена ошибка, в синтаксе вывода переменной, а именно не хватает после нее точки


Часовой пояс GMT +4, время: 15:57.

Copyright © 2005 by Soniks