Quantcast
Channel: Ujwal Trivedi » php
Browsing latest articles
Browse All 2 View Live

jquery ajax with php

How to make an AJAX request using jQuery and PHP Javascript $(document).ready(function(){ var retx = false; $.ajax({ url: 'script.php', type: "POST", data: { field1: $("#field1").val(), field2:...

View Article



display mysql dates using php

MySQL stores dates in the database in yyyy-mm-dd formatm here are few different ways you can display the MySQL dates in human readable formats. I would assume that you have retrieved and stored the...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images