
Signature
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
>> Ive been looking around at some sites for information on understanding
>> PHP. I've come to the conclusion that PHP is basically BASIC.
>> With quite a few more features tossed in purely for the internet.
>>
> They are the same in that they are interpreted languages, rather than
> compiled.
<pedantic>Actually, there are several compiled versions of BASIC - some
such as Blitz BASIC only had a compiler and no interpreter. Of course,
there are also PHP compilers available...</pedantic>
> PHP = PHP Hypertext Processor. So, yes, it has a number of unique
> features for working in an web environment. It is more like the C language
> than perl.
It has a bit of everything thrown in - just look at the function names. [1]
Unfortunately in many cases it's the worst bits of everything. :-P
[1] Aaron Crane wrote "Function names (and semantics) have been liberally
borrowed from Unix system calls (unlink), the C standard library (strcspn),
and Perl (split), among other places. Some function names have multiple
words separated by underscores (str_replace); others have words squashed
together (strtoupper). Some functions have aliases, like disk_free_space
and diskfreespace."

Signature
Safalra (Stephen Morley)
A Colour Picker Widget For JavaScript:
http://www.safalra.com/web-design/javascript/widgets/colour-picker/
Tim Streater - 30 Aug 2008 23:14 GMT
> >> Ive been looking around at some sites for information on understanding
> >> PHP. I've come to the conclusion that PHP is basically BASIC.
[quoted text clipped - 20 lines]
> together (strtoupper). Some functions have aliases, like disk_free_space
> and diskfreespace."
But, at the end of the day, who gives a monkey's? At least it *has* all
this functionality and ability to API to mysql, sqlite, etc etc.