y=products.name_category and
> category_id=".$_GET['category_id']." GROUP BY products.mark_name";
>
>
>
>
>
> ---Original Message---
>
> From: phpu
> Date: Wednesday, July 09, 2003 09:51:08 PM
>
To: [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, July 10, 2003 8:18 AM
Subject: Re: [PHP] Big problemneed help
try like this
$sql = "SELECT * FROM products, category WHERE
category.name_category=products.name_category and catego
9, 2003 09:51:08 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Big problemneed help
It isn't work. it gives me an error at this line.
- Original Message -
From: "Nicolas Costes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednes
It isn't work. it gives me an error at this line.
- Original Message -
From: "Nicolas Costes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 09, 2003 4:49 PM
Subject: Re: [PHP] Big problemneed help
-BEGIN PGP SIGNED MESSAGE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le Mercredi 9 Juillet 2003 15:13, phpu a écrit :
> I have a table like this:
> ..
> $sql = "SELECT * FROM products, category WHERE
> category.name_category=products.name_category and
> category_id=".$_GET['category_id'] ;
>
> When i choose the ca
On Friday, March 8, 2002, at 01:06 PM, Analysis & Solutions wrote:
>> I have problem with downloading any file from my site using IE 5.5 and
>> HTTPS protocol. My php script works fine with Netscape 6.2 and
>> HTTP/HTTPS protocols and with IE 5.5 but only with HTTP protocol.
>
> I suspect your
Hi Krzysiek:
> I have problem with downloading any file from my site using IE 5.5 and
> HTTPS protocol. My php script works fine with Netscape 6.2 and
> HTTP/HTTPS protocols and with IE 5.5 but only with HTTP protocol.
I suspect your script has nothing to do with it.
A while back, I had pro
You need to install the flex libraries from www.gnu.org: you locate it :
http://www.gnu.org/software/flex/flex.html
Nael Mohammad
Neomar, Inc.
[EMAIL PROTECTED]
415-403-7300 x314 (Work)
415-793-0609 (Mobile)
"When Wireless Means Business"
CONFIDENTIALITY NOTICE: This e-mail may contain confiden
in php.ini, put "/var/qmail/bin/qmail-inject" into sendmail_path
-Original Message-
From: Thomas Booms [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 25, 2001 6:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Big Problem
Hi all,
I'm using on my new machine (SuSE 7.0) PHP4. In one PHP4-Sc
On Thu, 26 Apr 2001 01:48:13 +0200, Thomas Booms
([EMAIL PROTECTED]) wrote:
>Hi all,
>
>I'm using on my new machine (SuSE 7.0) PHP4. In one PHP4-Script I
use
>the mail-Function. But my /var/log/mail (qmail) does not give any
>entry
>for this mail.
>
>Is there a bug?
>
>In PHP3 it was all running g
You need to set the permissions in that folder so that you can write.
PHP acts like IUSR(computernmae), so set IUSR(computername) permission to
write.
This is Windows, by the way...
// Tobias
""Salim Meethoo"" <[EMAIL PROTECTED]> wrote in message
99c90k$83u$[EMAIL PROTECTED]">news:99c90k$83u$[EM
best way is this.
if ($CID)
$query[] = "CID = '$CID'";
if ($CUserName)
$query[] = "CUserName = '$CUserName'";
if ($CAge)
$query[] = "CAge = '$CAge'";
if ($CEducation)
$query[] = "CEducation = '$CEducation'";
if (isset($query))
$query = "SELECT * FROM clients WHERE CID = '$CID
12 matches
Mail list logo