Posted by Richard Lynch on 03/04/05 22:30
phpninja wrote:
> I think all php functions are case sensitive and must be all
> lowercase. try changing "IsSet" to "isset" and give it a run. I im not
> 100% sure because i always type every function in php lowercase and
> keep it the same throughout the application so i dont ever have to
> worry about that. Just a thought.
PHP functions are case-INsensitive.
PHP variables are case-sensitive.
--
Like Music?
http://l-i-e.com/artists.htm
Navigation:
[Reply to this message]
|