PHP Classes

File: consume.php

Recommend this page to a friend!
  Classes of Angel Alberto Briceño Obregón   PHP Security Code Card   consume.php   Download  
File: consume.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Security Code Card
Generate card with security code values on them
Author: By
Last change:
Date: 5 years ago
Size: 168 bytes
 

Contents

Class file image Download
<?php
include_once 'CodeCard.php';
include_once
'ImageCard.php';
$mitarjeta = new CodeCard;
$mitarjeta->genCard();
echo
$mitarjeta->getCard();
$mitarjeta->printCard();