PHPMyAdmin insert edit data in fields question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • leegold2

    PHPMyAdmin insert edit data in fields question

    Can using PHPMyAdmin cause problems. What I'm doing is, I'm using
    PHPMyAdmi as a data entry tool. I create a new record in a table and
    then fill in the fields with the field editing and insert abilities of
    PHPMyAdmin. For a remote user of course I'd escape any inserted strings
    with addslashes or mysql_escape PHP functions. But I wouldn't do
    anything mailicious to my own DB so I'm just using PHPMyAdmin to insert,
    edit...anything . Are any problems possible by me doing this? Seems OK(?)
    And PHPMyAdmin is great.

    Thanks,
    Lee G.
Working...