-
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications.
-
A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server.ds.
-
Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. By leveraging JavaScript on both the front- and back-end, development can be more consistent and designed within the same system.
Showing posts with label Websites Plans. Show all posts
Showing posts with label Websites Plans. Show all posts
Wednesday, April 2, 2014
Thursday, March 27, 2014
Friday, March 21, 2014
Small Shopping Cart Example With session Using php

session_start();
$cart="";
if (isset($_POST['domainadd']))
{
$domain = $_POST['domainadd'];
$cart = $_SESSION['cart'];
$cart[] = $domain;
$_SESSION['cart'] = $cart;
}
if ($cart)
{
print("<table border=2 width=200>");
for($j=0;$j<count($cart);$j++){
print "<tr><td>". $cart[$j] ."<a><span class=style7>[remove]</span></a></td></tr>";
}
print("</table>");
}
?>
<form method="post">
<input name='domainadd' type="text">
<input type="submit" name="submit">
Thursday, March 6, 2014
Cheapest Web Designing Services In INDIA
Bronze
Silver
Gold
Diamond
Platinum
Subscribe to:
Posts (Atom)