Re: [PHP] PHP to ASP ?

2001-11-26 Thread Jean-Arthur Silve
Thank for your help ! At 08:08 26/11/01 -0700, JSheble wrote: >Oh really? I know ASP, PHP, ColdFusion and a few others. You really >shouldn't make such global statements... just because you don't know ASP >doesn't mean it's not a viable tool, nor is it a good idea as a web >developer to lock

Re: [PHP] PHP to ASP ?

2001-11-26 Thread JSheble
Oh really? I know ASP, PHP, ColdFusion and a few others. You really shouldn't make such global statements... just because you don't know ASP doesn't mean it's not a viable tool, nor is it a good idea as a web developer to lock yourself into one singular technology. Knowing more than one mak

Re: [PHP] PHP to ASP ?

2001-11-26 Thread Casey Allen Shobe
This is a PHP mailing list, I doubt you'll find anyone who knows, or wants to know ASP. Why not use PHP for this, and dump ASP (along with the slow, bug-ridden webserver it runs on [unless you're using Apache::ASP])? On 26 November 2001 9:00, Jean-Arthur Silve wrote: > Hi ! > > I work with s

[PHP] PHP to ASP ?

2001-11-26 Thread Jean-Arthur Silve
Hi ! I work with someone who use ASP :-(( ... Is someone could translate this function to ASP ?? I don't think it's hard, but when you don't know ASP... function encrypt($str) { global $STRCRYPT; $i = strlen($str); $newstr=""; for ($j=0;$j<$i;$j++) { $car = substr($str,$j,1); $car = ord($car);