Forum: PHP Jul 10th, 2006 |
| Replies: 8 Views: 14,257 |
Forum: PHP Jul 10th, 2006 |
| Replies: 6 Views: 12,243 Re: URL Masking in PHP <?php
if (getenv ("HTTP_HOST" )==" www.lab1.com" or
getenv (" HTTP_HOST" )==" www.lab2.com" ) {
header(" Location: http://www.lablockers.com/labweb/default.htm" );
exit;
}
?>
or you can use frame to... |
Forum: PHP Jul 10th, 2006 |
| Replies: 6 Views: 12,243 Re: URL Masking in PHP hi,
yes it is possible.....
just try this script at your default.php page.. it might be work......
<?php
if (getenv ("HTTP_HOST" )==" www.lab1.com" or
getenv (" HTTP_HOST" )==" www.lab2.com" )... |
Forum: PHP Jul 7th, 2006 |
| Replies: 4 Views: 1,296 Re: Need HELP in pagination (PHP) hi ,
just make change in ur mysql query and apply LIMIT 0,20 ; in ur mysql query and when u click on pagging means display number apply next limit 20,20 ; i will work but for that u should get... |
Forum: Community Introductions Jul 7th, 2006 |
| Replies: 3 Views: 852 Re: algorithms If u can buy a book ...Algorithm Design by michael T.
link is http://ww3.algorithmdesign.net/
for source code of algo u can have
link : http://www-illigal.ge.uiuc.edu/sourcecd.html
or u can join... |
Forum: Community Introductions Jul 7th, 2006 |
| Replies: 2 Views: 538 Hi to all Hi to all,
i am manish here and i am working as php programmer .
manish |