line breaks

2003-01-31 Thread Tarik Kutluca
Hi, From a web form I am collecting information to a table. On the form there is a textarea element storing to a text field on the mysql table. Since the textarea can hold the enter key, it's stored in to the field also, but when i try to call that cell and display it on the web page, i see that

Re: dynamic table query

2003-01-17 Thread Tarik Kutluca
table but still i need to make another query to learn n and m from the main table, but that's okay, that makes up to 2 queries, instead of n*m queries. thank you tarik kutluca - Original Message - From: Roger Baklund [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Tarik Kutluca [EMAIL PROTECTED

dynamic table query

2003-01-16 Thread Tarik Kutluca
Hi all, 1. I need to store dynamic sized tables with different row and column sizes, but all small tables ( like 2*5, 3*1,5*3) 2. For this purpose i created a table to store each value of the dynamic sized table, also with the row and the column number, so this is something like aij for an i*j