Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Want to import data from .pm file

Status
Not open for further replies.

calabama

Programmer
Feb 19, 2001
180
US
I already have a .pm file with lines of arrays. This will act as sort preference data.

@letters("A","B","C")
@colors("red","white","blue")
@numbers("1","2","3")


I need to use this data to populate check boxes and pulldown menus within an HTML page.

Thanks, Tim
 
Hi Tim,

Sorry to ask but, I'm not sure what you're having a problem with. Could you ask your question in a different way? Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
 
In order to use that data to populate items in an html page, you'll have to have your program create, or read and modify, the html. Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top