Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in
Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in
Post Description: parse error parse error unexpected expecting or t variable in General Errors
Post Tags:
This Post Has Been Viewed 364 Times Since Sat Apr 05, 2008 1:23 pm Author
php script with 2 replies
Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in
Advertise On This Page
if im getting this errror what does it mean?
Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in vadevvsadminincincproductbody5.php on line 17
this is how line 17 loooks like
function ShowAccessorySquare($pID,$pImage,$pName,pPrice,$pListPrice){
help
Links Related to : Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in
Comments and replies About Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in
::
1 ::
Reply #48779 Reply By
hostman On Sat Apr 05, 2008 1:25 pm
hostman:
ok, if you look or line 17 you will notice that pPrice doesnt have a dollar sign infront which means its not a string.
so you need to change this from:
pPrice
to:
$pPrice
::
2 ::
Reply #48780 Reply By
norman On Sat Apr 05, 2008 1:25 pm
norman:
ok, i got it now. it works..
hahahhahhaa
thanks