Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Internet Blogs  >  Web Design & Hosting Blogs  >  What is AJAX.? web-design-and-hosting Blog  > 

2013-01-16 05:10
<?php/** * @package Joomla.Site * @subpackage mod_articles_archive * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license G… Read More
2012-04-10 04:08
<script type="text/javascript"> function show_form(selct_value){ var div = document.getElementById("forms"); var form = div.getElementsByTagName("form"); for (var i = 0; i < form… Read More
2012-03-27 03:47
<?php $indus = array("Pharma","REO","Biotech","FMCG","Dairy","Bev.","Soaps","Chemicals","Paint","Engg.","Oil/Gas","Auto","Sales/Marketing","Other"); for($i = 0;$i<count($indus);$i++… Read More
2012-03-25 17:40
<?php $connection = mysql_connect("localhost","root",""); $database = mysql_select_db('database'); $numOfRecordPerpage = 5; $numofPage = 1; if(isset($_REQUEST['page'])){ $numofPage… Read More
2012-03-20 18:10
<?php for($i = 0;$i<count($work);$i++):?><option value="<?php echo $work[$i]['minimum']; ?>"><?php echo $work[$i]['minimum']; ?></option><?php endfor;?&gt&hell…Read More
2012-03-20 18:03
<form id="submit"> <input type="submit" name="alert" value="alert"></form><script type="text/javascript" src="js/jquery.js"></script><script type="text/javas… Read More
2012-03-20 18:01
<?php$string = "<span id=\"lastPrice\">29.00</span>";preg_match("/\<span id\=\"lastPrice\"\>([\d.]+?)\<\/span\>/",$string,$match);print "<pre>";echo $match[1… Read More
2012-03-20 17:56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html>1<head> <title>JQuery Form Example</… Read More
2012-03-20 17:52
<?php$levels = 10;$output = array();for ($i = 1; $i <= $levels; $i = $i + 2) {/*echo $i; echo "<br>";*/$whitespace = ($levels - $i / 2); echo "<br>"; $output… Read More
2012-03-20 17:46
<?php @session_start(); @ob_start(); //class created class user_handler{ //function created for insert into table function insert_data($userdata,$table){ $user_field = implode(",",arr… Read More
2012-03-20 17:21
if(isset($_REQUEST['submit'])){  $location=$_SERVER['HTTP_REFERER'];  $cleanedFrom = $_REQUEST['name']; $to ='[email protected]'; $subject = 'Contact Us'; $headers = "From: "… Read More
What Is AJAX.?
2011-12-11 09:03
AJAX = Asynchronous JavaScript and XML.AJAX is a technique for creating fast and dynamic web pages.AJAX allows web pages to be updated asynchronously by exchanging small amounts of data with… Read More
2006-06-07 11:16
<?php/*plugin name:Registration0Description:Plugin For Registration.*/?><?phpdefine('TEST_PLUGIN_URL',plugin_dir_url(__FILE__));wp_register_style('test.css', TEST_PLUGIN_URL.'css/te… Read More
2006-06-07 11:16
<?php/** * @package Joomla.Site * @subpackage mod_articles_archive * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license G… Read More
2006-06-07 11:16
<html><body bgcolor="#FFFFFF"></body></html> Read More
2006-06-07 11:16
<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="1.6.0" client="site" method="install"> <name>test</name> <author>Rajiv</author&gt&helli…Read More

Share the post

What is AJAX.?

×

Subscribe to What Is Ajax.?

Get updates delivered right to your inbox!

Thank you for your subscription

×