[PHP] while statements output to variables

2001-05-23 Thread adam
i need to write a while statement to a variable that will later be echoed again on another page after including this file to it. i need to repeat a statement over and over in it and i do not know how. ?php $variable = 'table tr td' . do { 'fontdata to be outputted/font' }while ($something

Re: [PHP] while statements output to variables

2001-05-23 Thread David Robley
On Thu, 24 May 2001 10:40, adam wrote: i need to write a while statement to a variable that will later be echoed again on another page after including this file to it. i need to repeat a statement over and over in it and i do not know how. ?php $variable = 'table tr td' . do {