How to pass single variable from Jquery to PHP and access it in PHP -


Jquery से PHP पर पास किए गए मान तक पहुंचने में सक्षम नहीं है।

यह काम करना चाहिए

  $। Get ('js_test.php? B =' + b, फ़ंक्शन (डेटा) {}) ;    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -