Hi all,
Any help would be much appreciated.
I want to show a dynamic text where user would use checkbox to select a sentence and upon clicking on the submit button, it would go to another page and the selected sentence would show in the textarea.
<textarea name="textfield" cols="80"><?php echo $table[1]; ?></textarea>
Before that i used mysql_fetch_row to get the row of data as only 1 value is needed.