Hi Can anybody help with the specifying a font and type size within php for output to a .dat file
use:
print '<font size="size" type="type" color="color">'
Not quite sure what you mean could you be a little more specific Thanks Ray
sorry, phpbuilder took the html in the print and actually used it as html. Here:
use print '<font size="size" color="color" type="type">'
Hi Fah would this statement only writing back to an html page, rather than a text file. I'm writing data to a .dat file and not to the browser. Thanks and regards Ray