PHP Class
Taught by Dedicated Nerad Tendo

Welcome to PHP class - an Out of Character class where you will learn the basics of PHP code. If you have any questions or comments, please feel free to e-mail the instructor.

Return to Messages | Post Reply
Currently browsing thread: Lesson 7: Functions
Re: Still Error'd
Nerad Tendo
email
Posted on:
Jul 23, 2009 08:22:11
Ryaol Admestiainu said:
Ok, I guess my question then is can you pass more than one variable into a function? Also, is there some sort of php ide so I can see an error report?

Yes you can.

You can get Eclipse to do PHP testing if you want a free IDE.

Check your function declaration and your function calls. They should have commas instead of semicolons. That's why the interpreter is giving back the error: unexpected ';'  

No replies

Post Reply

 

Based on an Orca Script.