Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AdnanHussainTurki/d1e33ac2af90df4c80d97f1f771e7542 to your computer and use it in GitHub Desktop.
Save AdnanHussainTurki/d1e33ac2af90df4c80d97f1f771e7542 to your computer and use it in GitHub Desktop.
Creating Connection
<?php
session_start();
require "../vendor/autoload.php";
use myPHPnotes\cPanel;
$cPanel = new cPanel(__USERNAME__,__PASSWORD__, __HOST__);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment