473,385 Members | 1,341 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

10 Reasons Why PHP is Better than ASP

1. PHP.NET the greatest API resource known to MAN
2. If you have a problem, someone will have already implemented a
solution in PHP for you
3. Syntax is better, closer to C, C++, and Java. Unlike VB where
anything goes.
4. To run ASP you need IIS on windows, which is not free, for PHP
however you need Linux and Apache which are FREE!!
5. Great built in support for ftp, email, graphics package GD2 and
also MySQL (also FREE).
6. PHP will run on Unix, Linux, Solaris and Windows. ASP is mainly
only Windows associated but you can use it on linux with additional
modules installed.
7. PHP code is much faster, ASP is developed on the COM based
architecture, this is an overhead for the server.
8. mod_rewrite, need I say more.
9. Advanced Perl-compatible regular expression functions and loads
of built in support for regular expressions on the whole.
10. Greater control over error handling, and more detailed error
messages.

http://www.hwhappy.co.uk/2006/11/30/...tter-than-asp/
Jan 16 '08 #1
23 6576
Ali Bobo wrote:
2. If you have a problem, someone will have already implemented a
solution in PHP for you
Although PHP is one of my favourite programming languages, I do think that
some of these reasons are not so good, so feel I should "correct" some of
them, or at least further elaborate.

Regarding point #2, yes, that's often the case, but half the time their
solution is junk and needs extensive rewrites to remove obvious security
flaws. The reason there's so many free PHP scripts out there is because
there's millions of PHP scripters out there. It may come as a shock to
some of you, but not all of them are geniuses.
3. Syntax is better, closer to C, C++, and Java. Unlike VB where
anything goes.
PHP's syntax is better because it's closer to C? If anything, similarity
to C's syntax should be classed as a disadvantage. C is a step up above
assembly, but that's all that can be said in its favour.

Of the C-like languages, C#, Java and Javascript are far more elegant in
syntax than PHP. But if you want to see a language with a truly nice
syntax, check out AppleScript.

Besides which, ASP.NET (the latest incarnation of ASP) is a container
format which supports the use of various different languages within it.
Sure, VB is common, but so is Javascript. Perl within ASP is not unheard
of. It's even possible to script PHP within ASP.
4. To run ASP you need IIS on windows, which is not free, for PHP
however you need Linux and Apache which are FREE!!
You do not need either Linux or Apache for PHP. There are various other
operating systems and web servers that will run it. I happen to do a lot
of my testing on Apache for Max OS X. PHP will even run on IIS on Windows.

Whatsmore, there are various alternative implementations of ASP, some of
which are free. However, much like with C#, a lot of people rely on
specific quirks and extensions of Microsoft's implementation, so the
result will not run on the alternative implementations.
5. Great built in support for ftp, email, graphics package GD2 and
also MySQL (also FREE).
MySQL is a pretty crummy database though.
6. PHP will run on Unix, Linux, Solaris and Windows. ASP is mainly
only Windows associated but you can use it on linux with additional
modules installed.
Contradicting point #4 yourself now.
7. PHP code is much faster, ASP is developed on the COM based
architecture, this is an overhead for the server.
COM-based ASP is pretty old. ASP.NET pages can be pre-compiled, allowing
very fast execution.

PHP scripts can be cached in a compiled form if you use eAccelerator or
similar, but this functionality will not be included in PHP by default
until 6.0 is released.
8. mod_rewrite, need I say more.
mod_rewrite is written in C, not PHP.
9. Advanced Perl-compatible regular expression functions and loads
of built in support for regular expressions on the whole.
VBScript as of version 5 (which is quite old now) supports regular
expressions, but they're pretty limited compared to Perl's regexs.
However, as I said earlier, ASP is not just limited to VBScript. Perl will
happily run within ASP, and Perl's regexs are certainly Perl-compatible!

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 17 days, 4:39.]

Gnocchi all'Amatriciana al Forno
http://tobyinkster.co.uk/blog/2008/0...llamatriciana/
Jan 16 '08 #2
Toby A Inkster <us**********@tobyinkster.co.ukwrote:

> 3. Syntax is better, closer to C, C++, and Java. Unlike VB where
anything goes.

PHP's syntax is better because it's closer to C? If anything, similarity
to C's syntax should be classed as a disadvantage. C is a step up above
assembly, but that's all that can be said in its favour.
I VASTLY prefer C, C++, java, e to VB or any of its variants. Of
course your can use Javascript for ASP pages, which removes this
objection.e to script PHP within ASP.
> 4. To run ASP you need IIS on windows, which is not free, for PHP
however you need Linux and Apache which are FREE!!

You do not need either Linux or Apache for PHP. There are various other
operating systems and web servers that will run it.
Exactly, that's what OP really mant to say. ASP is proprietary, it
runs only on Windows/IIS. PHP runs anywhere.

--
Tim Slattery
MS MVP(Shell/User)
Sl********@bls.gov
http://members.cox.net/slatteryt
Jan 16 '08 #3
re:
!ASP is proprietary, it runs only on Windows/IIS. PHP runs anywhere.

Not so.

Grasshopper enables you to produce .NET Web and server applications that
run on Linux & other Java-enabled platforms using ASP.NET 2.0 controls,
role-based security, and C# generics.

http://dev.mainsoft.com/


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Tim Slattery" <Sl********@bls.govwrote in message news:id********************************@4ax.com...
Toby A Inkster <us**********@tobyinkster.co.ukwrote:

>> 3. Syntax is better, closer to C, C++, and Java. Unlike VB where
anything goes.

PHP's syntax is better because it's closer to C? If anything, similarity
to C's syntax should be classed as a disadvantage. C is a step up above
assembly, but that's all that can be said in its favour.

I VASTLY prefer C, C++, java, e to VB or any of its variants. Of
course your can use Javascript for ASP pages, which removes this
objection.e to script PHP within ASP.
>> 4. To run ASP you need IIS on windows, which is not free, for PHP
however you need Linux and Apache which are FREE!!

You do not need either Linux or Apache for PHP. There are various other
operating systems and web servers that will run it.

Exactly, that's what OP really mant to say. ASP is proprietary, it
runs only on Windows/IIS. PHP runs anywhere.

--
Tim Slattery
MS MVP(Shell/User)
Sl********@bls.gov
http://members.cox.net/slatteryt


Jan 16 '08 #4

"Tim Slattery" <Sl********@bls.govwrote in message
news:id********************************@4ax.com...
Toby A Inkster <us**********@tobyinkster.co.ukwrote:

>> 3. Syntax is better, closer to C, C++, and Java. Unlike VB where
anything goes.

PHP's syntax is better because it's closer to C? If anything, similarity
to C's syntax should be classed as a disadvantage. C is a step up above
assembly, but that's all that can be said in its favour.

I VASTLY prefer C, C++, java, e to VB or any of its variants. Of
course your can use Javascript for ASP pages, which removes this
objection.e to script PHP within ASP.
>> 4. To run ASP you need IIS on windows, which is not free, for PHP
however you need Linux and Apache which are FREE!!

You do not need either Linux or Apache for PHP. There are various other
operating systems and web servers that will run it.

Exactly, that's what OP really mant to say. ASP is proprietary, it
runs only on Windows/IIS. PHP runs anywhere.
oh so wrong!
Jan 16 '08 #5
On Jan 16, 6:44 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
Ali Bobo wrote:
2. If you have a problem, someone will have already implemented a
solution in PHP for you

Although PHP is one of my favourite programming languages, I do think that
some of these reasons are not so good, so feel I should "correct" some of
them, or at least further elaborate.

Regarding point #2, yes, that's often the case, but half the time their
solution is junk and needs extensive rewrites to remove obvious security
flaws. The reason there's so many free PHP scripts out there is because
there's millions of PHP scripters out there. It may come as a shock to
some of you, but not all of them are geniuses.
3. Syntax is better, closer to C, C++, and Java. Unlike VB where
anything goes.

PHP's syntax is better because it's closer to C? If anything, similarity
to C's syntax should be classed as a disadvantage. C is a step up above
assembly, but that's all that can be said in its favour.

Of the C-like languages, C#, Java and Javascript are far more elegant in
syntax than PHP. But if you want to see a language with a truly nice
syntax, check out AppleScript.

Besides which, ASP.NET (the latest incarnation of ASP) is a container
format which supports the use of various different languages within it.
Sure, VB is common, but so is Javascript. Perl within ASP is not unheard
of. It's even possible to script PHP within ASP.
4. To run ASP you need IIS on windows, which is not free, for PHP
however you need Linux and Apache which are FREE!!

You do not need either Linux or Apache for PHP. There are various other
operating systems and web servers that will run it. I happen to do a lot
of my testing on Apache for Max OS X. PHP will even run on IIS on Windows.

Whatsmore, there are various alternative implementations of ASP, some of
which are free. However, much like with C#, a lot of people rely on
specific quirks and extensions of Microsoft's implementation, so the
result will not run on the alternative implementations.
5. Great built in support for ftp, email, graphics package GD2 and
also MySQL (also FREE).

MySQL is a pretty crummy database though.
6. PHP will run on Unix, Linux, Solaris and Windows. ASP is mainly
only Windows associated but you can use it on linux with additional
modules installed.

Contradicting point #4 yourself now.
7. PHP code is much faster, ASP is developed on the COM based
architecture, this is an overhead for the server.

COM-based ASP is pretty old. ASP.NET pages can be pre-compiled, allowing
very fast execution.

PHP scripts can be cached in a compiled form if you use eAccelerator or
similar, but this functionality will not be included in PHP by default
until 6.0 is released.
8. mod_rewrite, need I say more.

mod_rewrite is written in C, not PHP.
9. Advanced Perl-compatible regular expression functions and loads
of built in support for regular expressions on the whole.

VBScript as of version 5 (which is quite old now) supports regular
expressions, but they're pretty limited compared to Perl's regexs.
However, as I said earlier, ASP is not just limited to VBScript. Perl will
happily run within ASP, and Perl's regexs are certainly Perl-compatible!
Interesting points you've made.
Thank you
Jan 17 '08 #6
On 17 Jan, 13:37, Jerry Stuckle <jstuck...@attglobal.netwrote:
Ali Bobo wrote:
All of this are the opinions of one or two people who put together a web
site. Nothing more, nothing less.
Re-posted by your trolling friend "1001Webs", who is sock-puppeting
here as Ali Bobo.
Jan 17 '08 #7
On Jan 17, 7:11 pm, Andy Dingley <ding...@codesmiths.comwrote:
On 17 Jan, 13:37, Jerry Stuckle <jstuck...@attglobal.netwrote:
Ali Bobo wrote:
All of this are the opinions of one or two people who put together a web
site. Nothing more, nothing less.

Re-posted by your trolling friend "1001Webs", who is sock-puppeting
here as Ali Bobo.
Hi Andy,
nice to see you again, mate.

And now, after the introductory greetings,
anything at all to say about the topic at hand?
No?
Just what I thought ...

Freak off then, and don't waste our time ¡¡¡
Jan 18 '08 #8
bob
Adam Frame wrote:
Do you get a kick out of insulting people on the internet? You, sir are
in need of a mouthwash with a bar of soap. If you cannot contribute to a
civilized discussion without swearing and insults then don't contribute
at all.
I think Steve is in need of an *automatic BANNING MACHINE* whenever he
writes ...

I read 2 times what I wrote before posting anything. Please consider
doing that from now on.

Excuse me if OT

bye
Jan 18 '08 #9
Steve wrote:
can you switch, in code, mid-stream to from one language to another?
In PHP? Yes, kinda, if you install the right modules. But only if by "one
language" you mean "PHP" and "another" you mean "Perl or Python".

An example of using Perl within PHP:

<?php
// Use embedded Perl
$perl = new Perl();
// Import function "md5_hex" from package "Digest::MD5"
$perl->eval('use Digest::MD5 qw(md5_hex);');
// Now we can call the function as a normal PHP object method.
echo $perl->md5_hex('Hello');
// prints "8b1a9953c4611296a827abf8c47804d7".
?>

It's slightly clunky in terms of syntax, but it's pretty cool and
occasionally useful if you want to be able to reuse a large piece of
already written Perl script in PHP. Perl functions can be made accessible
to PHP, and variables, arrays, hashes and objects passed back and forth
between the languages.

More info, downloads:
http://pecl.php.net/package/perl
http://pecl.php.net/package/python

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 18 days, 23:46.]

Ham vs Bacon vs Pork
http://tobyinkster.co.uk/blog/2008/01/17/pork-etc/
Jan 18 '08 #10
Toby A Inkster wrote:
Steve wrote:
>can you switch, in code, mid-stream to from one language to another?

In PHP? Yes, kinda, if you install the right modules. But only if by "one
language" you mean "PHP" and "another" you mean "Perl or Python".

An example of using Perl within PHP:

<?php
// Use embedded Perl
$perl = new Perl();
// Import function "md5_hex" from package "Digest::MD5"
$perl->eval('use Digest::MD5 qw(md5_hex);');
// Now we can call the function as a normal PHP object method.
echo $perl->md5_hex('Hello');
// prints "8b1a9953c4611296a827abf8c47804d7".
?>

It's slightly clunky in terms of syntax, but it's pretty cool and
occasionally useful if you want to be able to reuse a large piece of
already written Perl script in PHP. Perl functions can be made accessible
to PHP, and variables, arrays, hashes and objects passed back and forth
between the languages.
<shudder>teh thought of having PERL anywhere on my machine</shudder>
Jan 18 '08 #11
Gary L. Burnore wrote:
On Fri, 18 Jan 2008 13:16:06 +0000, The Natural Philosopher <a@b.c>
wrote:
>Toby A Inkster wrote:
>>Steve wrote:

can you switch, in code, mid-stream to from one language to another?
In PHP? Yes, kinda, if you install the right modules. But only if by "one
language" you mean "PHP" and "another" you mean "Perl or Python".

An example of using Perl within PHP:

<?php
// Use embedded Perl
$perl = new Perl();
// Import function "md5_hex" from package "Digest::MD5"
$perl->eval('use Digest::MD5 qw(md5_hex);');
// Now we can call the function as a normal PHP object method.
echo $perl->md5_hex('Hello');
// prints "8b1a9953c4611296a827abf8c47804d7".
?>

It's slightly clunky in terms of syntax, but it's pretty cool and
occasionally useful if you want to be able to reuse a large piece of
already written Perl script in PHP. Perl functions can be made accessible
to PHP, and variables, arrays, hashes and objects passed back and forth
between the languages.
<shudder>teh thought of having PERL anywhere on my machine</shudder>

why?
I had an employee, who was the only one I had to actually fire..set him
a project, did it in perl, ran slower than almost anything else, and
after 6 months still didn't work. Found out he had being writing a
collaborative science fiction book online most of the time.

Another guy picked it up, had it done in bash in 10 days, at about 1/4
the length, and ten times the comprehensibility, tho still a wee bit slow.

So we looked at the worst bits and did them in C.

I suppose that it was that instance that cemented in my mind the firm
conviction that anyone who thinks PERL is great, is probably a total
wanker, and that includes the guy who wrote it. ;-)

Sadly it does exist on my system because some bloody class library
installation script was written in it.


Jan 18 '08 #12

"Adam Frame" <mi******@gmail.comwrote in message
news:Ya*********************@giganews.com...
Do you get a kick out of insulting people on the internet? You, sir are in
need of a mouthwash with a bar of soap. If you cannot contribute to a
civilized discussion without swearing and insults then don't contribute at
all.
first of all, 'mouthwash' is the generic term for a product used *TO* wash
one's mouth. i think you mean that i need my mouth washed with...that would
be 'in need of a mouth wash with...'

the space is important. :)
Jan 18 '08 #13

"bob" <sp*****@altervista.orgwrote in message
news:fm***********@newsreader1.mclink.it...
Adam Frame wrote:
>Do you get a kick out of insulting people on the internet? You, sir are
in need of a mouthwash with a bar of soap. If you cannot contribute to a
civilized discussion without swearing and insults then don't contribute
at all.

I think Steve is in need of an *automatic BANNING MACHINE* whenever he
writes ...

I read 2 times what I wrote before posting anything. Please consider doing
that from now on.

Excuse me if OT
lol. yes, an automatic banning machine would save me much time. instead of
having to respond, i'd just boot them off the internet onto which they would
n'er be allowed to return. ROFLMFAO!!!

and btw, as i'm literate, i comprehend what i read...the *first* time
around. i'm sorry you're a bit slower at it, but there's not so much i can
do there to help you out, mate.
Jan 18 '08 #14
On Jan 18, 2:09*pm, "Steve" <no....@example.comwrote:
"bob" <spar...@altervista.orgwrote in message

news:fm***********@newsreader1.mclink.it...
Adam Frame wrote:
Do you get a kick out of insulting people on the internet? You, sir are
in need of a mouthwash with a bar of soap. If you cannot contribute to a
civilized discussion without swearing and insults then don't contribute
at all.
I think Steve is in need of an *automatic BANNING MACHINE* whenever he
writes ...
I read 2 times what I wrote before posting anything. Please consider doing
that from now on.
Excuse me if OT

lol. yes, an automatic banning machine would save me much time. instead of
having to respond, i'd just boot them off the internet onto which they would
n'er be allowed to return. ROFLMFAO!!!

and btw, as i'm literate, i comprehend what i read...the *first* time
around. i'm sorry you're a bit slower at it, but there's not so much i can
do there to help you out, mate.
"ROFLMFAO"? How old are you exactly?
Jan 18 '08 #15
It's not, never has been, and never will be, "Cursed By Microsoft".

Amen.
Jan 18 '08 #16

<ba*****@cbc.cawrote in message
news:e2**********************************@u10g2000 prn.googlegroups.com...
On Jan 18, 2:09 pm, "Steve" <no....@example.comwrote:
"bob" <spar...@altervista.orgwrote in message

news:fm***********@newsreader1.mclink.it...
Adam Frame wrote:
Do you get a kick out of insulting people on the internet? You, sir are
in need of a mouthwash with a bar of soap. If you cannot contribute to
a
civilized discussion without swearing and insults then don't contribute
at all.
I think Steve is in need of an *automatic BANNING MACHINE* whenever he
writes ...
I read 2 times what I wrote before posting anything. Please consider
doing
that from now on.
Excuse me if OT

lol. yes, an automatic banning machine would save me much time. instead of
having to respond, i'd just boot them off the internet onto which they
would
n'er be allowed to return. ROFLMFAO!!!

and btw, as i'm literate, i comprehend what i read...the *first* time
around. i'm sorry you're a bit slower at it, but there's not so much i can
do there to help you out, mate.
>>"ROFLMFAO"? How old are you exactly?
93, and you?
Jan 18 '08 #17
Steve wrote:
"Adam Frame" <mi******@gmail.comwrote in message
news:Ya*********************@giganews.com...
>Do you get a kick out of insulting people on the internet? You, sir are in
need of a mouthwash with a bar of soap. If you cannot contribute to a
civilized discussion without swearing and insults then don't contribute at
all.

first of all, 'mouthwash' is the generic term for a product used *TO* wash
one's mouth. i think you mean that i need my mouth washed with...that would
be 'in need of a mouth wash with...'

the space is important. :)

However nitpicking your response may seem, I did realise that once I had
posted it and I thank you for your correction.

Now back to the matter in hand, why is it that on the internet people
find it more acceptable to swear, call people names and (god forbid)
threaten others? I've never understood that.

For me a much more damning response to a post you do not agree with is
one which refutes each and every point you intend to without resorting
to insults. You just debase your very own argument and make it much less
likely that you get your point across.

My 2 cents.
Jan 20 '08 #18

"Adam Frame" <mi******@gmail.comwrote in message
news:Ct*********************@giganews.com...
Steve wrote:
>"Adam Frame" <mi******@gmail.comwrote in message
news:Ya*********************@giganews.com...
>>Do you get a kick out of insulting people on the internet? You, sir are
in need of a mouthwash with a bar of soap. If you cannot contribute to a
civilized discussion without swearing and insults then don't contribute
at all.

first of all, 'mouthwash' is the generic term for a product used *TO*
wash one's mouth. i think you mean that i need my mouth washed
with...that would be 'in need of a mouth wash with...'

the space is important. :)

However nitpicking your response may seem, I did realise that once I had
posted it and I thank you for your correction.
good. now if you could just muster a smile...i was playing with you!
Now back to the matter in hand, why is it that on the internet people find
it more acceptable to swear, call people names and (god forbid) threaten
others? I've never understood that.
i'm not 'swearing'. i'm using words that could be immediately considered
offensive. grow up. the intent behind words are more offensive than those
used in declaring them. 'bad' words are simply words. i have a large
vocabulary and refuse to limit my use of any because of some religous or
social moray.

and, i don't threaten anyone...whether on the net, or in person. if i mean
someone harm, i simply inflict it. it is counter-productive to announce my
intentions to the object of my attentions.
For me a much more damning response to a post you do not agree with is one
which refutes each and every point you intend to without resorting to
insults. You just debase your very own argument and make it much less
likely that you get your point across.
yes, that's worth about 0.02. none of that applies on usenet. very few argue
this way. if you notice, i do argue point/counter-point/refutation. note
also that whatever language i use, the facts i present stand on their own.
as for 'debase'...that seems a bit wordy for you. :)
Jan 25 '08 #19

"Ali Bobo" <10******@gmail.comwrote in message
news:c6**********************************@e23g2000 prf.googlegroups.com...
On Jan 21, 10:29 am, Adam Frame <mistr...@gmail.comwrote:
Excelente dominio del idioma Español.
¿Dónde lo aprendió?
Bueno, quizás no lo quiera saber ...

==========

y, de quien te molesta por te dar las palabras escribir aqui. sin linguas
del espanol en total!
Jan 25 '08 #20

"Betikci Boris" <pa*****@gmail.comwrote in message
news:c4**********************************@e10g2000 prf.googlegroups.com...
<?php

echo ("I LOVE PHP!");

echo ("Asp is not a programming language but an appreciable technology
which brings developer an ultimate agility and control over code.";)

print ("I LOVE PHP!");
that code won't work...you didn't close off the php tag. and your second
echo statement has a semi-colon inside the parenthesis instead of on the
outside - denoting the end of the statement. finally, neither 'echo' nor
'print' require parenthesis. finally, asp IS a programming language AND it
gives no more agility or code control than any other language...much less
php. :)

Feb 11 '08 #21
Steve wrote:
asp IS a programming language
It is not. ASP is an object-oriented framework within which theoretically
any object-oriented programming language can run, though in practise
VBScript and JScript are normally used.

Similarly the HTML DOM is an object-oriented framework within which any
object-oriented programming language can run. Usually Javascript is used,
but depending on your environment, other languages can be used too.

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 12 days, 21:37.]

Mince & Dumplings
http://tobyinkster.co.uk/blog/2008/0...nce-dumplings/
Feb 11 '08 #22
On Feb 11, 4:30 pm, "Steve" <no....@example.comwrote:
"Betikci Boris" <pard...@gmail.comwrote in message

news:c4**********************************@e10g2000 prf.googlegroups.com...
<?php
echo ("I LOVE PHP!");
echo ("Asp is not a programming language but an appreciable technology
which brings developer an ultimate agility and control over code.";)
print ("I LOVE PHP!");

that code won't work...you didn't close off the php tag. and your second
echo statement has a semi-colon inside the parenthesis instead of on the
outside - denoting the end of the statement. finally, neither 'echo' nor
'print' require parenthesis. finally, asp IS a programming language AND it
gives no more agility or code control than any other language...much less
php. :)
php code needs debugging huh! ;)

i ve just started learning C# acually really loved it too... When i
said "an ultimate agility and control over code" i consider C# but
forgot to write :D
Feb 11 '08 #23

"Betikci Boris" <pa*****@gmail.comwrote in message
news:d1**********************************@i7g2000p rf.googlegroups.com...
On Feb 11, 4:30 pm, "Steve" <no....@example.comwrote:
>"Betikci Boris" <pard...@gmail.comwrote in message

news:c4**********************************@e10g200 0prf.googlegroups.com...
<?php
echo ("I LOVE PHP!");
echo ("Asp is not a programming language but an appreciable technology
which brings developer an ultimate agility and control over code.";)
print ("I LOVE PHP!");

that code won't work...you didn't close off the php tag. and your second
echo statement has a semi-colon inside the parenthesis instead of on the
outside - denoting the end of the statement. finally, neither 'echo' nor
'print' require parenthesis. finally, asp IS a programming language AND
it
gives no more agility or code control than any other language...much less
php. :)

php code needs debugging huh! ;)
as would your asp code if you program it as haphazardly. :)
i ve just started learning C# acually really loved it too... When i
said "an ultimate agility and control over code" i consider C# but
forgot to write :D
that's all well and good, however you're still not supporting your claim by
defining wtf 'ultimate agility' or 'control over code' mean...specifically.
seems to me, they're both capable of acheiving that (whatever it is you're
trying to generically claim).
Feb 11 '08 #24

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

77
by: nospam | last post by:
Reasons for a 3-tier achitecture for the WEB? (NOTE: I said, WEB, NOT WINDOWS. DON'T shoot your mouth off if you don't understand the difference.) I hear only one reason and that's to switch a...
1
by: DickChristoph | last post by:
Hi I am interested in converting a Access 97 application to VB.Net (well okay rewriting). This would be a VB.Net client with a SQL Server backend, as opposed to my other alternative which would...
3
by: Glen W via DotNetMonster.com | last post by:
I need 10 reasons to give to my boss to convince him to upgrade to VS 2005. So far I've got the 2 obvious ones: Generics and Refactoring, one makes code safer the other makes writing code easier....
13
by: Noesis Strategy | last post by:
When I ordered my new laptop, Sony didn't offer Access 2003 in its bundles. Recently, I have begun to design Access databases using an copy of Access 2002 from my previous laptop. It works fine,...
19
by: WebMatrix | last post by:
Hi, I developed ASP.NET application in VB.NET about a year ago; it has been in production since. Now they want to add new features change some of the existing ones, it's not a major rework, but...
97
by: Master Programmer | last post by:
Thinking of learning VB.NET? New programmer? Thinking of Moving over from VB 6.0? Read on friend, let me help you make a more informed decision......... Microsoft are a pathetic company,...
46
by: Sensei | last post by:
I was having an interesting discussion about the ANSI C and some ``weird inconsistencies'', or at least what at first sight can be seen as an imbalance. I hope someone can satisfy my curiosity. ...
24
by: Ali Bobo | last post by:
1. PHP.NET the greatest API resource known to MAN 2. If you have a problem, someone will have already implemented a solution in PHP for you 3. Syntax is better, closer to C, C++, and Java. Unlike...
28
by: RMZ | last post by:
This may come across as a trolling message, it's not ment to be. It's intended to share a recent experience I had with Mac OS in an entertaining way. I'm doing this because I love technology in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.