Recordsetclown
Technical User
Hi,
I'm new to php programming and am looking for ideas. I am working with a program that generates web pages from database information using templated forms. Some of the database fields contain options that are formatted as a bulleted list in certain areas of the page, but as pipe separated options in other areas. I would like to display those pipes as commas.
Since the page is generated on the fly, I wonder if there is any way to have php look at either an individual field or the page as a whole after it is rendered and replace any pipes that appear.
Thanks for any direction you can provide.
I'm new to php programming and am looking for ideas. I am working with a program that generates web pages from database information using templated forms. Some of the database fields contain options that are formatted as a bulleted list in certain areas of the page, but as pipe separated options in other areas. I would like to display those pipes as commas.
Since the page is generated on the fly, I wonder if there is any way to have php look at either an individual field or the page as a whole after it is rendered and replace any pipes that appear.
Thanks for any direction you can provide.