Functions
Moderator: General Moderators
-
Illusionist
- Forum Regular
- Posts: 903
- Joined: Mon Jan 12, 2004 9:32 pm
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
functions meaning........
if thats what you mean, they are standard code built into all php versions
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 ??????????????????
Mark
Check with Windows
Function..... what function?
Re: Functions
Try the php.net manual for function syntaxFlash05 wrote:Why can't i run functions? Is there a setting on php.ini? thanks!