Skip to content

Instantly share code, notes, and snippets.

View RGKrish183's full-sized avatar
🖥️
Busy with Programming

GopalaKrishnan.R RGKrish183

🖥️
Busy with Programming
View GitHub Profile
@RGKrish183
RGKrish183 / _creative_webform.php
Created February 10, 2016 06:00
Simple Backend Form Generation and Validation
<?php
if($_SERVER['HTTP_HOST'] == 'localhost')
{
$server_hostname = "localhost:3306";
$server_username = "root";
$server_password = "";
}
else
{
@RGKrish183
RGKrish183 / media-query.css
Created June 10, 2019 13:23 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS