[PHP-WIN] Re: ASP vs PHP

2002-03-30 Thread John Lim
Hello Ciro, For database access and automatic generation of forms, see http://phplens.com/ You can create search/edit/new record forms automatically through the web user interface with little coding. It also has a low level PHP interface for deep coding. This is a commercial product, developed by

[PHP-WIN] Re: generating imagemaps?

2002-03-30 Thread Hugh Bothwell
> I want to write a php script wich shows the user a large picture showing a > lattice. every field of this lattice should be "clickable" & every field > should have his own link. is this possible (generating an imagemap e.g.?) (shrug) sure... I don't understand the need to do it dynamically, but

[PHP-WIN] Re: Cookies not working right on Win 2000 and IIS 5

2002-03-30 Thread barry
Hi, I have similar problems. I am using w2k server IIS5, php 4.1.2, and one of the php programs that requires cookie is not working. I've checked the cookies directory but didn't find any cookie being created. I've turned on every parameters which seems to be cookie related in php.ini, but sti

[PHP-WIN] Newbie config probs with php + apache under Win ME

2002-03-30 Thread blulagoon
I set up Apache for Win32 many months ago, and it works extremely well delivering not only HTML pages but Java Applets and Javascript. I am fairly confident that it is working OK. Its version 1.3.12 I've downloaded and installed the zip file version of PHP into D:\php4\ Apache is D:\program files

[PHP-WIN] retry

2002-03-30 Thread blulagoon
I tried to send a message to this group, but it never appeared. It was quite long, so forgive me if I make sure I can post before sending again. Blu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 30 Mar 2002 23:37:01 -0000 Issue 1070

2002-03-30 Thread php-windows-digest-help
php-windows Digest 30 Mar 2002 23:37:01 - Issue 1070 Topics (messages 12841 through 12851): fwrite 12841 by: G-no / |{iller Unable to load dynamic library 12842 by: barry 12843 by: Craig Morrison 12845 by: Marcel Besancon 12846 by: barry 1284

[PHP-WIN] generating imagemaps?

2002-03-30 Thread Mirko Ehlert
hi! I want to write a php script wich shows the user a large picture showing a lattice. every field of this lattice should be "clickable" & every field should have his own link. is this possible (generating an imagemap e.g.?) any litte hint will help me thx in advance cu mirko -- PHP Window

[PHP-WIN] Website Login

2002-03-30 Thread RCAuction
Running win 2000 server with IIS PHP as cgi When going to the site, users are asked for a username and password even though it is setup for anonomous access. It works fine with html pages. Seems like the php.exe is causing the permission problem. -- PHP Windows Mailing List (http://www.php.ne

Re: [PHP-WIN] Parse error when using Javascript & php?

2002-03-30 Thread Steve
Try making a seperate page to display inside the Iframe and put your News variable on that page.also make sure you are testing on either Netscape 6 or IE 4, 5, or 6 :) Todd Williamsen wrote: > > DOH!! Thanks ross > > Umm... Now I cannot get the value of $news to display in the IFRAME... I

[PHP-WIN] Stupid me

2002-03-30 Thread Bob Sears
Folks, forget about the question of WinXP/Apache/MySQL/PHP. I found the problem ... my brain was not connected to anything. I'm up and running again. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Unable to load dynamic library

2002-03-30 Thread Craig Morrison
barry wrote: > > be loaded sucessufully. The error only seems to happend for php_gettext.dll > only. > PHP Warning: Unable to load dynamic library > 'c:/php/extensions/gnu_gettext.dll' - §ä¤£¨ì«ü©wªº¼Ò²Õ¡C in Unknown on line > 0 It is entirely possible that this extension was written for a vers

Re: [PHP-WIN] Unable to load dynamic library

2002-03-30 Thread barry
Hi, I've tried both ways, i.e. include the dir in the path and replace the dll, but same error. I just discovered one thing, one of the extensions, php_imap.dll, seems to be loaded sucessufully. The error only seems to happend for php_gettext.dll only. PHP Warning: Unable to load dynamic library

Re: [PHP-WIN] Unable to load dynamic library

2002-03-30 Thread Marcel Besancon
Hi, > Make sure the \php\dlls directory is in your PATH. I had the same problem though all path-entries were correct. It seems that some of the dll's are broken. I changed the given php_gd.dll for a php_gd.dll that I downloaded form the net and see: It works !!! Here are some links for down

[PHP-WIN] PHP/Apache/MySQL Stability

2002-03-30 Thread Bob Sears
I was running Win98/PHP/MySQL with no problems. Now that I have upgraded to WinXP, all I am greeted with is a blank screen. Is there a versioning problem? If so, what releases of MySQL and PHP are compatible with WinXP? Or, what settings must be tweaked in each of the three which will allow it

Re: [PHP-WIN] Unable to load dynamic library

2002-03-30 Thread Craig Morrison
Make sure the \php\dlls directory is in your PATH. barry wrote: > > Hi, > > I am new to php and I am trying to get it work on my w2k. After I've > enabled 2 extensions, php_gettext.dll and php_imap.dll, in the php.ini, I > always get the error PHP Warning: Unable to load dynamic library > 'c: