//function redirecting the page
function funRedirect($url = '', $type = 'location')
{
switch($type)
{
case 'refresh' : header("Refresh:0;url="($url);
break;
default : header("Location: ".($url);
break;
}
exit;
}
[Monday, May 12, 2008
|
0
comments
]
Popular Posts
- Running a perl script from PHP
- Riverdashboard in Elgg
- How to add or remove WWW on URLs using htaccess.
- solving the packaging problem in PHP
- Handling the multiple checkboxes with Jquery for Check All, Uncheck All and get values from selected values V2
- How to create a plugin in elgg.
- Add/Remove text control using javascript
- Function to find out last 12 months details from the current date
- Common Array functions in php
- Checking for a valid date for date of birth and age verification - Codeigniter

0 comments
Post a Comment
Please put your comments here. your questions, your suggestions, also what went wrong with me.