php-windows Digest 25 Dec 2001 12:00:10 -0000 Issue 918

Topics (messages 11113 through 11115):

Site running from MySQL
        11113 by: LaserJetter
        11114 by: Piotr Pluciennik

Re: CGI error when running from a share directory.
        11115 by: Christoph Grottolo

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Out of interest, would it be possible to load a webpage as a record in a
MySQL database, having another field as say a number or a unique name so
that a whole site could be placed in a database with a couple of php files?
Is there a limit on the size of a field in MySQL which would stop you doing
this though and would it be noticeably slower that html / php files?
I was only wondering as it would make full text searches an awful lot
simpler!!!!


--- End Message ---
--- Begin Message ---
Hi,

it is possible and it works :-) for sure... and not only with MySQL but
you can
use other DB...
Practically there is no limit in MySQL - the size of text field is
reasonably
big enough to do what you want. And if you'll use templates it will be
much
easier to administer.

Merry Christmas to all in this list

Piotr

LaserJetter wrote:

> Out of interest, would it be possible to load a webpage as a record in a
> MySQL database, having another field as say a number or a unique name so
> that a whole site could be placed in a database with a couple of php files?
> Is there a limit on the size of a field in MySQL which would stop you doing
> this though and would it be noticeably slower that html / php files?
> I was only wondering as it would make full text searches an awful lot
> simpler!!!!
>
> --
> PHP Windows 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]

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

--- End Message ---
--- Begin Message ---
You should use 4.10 if you want to access network shares with php. The
versions before had UNC path support broken.
In IIS you should check 'check that file exists' on the panel where you
enter the script mapping (this lets IIS do the permission checks). Make
shure that your web user (IUSR_machinename) has enough permissions to access
the share itself and the files/directories.

Christoph

"Guy Kopel" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I have Win2K server with IIS 5 and PHP ver.4.01 pl1 and when I try to
> configure the site's patch to a shared directory I keep getting GCI error
> when trying to run any PHP file (phpinfo.php...)
> Is there any special thing I need to configure in order it to work?
>
> Thanks for the help,
> Guy Kopel
> [EMAIL PROTECTED]
>
>
>


--- End Message ---

Reply via email to