[PHP] if statement with or comparison (newbie)

2006-09-08 Thread JD
thing I'm missing here... jd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] if statement with or comparison (newbie)

2006-09-08 Thread JD
At 05:30 PM 9/8/2006, you wrote: - Original Message - From: JD [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Friday, September 08, 2006 11:03 PM Subject: [PHP] if statement with or comparison (newbie) I'm trying to set up a simple conditional, something like

[PHP] Syntax Error

2007-01-07 Thread JD
Can someone help me figure out why I can't run this on MySQL. I get a syntax error. list($qh,$num) = dbQuery(SELECT password AS passwd1, $DATABASE_PASSWORD_FUNCTION('$password') AS passwd2 . FROM $USER_TABLE WHERE username='$username'); $data = dbResult($qh); -- PHP General Mailing List

[PHP] PHP bandwidth control

2009-04-05 Thread JD
Hello, I am relatively new to PHP and am trying to make a video/image sharing site for my family to upload and share family videos and pictures. My concern is that because I'm hosting this site at my house, I will quickly exceed my bandwidth limitations each month if all the family members I

Re: [PHP] PHP bandwidth control

2009-04-06 Thread JD
Mortier mvmort...@googlemail.com Cc: JD danceintherai...@netzero.com, php-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Mon, 06 Apr 2009 06:03:12 -0700 Yannick Mortier wrote: 2009/4/6 JD danceintherai...@netzero.com: Hello, I am relatively new to PHP and am trying to make

Re: [PHP] PHP bandwidth control

2009-04-07 Thread JD
...@googlemail.com To: Chris dmag...@gmail.com Cc: JD danceintherai...@netzero.com, php-general@lists.php.net Subject: Re: [PHP] PHP bandwidth control Date: Tue, 7 Apr 2009 10:42:01 +0200 2009/4/7 Chris dmag...@gmail.com: I guess there are multiple ways to engage this problem. It depends how deep you