Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in

Mobile
feeds
Welcome Login | Register

Parse error: parse error, unexpected ',', expecting '&' or T_VARIABLE in
Reply Your Comments:
Click this button if you are interested in replying to this topic and leave your comments
Sent To Friend
CLick this button if you want to send this page to a friend.
Subsribe To Rss Feeds
Subscribe to RSS
CLick this button if you want to subscribe to this RSS Feed. You can use your browsers feeds burners if you have mozilla or internet explorer 7 or higher and keep up with updates.
  Forums Index
      » General Errors Forums
        » » 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


Leave Your Comments

Your Name
Your Email Address (Will Not Be Published)
Notify Me When Someone Replies to this Page
(An email will be sent to you when someone replies to your comments)
Your Comments
Include A Picture with your comments
Share
| More
Share this page by putting this URL in your comments to other websites like myspace, Facebook, Twitter friendster, Hi5, Groups, Boards, Forum or others. Just Copy and Paste this Code
URL:
To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
BBCODE:
Subscribe Feeds
Webmasters - Exchange Links With Us. Add related websites to this topic
Add Link:
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