Skip to content

Instantly share code, notes, and snippets.

View Yeadh's full-sized avatar
🏠
Work For ThemeBeyond

MD. YEADH HASAN BAPPY Yeadh

🏠
Work For ThemeBeyond
View GitHub Profile
@Yeadh
Yeadh / iph.php
Created September 22, 2019 06:50 — forked from L-P/iph.php
Image PlaceHolder for PHP
<?php
/** Image PlaceHolder for PHP.
* Usage : iph.php?<WIDTH>x<HEIGHT>/<COLOR>
* Ex : iph.php?800x600/FF00FF
* Author : Léo Peltier
* LICENSE : WTFPL
* */
return main();