i Search For Best and Cehapest Company For Dedicated Server and VPS
i want any user have any Inf please post here
thanks Brothers
i want any user have any Inf please post here
thanks Brothers
<?php ssi_ErecentTopics($num_recent = 5, $exclude_boards = null, $include_boards = 3, $output_method = 'echo'); ?>
<div id="stream" class="bg4 roundedcrop shadow">
<div class="ph25 pv20">
<h1>News</h1>
<input id="streamcnt" name="streamcnt" type="hidden" value="" />
</div>
<div id="streamadd"></div>
<div id="streaminner">
<?php ssi_ErecentTopics($num_recent = 8, $exclude_boards = null, $include_boards = 2, $output_method = 'echo'); ?>
</div>
<div onclick="getStreamMore('',0);" id="streammore">More News articles</div>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PhpFiddle Initial Code</title>
<script type="text/javascript" src="/js/jquery/1.7.2/jquery.min.js"></script>
<link href="/js/jquery_ui/1.9.1/jquery-ui.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/jquery_ui/1.9.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="/js/jquery_validation/1.10.0/jquery.validate.min.js"></script>
<script type="text/javascript" src="/js/jquery_validation/1.10.0/additional-methods.min.js"></script>
<script type="text/javascript">
$(function(){
});
</script>
<style type="text/css">
</style>
</head>
<body>
<input type="text" value="1" id="number"/>
<input type="button" id="increment" value="Increment"/>
<?php
$test = 0;
echo $test;
?>
<script>
$(document).ready(function(){
$("#increment").click(function(){
var $n = "<?= $test ?>";
$n.val(Number($n.val())+5);
});
});
</script>
</body>
</html>