Hi,
How would one turn a list like:
780985
709594
849302
958472
as it is stored in a MySQL table into something like:
A780985,A709594,A849302,A958472
stored in a VARIABLE without the use of forms on an HTML page.
Previously I did use a hidden form field to do it, but I can't get away with that any more.
Any ideas?
StuG
How would one turn a list like:
780985
709594
849302
958472
as it is stored in a MySQL table into something like:
A780985,A709594,A849302,A958472
stored in a VARIABLE without the use of forms on an HTML page.
Previously I did use a hidden form field to do it, but I can't get away with that any more.
Any ideas?
StuG