Anon
08-01-2002, 09:45 PM
I want to put a function in a string:
say I defined function mirror_display()
how would I put that into a string with the output of the function?
$hello = "mirror_display()";
lets say mirror_display() gets data from a mysql database and prints out several rows of <tr><td></td></tr>.
say I defined function mirror_display()
how would I put that into a string with the output of the function?
$hello = "mirror_display()";
lets say mirror_display() gets data from a mysql database and prints out several rows of <tr><td></td></tr>.