Parse Error: Parse Error, Unexpected ',', Expecting '&' Or T_VARIABLE In



Parse Error: Parse Error, Unexpected ',', Expecting '&' Or T_VARIABLE In
Parse Error: Parse Error, Unexpected ',', Expecting '&' Or T_VARIABLE In
Post Description:
Post Tags: parse, error, parse, error, unexpected, expecting, or, t, variable, in
This Post Has Been Viewed 130 Times Since Sat Apr 05, 2008 1:23 pm Posted By php script with 2 replies
Parse Error: Parse Error, Unexpected ',', Expecting '&' Or T_VARIABLE In
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

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About Parse Error: Parse Error, Unexpected ',', Expecting '&' Or T_VARIABLE In




:: 1 :: #48779 - Reply By hostman On Sat Apr 05, 2008 1:25 pm
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 :: #48780 - Reply By norman On Sat Apr 05, 2008 1:25 pm
ok, i got it now. it works..

hahahhahhaa

thanks