Submitting forms using PHP cURL

Listed under

A tutorial on how to submit (POST) forms using PHP cURL. This technique proves to very useful when implementing payment gateways for e-commerce websites.

Click to continue

Comments [1]

Handling file uploads in PHP

Listed under

Easy to follow tutorial on handling file uploads PHP.

Click to continue

Comments [1]

Handling forms in PHP

Listed under

A simple tutorial on handling forms in PHP. More often than not, this the first stumbling block for most PHP beginners.

Click to continue

Comments [3]

Prevent Duplicate Form Submission

Listed under

Learn how to use PHP sessions to prevent duplicate form submission or re-submission.

Click to continue

Comments [2]