Skip to content

Instantly share code, notes, and snippets.

View anzawi's full-sized avatar
🎯
Focusing

mohammad walid anzawi anzawi

🎯
Focusing
View GitHub Profile
<?php
namespace PHPtricks\Orm\DML;
trait Delete
{
/**
* delete from table
* @return bool
*/
@anzawi
anzawi / Upload.Class.php
Created February 14, 2016 15:30
Upload Class in PHP
<?php
/**
* See More (Arabic Blog)
* http://phptricks.org
*/
/**
* How To Use
*/
<?php
if(isset($_POST['save_from']))
{
$validate = validate();
if($validate === true)
{