I figured it out...  strip_tags() function did the trick .

Joe


"Joe Van Meer" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there. I have a small php app that allows a user to download a txt file
> that's created 'on the fly' from a database. Everything is working great
> except for the actual results displayed on the file...it get results
similar
> to the code below...it's insertng <br> tags (and square characters) all
over
> the place. Could someone tell me the name of the function that removes
this?
>
> Thx Joe :)
>
> Delete from database<BR>php<BR>//connect to db
> <br />
> $connectionToDB = odbc_connect("codesnipits", "joecode", "joecode");
> <br />
> <br />
>
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to