Your Ad Here

Home » JavaScript

April 17, 2011

PHP Header Examples

Hi friends, In this post i would like to share my knoweldge about redirection , 404 ( Page not found error message) ,service not avialable(503), CSS , Javascript , For the images and application type ( PDF ,…). For above requirements we can use php headers to solve the issues. PHP Header Examples (301,302,404,CSS,Javascript, Images ...) - Anil...

 

Hi friends, This is a simple code to build a captcha code with recaptcha options with simple javascript and PHP code. Now a days SPAM messages are increasing. To stop the SPAM and validating the forms with using this simple captcha code. This post explains how to build a simple captcha using javascript, php with few steps. PHP Captcha and reCaptcha...
Filed in: JavaScript, PHP Code

 

Hi friends, In this post i going to explain about the how to cross domain ajax request with in the js (JavaScript) file. If we request for a same domain file then we can directly call the file. Javascriot Code 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849<script language="javascript" type="text/javascript"> var...

 

Hi Friends, in this post i would like to explain about multiple upload files using javascript and php code. We can find the complete code of javascript, HTML and PHP code. Multiple Upload files using Javascript and PHP | Anil Labs
Filed in: JavaScript, PHP Code

 

This post explains about how to include external javascript files and styles sheets using javascript. The following functions to include external javascript files and css(style sheet) files in a one javascript file.   JavaScript Function 123456789101112131415function loadjscssfile(filename, filetype){  if (filetype=="js"){...
Filed in: JavaScript, PHP Code