Or maybe i’m just really grateful at the moment. I needed to take the output of a flash textfields .htmlText property and use it in an html page. I thought I was going to have to do some serious string wrangling to get that done, but php had a built in function to strip html tags from a string, the aptly named strip_tags. Sweet.
FlashApe » Sometimes php is really cool
Sometimes php is really cool
- March 10th, 2007
- 9:10 pm
I don’t use php anymore but coldfusion has had that for a long time. If you were running coldfusion you wouldnt even have to mess with that, you could just just the coldfusion flash vars as an easy way to pass the data.
;)~