[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

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.ini

[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

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

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