[EMAIL PROTECTED] wrote:
Hello all,
I am developing a site in which user comes from different site to my
site.
Now i want to maintain that user comes from which site. I am using
$_SERVER['HTTP_REFERER'] for that. Now i came to know that this variable
is
not supported by some servers or it ca
> Hi All,
> I have a table in MySQL database 5.0 the structure of which is as follows
> ssno INT 9,
> lname VARCHAR(15) NOT NULL,
> fname VARCHAR(15) NOT NULL,
>
>I am inserting the values using
> $query = "insert into student (ssno,lname,fname) VALUES
> ('".$
> Hi All,
> I have a table in MySQL database 5.0 the structure of which is as follows
> ssno INT 9,
> lname VARCHAR(15) NOT NULL,
> fname VARCHAR(15) NOT NULL,
>
>I am inserting the values using
> $query = "insert into student (ssno,lname,fname) VALUES
> ('".$
Hi All,
I have a table in mySQL database 5.0 the structure of which is as
follows
ssno INT 9,
lname VARCHAR(15) NOT NULL,
fname VARCHAR(15) NOT NULL,
I am inserting the values using
$query = "insert into student (ssno,lname,fname) VALUES
('".$stud
> Hello all,
>
> I am developing a site in which user comes from different site to my
site.
> Now i want to maintain that user comes from which site. I am using
> $_SERVER['HTTP_REFERER'] for that. Now i came to know that this variable
is
> not supported by some servers or it can be set off in php
Don't worry about it,most servers enable this function.
在 Thu, 15 Jun 2006 21:46:58 +0800,Manoj Singh <[EMAIL PROTECTED]>
写道:
Hello all,
I am developing a site in which user comes from different site to my
site.
Now i want to maintain that user comes from which site. I am using
$_SERVER[
Hello all,
I am developing a site in which user comes from different site to my site.
Now i want to maintain that user comes from which site. I am using
$_SERVER['HTTP_REFERER'] for that. Now i came to know that this variable is
not supported by some servers or it can be set off in php.ini settin