hi all,
im tryin to continuously add to a table
im not too good at php but here is some code that i have
i know i am clearly doing something wrong here.
i would like the page to take text from the doc.txt file at every colon ":" and then display it in its own table cells on the page.
so, for instance, if doc.txt contains "how:are:you:doing:" <---without quotes
i would like to display
how
are
you
doing
note that these will all be in their own table cell with using <tr><td></td></tr> tags
any help is much appreciated!