Profile
Achievement
Nettuts's Recent SnippetsTagged php
- All /
« Prev 1 Next »
Refer here for a full overview: http://net.tutsplus.com/tutorials/php/quick-tip-email-error-logs-to-yourself-with-php/
9
1131
posted 13 years ago by Nettuts
When retrieving table rows with PHP and prepared statements, you must use a method called bind_result() and pass in a variable name for each column that is being returned from the database. For example, if you are selecting three columns (say, id, ti...
3
1191
posted 14 years ago by Nettuts