PHP Classes

File: uploady/admin/settings/logic/settings.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/admin/settings/logic/settings.php   Download  
File: uploady/admin/settings/logic/settings.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: refactor
Code refactor
Date: 1 month ago
Size: 96 bytes
 

Contents

Class file image Download
<?php

$smtp_types
= ["None", "SSL", "TLS"];

$msg = isset($_GET['msg']) ? $_GET['msg'] : null;