Hey, i need a php Syntax library does anyone know were i can get one and how can use it
(beginner attempt at php app)
I am not sure what you mean by 'Syntax Library'?
Do you mean the interpretor?
Check out
http://www.php.net/install
he means the online documentation i think
Just check out www.php.net
no i mean, if someone inputs lets say ?> it would be highlighted, the php functions really,
That's a syntax highlighter. You can use a richedit control to do syntax highlighting. Just learn how to use syntax highlighting with richedit controls or search on Google for a lib or something. Also, didn't you say you just began C++ programming? If so then you shouldn't be trying to make a syntax highlighter.