Functions
Posted: Sun Feb 08, 2004 8:43 pm
Why can't i run functions? Is there a setting on php.ini? thanks!
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
==
!==
=>
<= // etc etc ??????????????????They are operators, not functions.malcolmboston wrote:functions meaning........if thats what you mean, they are standard code built into all php versionsCode: Select all
== !== => <= // etc etc ??????????????????
Try the php.net manual for function syntaxFlash05 wrote:Why can't i run functions? Is there a setting on php.ini? thanks!