Jump to content

[SOLVED] deleting records using javascript function


kundan

Recommended Posts

can't  we do that without using ajax

 

No. PHP is server-side and JavaScript is client-side. The only way to get them to interact (that I know of) is with AJAX. And, by "deleting a record in PHP" I am assuming you are referring to database records. Because PHP doesn't store records.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.