In order for the media to converge, two main things need to occur. First, computers and televisions must be able to be content interchangeable. That is, computers must be able… read more →
PHP code is executed on the server, and the plain HTML result is sent to the browser. Basic PHP Syntax A PHP scripting block always starts with <?php and ends… read more →
What do You Need? If your server supports PHP you don’t need to do anything. Just create some .php files in your web directory, and the server will parse them… read more →
Introduction to PHP PHP is a server-side scripting language. What You Should Already Know Before you continue you should have a basic understanding of the following: HTML Some scripting knowledge… read more →
username avaiability in ajax and php using jQuery. Html Code : <div > User Name : <input name=”username” type=”text” id=”username” /> <span id=”msgbox” style=”display:none”></span> </div> As you can see the… read more →
Form Validation using FORM <html> <head> <title>JavaScript Form Validation</title> <script language=”javascript” type=”text/javascript”> function frmValidation() { if(document.form1.fname.value==””) // checking whether the field fname in form1 has blank value in it or… read more →