Re: [PHP-DB] how to get the referrer page details

2006-06-15 Thread Chris
[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

Re: [PHP-DB] Inserting Data into MySQL database

2006-06-15 Thread dpgirago
> 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 > ('".$

Re: [PHP-DB] Inserting Data into MySQL database

2006-06-15 Thread dpgirago
> 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 > ('".$

[PHP-DB] Inserting Data into MySQL database

2006-06-15 Thread Girish Agarwal
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

Re: [PHP-DB] how to get the referrer page details

2006-06-15 Thread dpgirago
> 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

Re: [PHP-DB] how to get the referrer page details

2006-06-15 Thread 陈贤文
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[

[PHP-DB] how to get the referrer page details

2006-06-15 Thread Manoj Singh
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