Re: [PHP] Big problem....need help

2003-07-09 Thread Mark
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 >

Re: [PHP] Big problem....need help

2003-07-09 Thread phpu
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

Re: [PHP] Big problem....need help

2003-07-09 Thread Haseeb
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

Re: [PHP] Big problem....need help

2003-07-09 Thread phpu
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

Re: [PHP] Big problem....need help

2003-07-09 Thread Nicolas Costes
-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

Re: [PHP] BIG PROBLEm with headers

2002-03-08 Thread Erik Price
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

Re: [PHP] BIG PROBLEm with headers

2002-03-08 Thread Analysis & Solutions
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

RE: [PHP] BIG problem...

2001-09-14 Thread Nael Mohammad
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

RE: [PHP] Big Problem

2001-04-26 Thread Michael Geier
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

Re: [PHP] Big Problem

2001-04-25 Thread Mark Maggelet
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

Re: [PHP] big problem

2001-03-22 Thread Tobias Talltorp
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

Re: [PHP] BIG PROBLEM WITH SEARCH!!!!!!

2001-01-19 Thread Chris Lee
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