Flickr Gallery

Difference Between PHP vs JQuery Basic

Some Small Basic Difference B/W PHP & Jquery

1. Declare Variable

     PHP : $
              Ex. : $a, $var, $limit, $name
     Jquery : var
              Ex. : var a, var limit, var name

2. Concat or Add Two String

      PHP : Dot ( . )
                Ex. : $a.$b, 'vishal'.'sharaf'
      Jquery : Plus ( + )
                Ex. : a + b, 'vishal'+'sharaf'

Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment