Best Tutorials website


Delete HTML table rows without any database support

Delete HTML table rows without any database support

Problem
I worked on a PHP project where I needed to write and delete HTML table rows without any database support.

Solution
Write HTML table to a file and surround each row with HTML comments containing unique id. Using preg_replace function, find the row surrounded with unique comment and modify it.

How to...
First I had to figure out the file structure. In my case I needed three files: 1. file that contains the table; 2.file to display table; 3.file that executs requests.




Views: 474 | Rating star | by Adam




View this tutorial
Broken link Report broken link?