[PHP] Re: [PHP-DB] Making Join

2003-02-28 Thread Paul Burney
, username FROM photos LEFT JOIN users ON photos.userid=users.id GROUP BY userid You could add the file field in there as well, but it would only be returning one of the files (the first or last one for that user, but I don't know of a way for you to be specific). Hope that helps. Sincerely, Paul

Re: [PHP] echo problem NEW

2002-01-09 Thread Paul Burney
use numeric character references to represent double quotes (#34;) and single quotes (#39;). For double quotes authors can also use the character entity reference quot;. From: http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 HTH. Paul Burney ?php while ($self != asleep

Re: [PHP] backtracing of includes

2001-12-28 Thread Paul Burney
file. The __LINE__ is the current line within the file (include). HTH. Paul Burney ?php while ($self != asleep) { $sheep_count++; } ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] User Authentication

2001-12-17 Thread Paul Burney
on 12/16/01 12:58 PM, Daniel Grace at [EMAIL PROTECTED] wrote: Anyways, though the 401 part works and actually brings up the typical Enter Username/Password box, $PHP_AUTH_USER and $PHP_AUTH_PW are not being set. There are no .htaccess files in the directory (or any parent dirs for that

Re: [PHP] Frames creating problems...

2001-12-10 Thread Paul Burney
on 12/10/01 10:03 AM, dhaval desai at [EMAIL PROTECTED] wrote: Well I have a website with frames. The problem here is that I have a serach box in the top frame and I want the results to be displayed in the other frame. This isn't the appropriate forum for the question since it isn't php

[PHP] Re: [PHP-DB] PhpMyAdmin phpPgAdmin Security Issues

2001-07-03 Thread Paul Burney
are not vulnerable to outsiders but *you* can still view a server's sensitive files which can be really dangerous in a shared server environment. Sincerely, Paul Burney +-+-+ | Paul Burney | P: 310.825.8365 | | Webmaster