View Single Post
  #3 (permalink)  
Old 08-11-2007, 08:24 AM
venkat_charya venkat_charya is offline
D-Web Sr.Programmer
 
Join Date: Mar 2007
Posts: 118
venkat_charya is on a distinguished road
Thumbs up Re: Main Diffrence Between Perl with Php?

As per my personal experince i found one very important and major difference between perl and php.

In PHP while you post XML and if that XML have & or ? sign then that xml reach as array in destination of one string.

But this thing handle by PERL and it received whole XML value as string.

I used that logic in my problem and it worked well.
Reply With Quote