[PHP] Web Tables and php forms

2002-03-17 Thread mikeyb
I am completely stuck, and I am preying that someone will be able to help me. I have set up a php web form that allows one of my users to write columns for my site. This works great, I do a search and replace to replace /n with br because they don't know much about html. I have managed to

Re: [PHP] Web Tables and php forms

2002-03-17 Thread Bogdan Stancescu
If you want to do this the hard way (for you) then you can create a form which asks for the number of rows/columns and pops up another form with a table and rows x columns input boxes - then you can build the table code and maybe even insert it in the original code via JavaScript (assuming

Re: [PHP] Web Tables and php forms

2002-03-17 Thread Justin French
I think you have to draw a line somewhere... you can't give them everything they want, becasue the costs involved in making these simple tools available is massive. And at every step where you give them more control, you lose a little more control. Do you REALLY want them creating tables? This