Thanks, I think I'm starting to get the hang of the formatting end of it. 🙂
It is possible to pass variables across multiple scripts? What I was trying was to get the variable for the record number entered in one, passed through to the next page with a warning message before deletion & then after the 'submit' button is pressed the next script actually deletes it. There has got to be a better way though. 😛
I saw a script on here within the articles section, the 'building next/prev buttons' one that used a link something like this:
"$PHP_SELF?..."
(I'd post what it is actually supposed to look like but I'm getting 'error 28 from table handler from that section!').
How can a write a link to target certain sections of a php script? If I could do that I could combine the last two scripts into one that just uses the right sections.