Is therea better way to in Dealing with forms in P

2019-09-06 05:36发布

I hate working with forms in PHP has always given me problems. As in formatting; handling punctuation inside a form input, manipulating strings for database insertions and so on. I also don't like that the form wizard that does everything for you - but I still would like a high level of customization. Help?

标签: php forms
2条回答
在下西门庆
2楼-- · 2019-09-06 06:03

Use PHP framework like Zend. It has internal form handling solution.

查看更多
Viruses.
3楼-- · 2019-09-06 06:11

Somebody suggested PDO (PHP Data Objects) to me : http://php.net/manual/en/book.pdo.php . I have yet to check it out, but looks promising.

查看更多
登录 后发表回答