Skip to content

Instantly share code, notes, and snippets.

View abemassry's full-sized avatar

Abe Massry abemassry

View GitHub Profile
@abemassry
abemassry / curl_post_upload.php
Created July 27, 2012 18:30
PHP script to log into a drupal site and update a form and upload using curl
<?php
//
// this gist takes most of the code from https://gist.github.com/3176917 but adds in form uploading which is just an @ symbol
// this also explores different options for the form data
//
// curl_post_upload.php
// You can modify this script to make PHP use a webpage like a person sitting
// at a computer would use a webpage.
//
// tags: #php #curl #form #upload
@abemassry
abemassry / curl_post_update.php
Created July 25, 2012 15:54
PHP script to log into a drupal site and update a form using curl, can be used with other sites besides drupal
<?php
//
// curl_post_update.php
// You can modify this script to make PHP use a webpage like a person sitting
// at a computer would use a webpage.
//
// tags: #php #curl #form
//
// This script is licensed under the JSON licence http://www.json.org/license.html
// "The Software shall be used for Good, not Evil." style license