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?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Use PHP framework like Zend. It has internal form handling solution.
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.