PHP Classes

File: action.php

Recommend this page to a friend!
  Classes of Vivek moyal   PHP Webcam Capture Class   action.php   Download  
File: action.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Webcam Capture Class
Save picture taken from Webcam to a file or MySQL
Author: By
Last change: Add files via upload
Date: 6 years ago
Size: 104 bytes
 

Contents

Class file image Download
<?php
require_once 'webcamClass.php';
$webcamClass=new webcamClass();
echo
$webcamClass->showImage();