Functions

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!

Moderator: General Moderators

Post Reply
Flash05
Forum Commoner
Posts: 25
Joined: Thu Dec 18, 2003 3:16 am

Functions

Post by Flash05 »

Why can't i run functions? Is there a setting on php.ini? thanks!
User avatar
Michael 01
Forum Commoner
Posts: 87
Joined: Wed Feb 04, 2004 12:26 am

Post by Michael 01 »

Thats pretty vague man...
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

what are you trying to do?
valaridz
Forum Newbie
Posts: 4
Joined: Wed Feb 11, 2004 5:23 am

Post by valaridz »

what functions aren't working?
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

functions meaning........

Code: Select all

==
!==
=>
<= // etc etc ??????????????????
if thats what you mean, they are standard code built into all php versions
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

malcolmboston wrote:functions meaning........

Code: Select all

==
!==
=>
<= // etc etc ??????????????????
if thats what you mean, they are standard code built into all php versions
They are operators, not functions.

Mark
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Check with Windows

Post by neophyte »

Function..... what function?
User avatar
dimitris
Forum Contributor
Posts: 110
Joined: Wed Jan 14, 2004 3:47 am
Location: Athens, Greece

Re: Functions

Post by dimitris »

Flash05 wrote:Why can't i run functions? Is there a setting on php.ini? thanks!
Try the php.net manual for function syntax
Post Reply