Re: [PHP-WIN] Site running from MySQL

2001-12-24 Thread Piotr Pluciennik
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 a

[PHP-WIN] Site running from MySQL

2001-12-24 Thread LaserJetter
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

php-windows Digest 24 Dec 2001 22:30:43 -0000 Issue 917

2001-12-24 Thread php-windows-digest-help
php-windows Digest 24 Dec 2001 22:30:43 - Issue 917 Topics (messages 11104 through 2): CGI mode still requires php4isapi.dll? 11104 by: Steve Yates 11105 by: Martin Halford 11106 by: Steve Yates Re: PHP software tool 11107 by: Yoep Re: MSSQL connect

[PHP-WIN] my site works well on WinME but Doesn`t work on WinXP HEEELLLLLPPPPP MEEEEEEEEE

2001-12-24 Thread AiQUiDiE
I do not understand why? it works great on Win ME bu when I work on XP I get ""Supplied argument is not a valid MySQL result resource in"" message. and the weirdest thing is that the site defines the user but when listing other users it gives that warning. So mysql works but makes some mistakes

RE: [PHP-WIN] File question...

2001-12-24 Thread Svensson, B.A.T. (HKG)
>>Any advice or URL's would be greatly appreciated. > > >http://www.php.net/manual/en/function.fopen.php Maybe you will appreciate this one to: http://www.php.net/manual/en/function.fread.php Merry x-mass and happy new year -- PHP Windows Mailing List (http://www.php.net/) To unsubscrib

RE: [PHP-WIN] File question...

2001-12-24 Thread Svensson, B.A.T. (HKG)
From: Anthony Ritter >Happy holidays everyone. > >Right now, if I want to update a fishing report using straight html I have >to type in the data in a .html page and *republish* that information to the >server. > >Every time there is an update - say once a day - that information has to be >republ

[PHP-WIN] File question...

2001-12-24 Thread Anthony Ritter
Happy holidays everyone. Right now, if I want to update a fishing report using straight html I have to type in the data in a .html page and *republish* that information to the server. Every time there is an update - say once a day - that information has to be republished to the server. This is

RE: [PHP-WIN] MSSQL connect

2001-12-24 Thread Svensson, B.A.T. (HKG)
From: Jerry [mailto:[EMAIL PROTECTED]] >I tried something like: > >$h = "server adr"; >$u = "user"; >$p = "passw"; >$b = "db"; >$connexion = mssql_connect("$h", "$u", "$p"); Why do you uses quotes here? >mssql_select_db($b); >$sql = "select * from test"; . >$result = mssql_query($sql_temp)

[PHP-WIN] Re: PHP software tool

2001-12-24 Thread Yoep
I use this one too... its just 20$ or so though, and is a very great and convient editor. I do all my PHP coding in it. Yoep "Mike" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > TextPad is another good text editor for all types of programming languages. > Un

Re: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Steve Yates
"Martin Halford" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I suspect we have the same problem - I've also tried setting up the registry > entry for the CGI mode and it makes no difference whatsoever. If you do a > phpinfo() you can see whether or not you

FW: [PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Martin Halford
Steve, I suspect we have the same problem - I've also tried setting up the registry entry for the CGI mode and it makes no difference whatsoever. If you do a phpinfo() you can see whether or not you are in ISAPI mode I think. Best regards, Martin -- Martin Half

[PHP-WIN] CGI mode still requires php4isapi.dll?

2001-12-24 Thread Steve Yates
On my development PC, if I do not have php4isapi.dll in my PATH then I get 500 errors from PWS. I have PWS running on Windows 98 SE, and am running PHP in CGI mode per the Script Map registry entry (running PHP.EXE). As soon as I move php4isapi.dll into the PATH it starts working. Why is th

php-windows Digest 24 Dec 2001 08:20:28 -0000 Issue 916

2001-12-24 Thread php-windows-digest-help
php-windows Digest 24 Dec 2001 08:20:28 - Issue 916 Topics (messages 11096 through 11103): Error loading php (v4.1.0) dynamic library (4 dll files) on Apache (v1.3.22) 11096 by: Aaron Brigatti 11101 by: LaserJetter 11102 by: Andrew Saturn Re: Radio buttons 1

[PHP-WIN] Unveilled Metabase OOP direct to driver object API

2001-12-24 Thread Manuel Lemos
Hello, If you are reading this and do not know what is Metabase, be aware that it is PHP database abstraction package for developing truely portable database independent functions. Metabase development will complete 3 years next week. This is a lot of time in the software development world. More