Name: Anonymous 2006-04-11 14:51
I have a way I want a bunch of information presented on a webpage, in a certain table arrangement. Say it has, 3 fields. I want to be able to do something like this [just an example]:
<class=3fields>
f1=Bob;
f2=Yes, I'm gay;
f3=EMAIL@DOOD.NET;
</class>
That will reference some HTML/PHP/WTVR that has blank values, and fill in those values with those 3 things. If that makes sense.
How can I do this?
<class=3fields>
f1=Bob;
f2=Yes, I'm gay;
f3=EMAIL@DOOD.NET;
</class>
That will reference some HTML/PHP/WTVR that has blank values, and fill in those values with those 3 things. If that makes sense.
How can I do this?