Knebel Home
{ Tutorials >> PHP Tutorials }
Knebel.Net Form-Builder for PHP & MySQL
This tool will allow you to specify and name a specified number of fields (up to 50). It then builds the following forms for you (just cut/paste!): 1) User Submit Form, 2) Edit Form, 3) Insert SQL String and 4) Update SQL String.
FTP Upload via cURL
Excellent tutorial on using cURL to post files for upload via FTP. Includes .htaccess configurations for on-the-fly PHP config when you don't have access to php.ini
PHP: Posting and Returning Carriage Returns
Convert carriage returns and line breaks before going in, and on the way out...
Using MyODBC to Connect to a Remote Database
- this tutorial helps you connect an Access database, using MyODBC, to a MySQL Remote Database. Visit http://www.phphelp.com for more like it.