Re: [PHP] Variable vs Constant

2002-05-28 Thread Miguel Cruz
ntually) you won't need to look for it in amongst your code. > > Not really an answer to your question but more of an observation on my > part. > > I hope one of the more experienced will also pipe in. > > Good Luck > > Hugh > > - Original Message - > &g

Re: [PHP] Variable vs Constant

2002-05-28 Thread HPS
ne of the constants (and you know you will need to do this > eventually) you won't need to look for it in amongst your code. > Not really an answer to your question but more of an observation on my part. > I hope one of the more experienced will also pipe in. > Good Luck > Hug

Re: [PHP] Variable vs Constant

2002-05-28 Thread hugh danaher
the more experienced will also pipe in. Good Luck Hugh - Original Message - From: "Billy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 27, 2002 8:46 AM Subject: [PHP] Variable vs Constant > what harm will it make if i declear a value as VARIABLE

[PHP] Variable vs Constant

2002-05-28 Thread HPS
what harm (in term of loading/performance) will it make if i declear a value as VARIABLE where i should make it as CONSTANT actually?? how about if i declear 100 values as VARIABLEs where all are CONSTANTs actually? thx HPS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] Variable vs Constant

2002-05-27 Thread Billy
what harm will it make if i declear a value as VARIABLE where i should make it as CONSTANT actually?? how about if i declear 100 values as VARIABLEs where all are CONSTANTs actually? thx HPS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph