[PHP] Re: C&C [PHP] PHP Standard style of writing your code

2006-04-25 Thread Porpoise
""Nicolas Verhaeghe"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Another good thing to remember is that English is our common language and that it is usually a good practice to give variables an English name. . . if ($car == 'Audi') {$vorsprung_durch_technik = 'GOOD!';}

[PHP] Re: C or C++

2004-04-19 Thread Eric Bolikowski
"Brent Clark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi All Just a quick question, is PHP written in C or C++. Kind Regards Brent Clark It is written i C. One hint is that PHP is procedural, and the same is C. Maybe some beautieful day someone willl write a C++ version :)

[PHP] Re: C#

2002-12-08 Thread michael kimsal
Wilmar Perez wrote: Hello guys I'm sorry if this message disturbs anyone, I know it is completely off topic. I've been thinking about open a C# mailing list for I hadn't been able to find a good one so far. All I want to know is if there is enough people out there interested in joining such l

[PHP] Re: c++ help

2001-10-23 Thread Mike Frazer
You're better off using Perl or something else for this if possible. Learning a new language for one thing is like taking three years of Spanish to order a taco and some refried beans. Besides, C/C++ aren't the easiest languages to learn and get good at quick. Mike Frazer "Nicolas Costes" <[E

[PHP] Re: C-style parameterized macros

2001-09-07 Thread 602e23
> "Neil" == Neil Zanella <[EMAIL PROTECTED]> writes: Neil> Hello, Neil> I have noticed that PHP can be used to define constants but Neil> not parametrized macros, a feature is is currently lacking. Neil> It is possible to use arrays instead with the only Neil> disadvantag