PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
could someone try and help me sort this out, just really annoying me
the error is
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Program Files\Apache Group\Apache2\htdocs\shopbots\poll1\vote.php on line 72
points to this line, think it has something to do with the target
how do i put them on. is there a setting or something, sorry im fairly new to all this.
Another quick question do these two php_auth user and php_pw - are they set anywhere, because im stuggling to get http authentication to work, the window comes up and i type in user and open but nothing happens just bounces back. Any ideas why?
1. Try finding a editor that supports syntax highlighting. There are several threads on this forum about editors, so do a serach.
2. Use the preview, before posting PHP code in your post.
This because the syntax highlighting will reveal alot of issues in code, that is not allways visible as plain text. Just take a look at the issues above within PHP tags...