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

2003-02-28 Thread Paul Burney
#x27;t know of a way for you to be specific). Hope that helps. Sincerely, Paul Burney <http://paulburney.com/> Q: Tired of creating admin interfaces to your MySQL web applications? A: Use MySTRI instead. Version 3.1 now available. <http://mystri.sourceforge.net

Re: [PHP] echo "" problem NEW

2002-01-09 Thread Paul Burney
a. Authors may also use numeric character references to represent double quotes (") and single quotes ('). For double quotes authors can also use the character entity reference ". From: http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2 HTH. Paul Burney -- PHP General Mai

Re: [PHP] backtracing of includes

2001-12-28 Thread Paul Burney
ame of the include file, not the parent file. The __LINE__ is the current line within the file (include). HTH. Paul Burney -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, 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 re

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

2001-07-03 Thread Paul Burney
e folder and normal auth in phpmyadmin, you 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 +---------+--