Author: zakilive

12
Apr
2016

Simple PHP CRUD Tutorial

Download Whole Scripts Create Operation insert.php <?php require(“dbconfig.php”); if(count($_POST)>0) { $sql=”INSERT INTO usersinfo (username,password,firstname,lastname) VALUES (‘”.$_POST[“username”].”‘,'”.$_POST[“password”].”‘,'”.$_POST[“firstname”].”‘,'”.$_POST[“lastname”].”‘) “;…

10
Apr
2016

PHP OOP basics

Reference: Object Oriented PHP for Beginners: Page 4

17
Mar
2016

UVA 12798 – Handball Solution

My code: #include<bits/stdc++.h> using namespace std; int main() { int n,m,i,j; while(scanf(“%d %d”,&n,&m)==2) { int cnt=0; for(i=0;…

14
Mar
2016

Simulation and Modelling

Here I will Share Single Channel Server Queuing System Details

14
Mar
2016

Web Engineering

Will share the modular arithmetic solution here soon.

14
Mar
2016

Artificial Intelligence

Will share something about this topic soon