Showing results 1 to 6 of 6
Search took 0.01 seconds; generated 2 minute(s) ago.
Posts Made By: manishMCAIT
Forum: PHP Jul 10th, 2006
Replies: 8
Views: 14,257
Posted By manishMCAIT
Re: How can I send variables from a PHP script to another URL using POST without.....

You can open an HTTP socket connection and send HTTP POST commands. Here is
an example :

<?
// Generate the request header
$ReqHeader =
"POST $URI HTTP/1.1\n".
"Host: $Host\n".
"Content-Type:...
Forum: PHP Jul 10th, 2006
Replies: 6
Views: 12,243
Posted By manishMCAIT
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
Posted By manishMCAIT
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
Posted By manishMCAIT
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
Posted By manishMCAIT
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
Posted By manishMCAIT
Hi to all

Hi to all,


i am manish here and i am working as php programmer .


manish
Showing results 1 to 6 of 6

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 3:42 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC