|
|
||||||||
|
||||||||
|
||||||||
|
|
|
| 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. |
| |
|
• Discuss Tutorial
• Comment On Tutorial |
• View Tutorial
• Report Broken Link |