[PHP] Display Problemo

2001-11-20 Thread Lerp
I have a small php app that I'm building to display, insert, edit, etc... various types of code snipits (asp, php, html, etc...) in a db. I also have a download option that creates a text file with the code that they've selected. I have 2 problems...the first is that when I go to view the text fi

Re: [PHP] Display Problemo

2001-11-20 Thread Stefan Rusterholz
T. +41 1 253 19 55 F. +41 1 253 19 56 W3 www.interaktion.ch -- - Original Message - From: "Lerp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 5:27 PM Subject: [PHP] Display

Re: [PHP] Display Problemo

2001-11-20 Thread Jack Dempsey
1. what do you want the tags to be? a simple str_replace('','',$text) will strip the tags... 2. use html text jack Lerp wrote: > I have a small php app that I'm building to display, insert, edit, etc... > various types of code snipits (asp, php, html, etc...) in a db. I also have > a downloa