[PHP-DB] Re: Is Temporary table right approach

2009-04-16 Thread Manoj Singh
be boost so much if you can do something else to replace the temporary > table. > On Wed, Apr 15, 2009 at 2:03 PM, Manoj Singh wrote: > >> Hi All, >> >> I have a query which returns the large number of ids which i am using in >> other queries. I am doing this in PHP.

[PHP-DB] Is Temporary table right approach

2009-04-14 Thread Manoj Singh
Hi All, I have a query which returns the large number of ids which i am using in other queries. I am doing this in PHP. Now the first query can return unlimited number of ids which might create problem in PHP. I want to store this ids in MYSQL through temporary table so that i can access that ids

[PHP-DB] mysql_connect(): Lost connection to MySQL server during query

2008-08-11 Thread Manoj Singh
Hello all, I am getting this error when connecting to the database through mysql_connect function. Error: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server during query I am getting this error when the db server has the high load. Please help me out to fix this error. Be

Re: [PHP-DB] Mysql logs

2008-07-23 Thread Manoj Singh
nk you, > Micah Gersten > onShore Networks > Internal Developer > http://www.onshore.com > > > > Manoj Singh wrote: > > Hi All, > > > > Please help me to set the logging on in mysql. I am using the following > > command when starting mysql: > > > &g

[PHP-DB] Mysql logs

2008-07-23 Thread Manoj Singh
Hi All, Please help me to set the logging on in mysql. I am using the following command when starting mysql: service mysqld start --log=/usr/local/ But logging is not maintained through this command. Best Regards, Manoj Kumar Singh

[PHP-DB] Call Function On Session Destroy

2006-09-15 Thread Manoj Singh
Hi Guys, I have a question. Is it possible to call any function when the session expires in PHP? I want to do some database deletions whenever the session expires. Thanks & Regards Manoj

[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

[PHP-DB] php4 to php5 upgradation

2006-06-05 Thread Manoj Singh
Hello all, I am using php4 in windows server. Now i want to use php5, will it is possible to upgrade php4 to php5 or i have to remove php4 and then install php5? Please advise me. Regards Manoj

[PHP-DB] Linux Commands

2006-06-03 Thread Manoj Singh
Hello All, Is it possible to run the Linux Commands through php functions or code? If anyone knows, please help me out. Regards Manoj

[PHP-DB] allow-url-fopen setting

2006-05-31 Thread Manoj Singh
Hello all, Can i change the "allow-url-fopen"(php.ini variable) setting through php code. If any one knows how to do that, please help me. Regards Manoj

[PHP-DB] Date Conversion in RFC822 format

2006-05-18 Thread Manoj Singh
Hello all, I am developing a site in php implementing the concept of rss feeds. For that i want to convert the standard date into RFC822 format. If any one have idea about it, please help me. Regards Manoj

[PHP-DB] Adding url to google

2006-05-12 Thread Manoj Singh
Hi all, I am developing the site using php and mysql. I have to add the url at google site through php code. If any one have idea about it, please help me. Regards Manoj

[PHP-DB] Displaying data in different languages

2006-05-11 Thread Manoj Singh
Hi all, I am designing the web-site which is in different languages. I am using php and MYSQL database. Now the problem is the data is stored in the database in english language. How i change them to japanese? I want to display them in japanese. Please provide me some tips. Regards Manoj