
19-03-2009, 18:20
|
|
|
|
חבר מתאריך: 15.02.09
הודעות: 292
|
|
|
T_BOOLEAN_OR
i trying to use if to check 2 condition an resivie this error on this line
Parse error: syntax error, unexpected T_BOOLEAN_OR in
this is the syntex
if (isset($_POST[ 'menu_name'])) || (empty($_POST[' menu_name'] )) {
echo "enter menu_name" ; }
tnk to who may  help
|