[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: PHP Code query
Best is to use :
tep_draw_hidden_field('bgcolor', 'hotpink');
You could also use:
tep_draw_hidden_field("bgcolor", "hotpink");
however theres no point in using double quotes if the contents dont contain
any PHP variables to be parsed, so you'll get better performance using
single ones.
Cheers,
/Neil/
www.spellings.net
UKHA_D Main Index |
UKHA_D Thread Index |
UKHA_D Home |
Archives Home
|