1
Hi all
Trying to print one of the listings i?m getting this error:
Parse error: parse error, unexpected '?', expecting ',' or ')' in c:\mysite.com\modules\alumni\listing-p-f.php on line 230
Here follow the lines 230 through 233 from file "listing-p-f.php"
$yname = isset($_POST['yname'] ? $myts->addSlashes($_POST['yname']) : '';
$ymail = isset($_POST['ymail'] ? $myts->addSlashes($_POST['ymail']) : '';
$fname = isset($_POST['fname'] ? $myts->addSlashes($_POST['fname']) : '';
$fmail = isset($_POST['fmail'] ? $myts->addSlashes($_POST['fmail']) : '';
Any tip?
Thanks