> Hi Tomas, > > ----- Original Message ----- > From: "Tomas Kuliavas" > Sent: Friday, April 13, 2007 > >> ASP tags do collide with some html markup. >> <td width=10%> >> Boom. > > That's not a problem. :-) If you're in PHP, that would be a string; if in > HTML, %> isn't an opening tag: > > php -d asp_tags=On -r "echo '<td width=10%>'%>, <td width=10%>" > > Result: <td width=10%>, <td width=10%> >
I do remember that it broke things in some php version. Reported about SquirrelMail issues on asp_tags=on setup in 2001. Maybe it was in php 4.1.2. Can't reproduce it right now. -- Tomas -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php