PHP Classes

File: process_page.php

Recommend this page to a friend!
  Classes of Evert Ulises German Soto   cURL Easy and Fast   process_page.php   Download  
File: process_page.php
Role: Example script
Content type: text/plain
Description: process_page.php
Class: cURL Easy and Fast
Send HTTP request to remote servers using Curl
Author: By
Last change:
Date: 11 years ago
Size: 73 bytes
 

Contents

Class file image Download
<?php
echo "Hi " . $_POST["nombre"] . " " . $_POST["apellidos"];
?>