Hi there,
I have a timetable plugin that shows booking entries.
The times are generated dynamically by the plugin.
Now I have the situation where I need to override the automatically created time that shows in a table row.
Here's the HTML code generated by the plugin:
<tr class="row_12">
<td class="tt_hours_column">00:00</td>
Ist it possible to have a simple PHP script that does the following (please forgive my noobiness) ?
if table row is "row_12" then insert "my own pre-defined time"
Please don't hate on me, I know I have not the slightest idea about php. I'm just wondering how to solve my plugin problem and if PHP is the right way to do it.
I highly appreciate any feedback from you guys