Login   Register  
PHP Classes
elePHPant
Icontem

File: dumpState.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Richard Munroe  >  cURL  >  dumpState.php  >  Download  
File: dumpState.php
Role: Example script
Content type: text/plain
Description: Server side of example file.
Class: cURL
cURL extension wrapper access remote Web resources
Author: By
Last change:
Date: 2006-04-07 06:31
Size: 72 bytes
 

Contents

Class file image Download
<?php

include_once('SDD/class.SDD.php') ;

echo 
SDD::dump($_POST) ;

?>