[PHP-DB] auto_increment command

2007-03-11 Thread Ron Piggott
I am not sure if that last e-mail went through or not. I am wondering how to re-set the auto_increment field back to 1 in one of my tables. Ron

Re: [PHP-DB] auto_increment command

2007-03-11 Thread bedul
u can't - Original Message - From: Ron Piggott [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Sent: Monday, March 12, 2007 7:52 AM Subject: [PHP-DB] auto_increment command I am not sure if that last e-mail went through or not. I am wondering how to re-set the auto_increment field

Re: [PHP-DB] auto_increment command

2007-03-11 Thread Micah Stevens
this is handled by the server, but I suspect you'll just get an error. -Micah On 03/11/2007 06:55 PM, bedul wrote: u can't - Original Message - From: Ron Piggott [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Sent: Monday, March 12, 2007 7:52 AM Subject: [PHP-DB] auto_increment command

Re: [PHP-DB] IF command

2005-08-02 Thread hope
1st of all b sure tht wt i the type of $delete n wt value r u geting in it now if u echo or print it. then u can get a bettr idea as wt change mite b needd in ur if condition -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] IF command

2005-07-03 Thread Bastien Koert
What is $delete? Are you sure its numeric? if you echo it out what is the value? Bastien From: Ron Piggott [EMAIL PROTECTED] Reply-To: Ron Piggott [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Subject: [PHP-DB] IF command Date: Sat, 2 Jul 2005 11:05:48 -0400 I am trying to run

[PHP-DB] IF command

2005-07-02 Thread Ron Piggott
I am trying to run the following if statement --- I need the integer value of $delete to be read by PHP --- what did I do wrong? I only want the commands that follow to be used if delete is more than 0 Ron if ( $delete 0 ) { -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

[PHP-DB] select command denied to user

2004-09-13 Thread balwantsingh
pls. help. i have grant all to one of my tables made in mysql. now when i want to retrieve the data through PHP, following error is coming = select command denied to user: '[EMAIL PROTECTED]' for table 'timeframe' = pls. advise what went wrong. with best wishes balwant -- PHP

[PHP-DB] select command denied to user

2004-09-10 Thread balwantsingh
pls. help. i have grant all to one of my tables made in mysql. now when i want to retrieve the data through PHP, following error is coming = select command denied to user: '[EMAIL PROTECTED]' for table 'timeframe' = pls. advise what went wrong. with best wishes balwant -- PHP

[PHP-DB] PHP command not function after upgrade to 4.22

2004-02-12 Thread Raymond
Hi, I've upgrade the PHP 4.06 to PHP4 .2.2 in Redhat 9.0. after that, it was found the following script can't work well. the empty seems not function. Any one can help! ... If (empty ($A) . else ... Best regards, Raymond -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] PHP Command Line

2004-01-30 Thread Stuart
Ryan Jameson (USA) wrote: Bummer... So I can't send the named variables as a query string? Well, this will work. Thanks! You could pass a querystring-style parameter to a script and then run it through http://php.net/parse_str but I can't see any benefit to doing that. -- Stuart -- PHP Database

[PHP-DB] PHP Command Line

2004-01-29 Thread Ryan Jameson (USA)
Anyone know how to pass a query string to a php script when you call it on the command line? Ryan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] PHP Command Line

2004-01-29 Thread Paul Miller
, 2004 4:34 PM To: PHP-DB Subject: [PHP-DB] PHP Command Line Anyone know how to pass a query string to a php script when you call it on the command line? Ryan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Database Mailing List

RE: [PHP-DB] PHP Command Line

2004-01-29 Thread Ryan Jameson (USA)
Bummer... So I can't send the named variables as a query string? Well, this will work. Thanks! -Original Message- From: Paul Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:51 PM To: 'PHP-DB' Subject: RE: [PHP-DB] PHP Command Line php script.php %1 %2 %3 %4

[PHP-DB] LIKE % command

2003-11-25 Thread Chris Payne
Hi there everyone, I'm doing a search in my DB using LIKE '%$word%' which works great, but it's not case sensitive, so if I search for bike it WON'T find BIKE, i'm using PHP and MySQL. Probably something very obvious LOL it's just a basic select using LIKE. Chris

[PHP-DB] mount command with php in through the web

2003-08-14 Thread Suman Aluru
Hi All, is there any way i can run mount command with php script in the web , bcz. mount command run only for super user as apache user is there any way to run. plz. help me in this regard. Thank You, Suman -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Echo Command Thanks

2002-10-23 Thread Chris Payne
Hi there everyone, Thank you all for your responses to my question about the best way to end a PHP command (Or use Echo to print HTML). My gut feeling was it should be ok, it's just that *To me* it is MUCH easier to follow code which doesn't contain echo table width=50 etc . I much prefer to

RE: [PHP-DB] Redirect command?

2001-02-22 Thread Rick Emery
header ("Location: http://www.php.net"); /* Redirect browser -Original Message- From: Julio Cuz, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 4:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Redirect command? Hi-- I've been looking for a "re

RE: [PHP-DB] Redirect command?

2001-02-22 Thread Mark Newnham
To: [EMAIL PROTECTED] Subject: [PHP-DB] Redirect command? Hi-- I've been looking for a "redirect" command (basically redirect from page a to page b if something happens)... Julio Cuz, Jr. Riverside Community College [EMAIL PROTECTED] -- PHP Database Mailing List (http