Skip to content

Instantly share code, notes, and snippets.

View Uunknownn's full-sized avatar

I am just Uunknownn

View GitHub Profile
@Uunknownn
Uunknownn / readme.md
Last active May 5, 2017 04:46
jQuery Form Validator Plugin ©

jQuery Form Validator Plugin

Public CDN
Demo

Just link the script to your website, right after the jQuery

@Uunknownn
Uunknownn / readme.md
Last active April 23, 2017 18:08
Le Amateur JQuery Form Validator Plugin

Le Amateur jQuery Form Validator Plugin (Demo)

Just link the script to your website, right after the jQuery

<script src="jquery.min.js"></script>
<script src="validator.min.js"></script>
@no1k
no1k / index.php
Last active December 24, 2023 09:38
Single image upload PHP
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Single Upload Form with PHP</title>
</head>
<body>
<form method="POST" action="upload.php" enctype="multipart/form-data">
<label for="file"> Pick a file : </label>