RE: AW: [PHP] How to argue with ASP people...

2005-01-03 Thread Jay Blanchard
[snip] It is worth it for performance reasons ! [/snip] Really? What performance stats are you looking at here? [snip] And if you believe ASP.NET only provides a few benefits, then you are adequately informed, my friend [/snip] Yes, he is adequately informed...and correct. -- MySQL General

Re: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread Richard Whitney
FOAD Quoting Freddie Sorensen [EMAIL PROTECTED]: Tony, Check out ASP.NET and you will want to forget everything about PHP ;-) Freddie -Ursprüngliche Nachricht- Von: mail.pmpa [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 31. Dezember 2004 03:27 An: mysql@lists.mysql.com

Re: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread SGreen
Have you actually LOOKED at the code (global.asp, *.asp, *.aspx, etc... ) that VS produces to make an ASP.NET application? Have you EVER had to be in the position to debug and modify that by hand (without the aid of VS)? I have. I ask that you try it before you continue your high praise for

RE: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread Max Michaels
friend Freddie _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 31. Dezember 2004 15:26 An: Freddie Sorensen Cc: 'mail.pmpa'; mysql@lists.mysql.com Betreff: Re: AW: [PHP] How to argue with ASP people... Have you actually LOOKED at the code (global.asp, *.asp

Re: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread David Blomstrom
-Ursprüngliche Nachricht- Von: mail.pmpa [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 31. Dezember 2004 03:27 An: mysql@lists.mysql.com Betreff: RE: [PHP] How to argue with ASP people... Don't mean to start a discussion whatsoever, I love php, but one thing i can't do

Re: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread Bob Ramsey
Don't mean to start a discussion whatsoever, I love php, but one thing i can't do in php is Response.Redirect(page.asp) . Apart from that no complains so far :) Um, as I understand it this is simple to do in php. Just use: header(Location: $somestring); Here's

Re: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread Mohammed Sameer
snip On Fri, Dec 31, 2004 at 05:17:27PM -0600, Bob Ramsey wrote: The only snage with the header function is that you must not print or echo anything to the browser before you use it. In other words you can't do this: html body pI moved you to another page./p ?php header(Location: