Hey everyone,
I'm building a site on a dev server right now with the latest PHP and MySQL 3.22.32.
Via my content management system, I'm putting HTML into the db, such as links, etc. Stuff like this:
Email <a href=http://www.phpbuilder.com/board/archive/index.php/"[email protected]">me</a> as soon as possible.
...as well as quite a bit more complicated HTML, of course.
But the point is that stuff like the above, with quotes, is not giving the db any problems. Why not?
I'm checking the db via terminal, and the actual contents of the tables are not escaped .... \" or something like that ... they're just in there as normal HTML.
Isn't that supposed to cause problems? Why isn't it?
-john
I'm building a site on a dev server right now with the latest PHP and MySQL 3.22.32.
Via my content management system, I'm putting HTML into the db, such as links, etc. Stuff like this:
Email <a href=http://www.phpbuilder.com/board/archive/index.php/"[email protected]">me</a> as soon as possible.
...as well as quite a bit more complicated HTML, of course.
But the point is that stuff like the above, with quotes, is not giving the db any problems. Why not?
I'm checking the db via terminal, and the actual contents of the tables are not escaped .... \" or something like that ... they're just in there as normal HTML.
Isn't that supposed to cause problems? Why isn't it?
-john