Re: [PHP-DB] RE: Help for a beginner

2009-12-23 Thread Chaitanya Yanamadala
why dont u install the xampp On Wed, Dec 23, 2009 at 8:38 PM, Adam Sonzogni asonzo...@setfocus.comwrote: Mr. Brookhouse, Thanks for the quick reply. I am guessing it is not relevant to my case because I am not using PERL. I cannot find anything that says PHP requires PERL so I suspect

Re: [PHP-DB] Upload_File

2010-02-10 Thread Chaitanya Yanamadala
hai farooq I think the issue is with the max_execution_time in the php.ini of the server. try modifying this to the maximum level. also for your code i have modified this a little bit.. *form enctype=multipart/form-data action=upload.php method=POST input type=hidden name=MAX_FILE_SIZE

Re: [PHP-DB] Getting total quantities

2010-02-14 Thread Chaitanya Yanamadala
Have you tried using it like this *select count(*) from products;* Chaitanya A man can get discouraged many times but he is not a failure until he stops trying... On Mon, Feb 15, 2010 at 10:39 AM, Karl DeSaulniers k...@designdrumm.comwrote: Would it be? $q = SUM(ProductStock) FROM

Re: [PHP-DB] Getting total quantities

2010-02-14 Thread Chaitanya Yanamadala
*Hai Chris I already send him the right one. But my mail has been blocked by the php lists. so i send a personal mail for him... FYI SELECT SUM(ProductStock) FROM products; * if u want to give an other name for the row then use it as * ** SELECT SUM(ProductStock) as stock FROM products;*

Re: [PHP-DB] 64-bit Linux -- Fatal ... undefined function mysql_connect()

2010-03-01 Thread Chaitanya Yanamadala
hai andrew Can u try like changing the ini file like this.. under mysql change the to mysql.default_port 3306 3306 and also if this time too it is not getting connected to the socket try using the mysqli construct to connect to database.. this is for your

Re: [PHP-DB] Re: Online PHP-Mysql Meeting

2010-03-18 Thread Chaitanya Yanamadala
Guys i think u can use either Google wave or EtherPad for this purpose. Chaitanya A man can get discouraged many times but he is not a failure until he stops trying... I would love to change the world, but I can't get the source code. On Thu, Mar 18, 2010 at 4:16 PM, nagendra prasad

Re: [PHP-DB] mysql/php time out issue

2010-04-09 Thread Chaitanya Yanamadala
have u checked max_execution_time Chaitanya On Fri, Apr 9, 2010 at 7:17 PM, Stephen Sunderlin stephen.sunder...@verizon.net wrote: I'm running php 5.1.6 with mysql 5.0.45 on CentOS 5.3 box trying to loop through a while statement to send about 3000 email using phpmailer. It's worked

Re: [PHP-DB] mysql/php time out issue

2010-04-09 Thread Chaitanya Yanamadala
: Chaitanya Yanamadala dr.virus.in...@gmail.com Date: Fri, 09 Apr 2010 19:26:22 To: Stephen Sunderlinstephen.sunder...@verizon.net Cc: php-db@lists.php.net Subject: Re: [PHP-DB] mysql/php time out issue have u checked max_execution_time Chaitanya On Fri, Apr 9, 2010 at 7:17 PM, Stephen Sunderlin

Re: [PHP-DB] mySQL date query

2010-04-13 Thread Chaitanya Yanamadala
what is the format of the date u are storing ? Chaitanya On Tue, Apr 13, 2010 at 11:50 AM, Ron Piggott ron.pigg...@actsministries.org wrote: I am trying to write a mySQL query on my stats table. I am trying to determine the number of records (users) during a 7 day period ending

Re: [PHP-DB] mySQL date query

2010-04-13 Thread Chaitanya Yanamadala
try this SELECT DATE_ADD('2008-01-02', INTERVAL -7 DAY); Chaitanya On Tue, Apr 13, 2010 at 12:01 PM, Ron Piggott ron.pigg...@actsministries.org wrote: It is in a 'date' column type -MM-DD what is the format of the date u are storing ? Chaitanya On Tue, Apr 13, 2010 at

Re: [PHP-DB] Sharing happiness!!

2010-04-21 Thread Chaitanya Yanamadala
Are promotional messages a part of the PHP-DB Chaitanya A man can get discouraged many times but he is not a failure until he stops trying... The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the pig was 'committed'. On

Re: [PHP-DB] Sharing happiness!!

2010-04-21 Thread Chaitanya Yanamadala
of the list or as many were in the To field. Not kool. Karl On Apr 21, 2010, at 11:56 PM, Chris wrote: Chaitanya Yanamadala wrote: Are promotional messages a part of the PHP-DB No, it's spam that got through the filters. Thankfully we don't get many of them. -- Postgresql php tutorials

[PHP-DB] how to upgrade php in linux

2010-05-03 Thread Chaitanya Yanamadala
Hai i have installed php in the cent os 5.4. the one which is installed is 5.1.6 now what i want to do is upgrade it to latest one 5.3.2, as i am new to linux environment it is quite hard for me to configure that, can any one guide me with this also one more thing is that i need to install zend

Re: [PHP-DB] how to upgrade php in linux

2010-05-03 Thread Chaitanya Yanamadala
.. so cannot able to figure out how to do the same.. Chaitanya On Mon, May 3, 2010 at 6:15 PM, David McGlone da...@dmcentral.net wrote: On Monday 03 May 2010 07:02:35 Chaitanya Yanamadala wrote: Hai i have installed php in the cent os 5.4. the one which is installed is 5.1.6 now what i

Re: [PHP-DB] how to upgrade php in linux

2010-05-03 Thread Chaitanya Yanamadala
DAG and RPMForge repos (google for how to) and try to do a yum install.Compiling from source might not be the best option if you are new to Linux. Sent from my iPhone On 03/05/2010, at 10:57 PM, Chaitanya Yanamadala dr.virus.in...@gmail.com wrote: hai david the rpm available

Re: [PHP-DB] how to upgrade php in linux

2010-05-04 Thread Chaitanya Yanamadala
hai bavitra i have read the article from this site http://www.web-tech-india.com/articles/php/compiling_php_apache/ but actually the thing is it is not working for me.. it is giving me some error like this checking for gcc ---no checking for cc--no configure: error: no acceptable cc found in

Re: [PHP-DB] how to upgrade php in linux

2010-05-04 Thread Chaitanya Yanamadala
. Sent from my iPhone On 05/05/2010, at 4:59 AM, Chaitanya Yanamadala dr.virus.in...@gmail.com wrote: hai bavitra i have read the article from this site http://www.web-tech-india.com/articles/php/compiling_php_apache/ but actually the thing is it is not working for me.. it is giving me some

Re: [PHP-DB] how to upgrade php in linux

2010-05-05 Thread Chaitanya Yanamadala
to find an absolute solution for what i am searching for.. Chaitanya On Wed, May 5, 2010 at 7:38 PM, Dan Carl d...@bluestarshows.com wrote: On 5/5/2010 12:02 AM, Chaitanya Yanamadala wrote: hai dan thank you for your suggestion regarding the google thing.. thank god u said me that or else

Re: [PHP-DB] Major Cookie Problem

2010-05-13 Thread Chaitanya Yanamadala
On 5/13/10, Barry Zimmerman barryzi...@googlemail.com wrote: Its only happening in safari with the cookie not being set. It must be my cookie string that is the problem. I just cannot find anything on the issue. My other major issue is the fact that the session is being set when the post has

Re: [PHP-DB] form help

2010-05-15 Thread Chaitanya Yanamadala
, 2010 03:54:29 PM +0530 From: Chaitanya Yanamadala dr.virus.in...@gmail.com To: php-db@lists.php.net, bang-ph...@yahoogroups.com Subject: [PHP-DB] form help hai i need to develop a form in which there are two drop down boxes. depending on the selection of the first drop down box

Re: [PHP-DB] Need Help in error msg

2010-05-18 Thread Chaitanya Yanamadala
it means the root user password which u are using is the wrong one.. Chaitanya On Tue, May 18, 2010 at 12:49 PM, nagendra prasad nagendra802...@gmail.comwrote: Hi All, I am getting this error while tried to run a downloaded script in WAMP: [1045] dbconn: mysql_connect: Access denied for

Re: [PHP-DB] Need Simple PHP mysql search engine script

2010-05-23 Thread Chaitanya Yanamadala
most of the users use this for the search engine.. http://www.sphider.eu/ Chaitanya A man can get discouraged many times but he is not a failure until he stops trying... The difference between 'involvement' and 'commitment' is like an eggs-and-ham breakfast: the chicken was 'involved' - the

Re: [PHP-DB] RE: [PHP-WIN] Re: Need Help in setting up a server

2010-06-30 Thread Chaitanya Yanamadala
u can do one more thing, u need to get a public ip or a static ip from ur ISP, this will make sure that u have a constant ip on ur machine so that it can be accessed from anywhere.. Chaitanya On Wed, Jun 30, 2010 at 2:10 AM, Warren Vail war...@vailtech.net wrote: The IP you cited Is the IP