PHP Classes

File: examples/scanQR.php

Recommend this page to a friend!
  Classes of Rohit Arya   Villaments PHP WhatsApp API   examples/scanQR.php   Download  
File: examples/scanQR.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Villaments PHP WhatsApp API
Interact with WhatsApp using the Villaments API
Author: By
Last change:
Date: 3 years ago
Size: 231 bytes
 

Contents

Class file image Download
<?php
$api_key
='XXXXXXXXXXX'; //Your API KEY Here
?>
<html>
<head></head>
<body>
<iframe src="https://villaments.win/wapanel/acc_activation/<?php echo $api_key;?>" style="height:680px;width:750px;"></iframe>
</body>
</html>