just a little point; u can replace
by
which is better imho.
AciD
On Wed, 6 Aug 2003 14:57:23 -0700, Jennifer Goodie
<[EMAIL PROTECTED]> wrote:
Ok, here is my query and the bit of code I can't figure out:
$query = "SELECT * from apt_user_t a, apt_company_t b ";
$query .= "WHERE a.user_c
> Ok, here is my query and the bit of code I can't figure out:
>
> $query = "SELECT * from apt_user_t a, apt_company_t b ";
> $query .= "WHERE a.user_cd = b.user_cd ";
> $query .= "ORDER BY a.username";
>
> $search_results = mysql_query($query) or die("Select
> Failed!");
> while
AciD wrote:
just a little point; u can replace
by
which is better imho.
and you're entitled to it, but it's not better. Shorter isn't always better.
Your code will break if enable_short_open_tags is disabled in php.ini or
an .htaccess file. Sure, it's on by default, but some people turn it
of
}
well for starters checkboxes dont have a size and maxlength
you may want to try that and see if it works...
- Original Message -
From: "Amanda McComb" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 2:47 PM
Subject: [PHP] bug i
Ok, after all of the discussion on posting, I'm afraid to post.
Unfortunately, no one I know is a programmer, and I am a beginner. I can
normally figure out what I've done wrong, but I'm missing something here.
Ok, here is my query and the bit of code I can't figure out:
$query = "SELECT * from
silly me
upon further looking
>
>
- Original Message -
From: "Amanda McComb" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003 2:47 PM
Subject: [PHP] bug in code - can't find it!
> Ok, after all of the discu
Is it realy so? I remember someone noting on this list it also work if
short tags are off.
I have never tested it and I'm not going to restart our server now, but
I will try it at home.
John W. Holmes wrote:
AciD wrote:
just a little point; u can replace
by
which is better imho.
and you're
t; }
>
> well for starters checkboxes dont have a size and maxlength
> you may want to try that and see if it works...
>
>
>
> - Original Message -
> From: "Amanda McComb" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent:
8 matches
Mail list logo