|
Posted by Mike Placentra II on 01/23/08 01:37
On Jan 21, 6:14 am, sahm <sahm...@gmail.com> wrote:
> HI every one
> I have problem for deleting data from table using ajax
> this code to insert user data and show the data in table using ajax it
> work fine but for another code that use to delete data and show the
> date in same table it dose not work
I'd suggest using a JavaScript framework for dealing with AJAX, such
as Dojo (dojotoolkit.com), Mootools (mootools.net), or JQuery
(jquery.com). Dojo is nice with PHP because you can use json_encode()
in the JSON extension to pass objects between PHP and JavaScript.
These frameworks will make it easier to perform operations on HTML
tables.
Other than that, yours does not seem like a PHP problem.
-Michael Placentra II | ZCE
[Back to original message]
|