[Sussex] Some Simplicity

Gareth ABLETT garethablett at phpw.fsnet.co.uk
Mon Apr 14 21:47:01 UTC 2003


> Im sitting here converting ASP to PHP code, now this is not a promotion
> of rPHP but it makes me wonder why this .....
> 
> [asp]
> if (not isempty(request.form("nnpage"))) then 
> 
> end if
> 
> Is apparently easier to manage, debug, than this ?
> 
> 
> [php ( and many others ) ]
> 
> if($nnpage){   }
> 

Hmm I would have to agree with you, but there are areas that ASP has over 
php and vicaversa but php has a lot more over ASP if you ask me.

one notiable thing is with asp to setup vars you need to do this

[start asp]

Dim strleters

[end of asp]
ect.
and in php you just do erm erm... nothing

Sadly I'm good at developing PHP but in a job where I develop ASP and C#.

Gareth Ablett
ITP Services Ltd.




More information about the Sussex mailing list