RE: [PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Michael Davey
I have had to use an Access database once with ODBC and found that it was very picky about the username that you used to login - the only one I found that actually worked was Admin - YMMV... Mikey > -Original Message- > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > Sent: 12 June 2002

RE: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-11 Thread Michael Davey
So why are you asking this question to a PHP list? > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 15:44 > To: [EMAIL PROTECTED] > Cc: Php Win32 list > Subject: RE: [PHP-WIN] How to pass passwd Server <-> Client in a > "secure" way > > >

[PHP-WIN] Re: [PHP] PHP version 4.2 and above

2002-06-06 Thread Michael Davey
If you downloasd the zip rather than the installer, you get all of the extensions bundled with it - as you have already installed PHP, you just have to put the extensions in the correct directory... Mikey "James Opere" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

[PHP-WIN] Extension naming problems...

2002-06-05 Thread Michael Davey
Can anyone tell me exactly which three extensions these are? extension=php_db.dll extension=php_dba.dll extension=php_dbase.dll >From what I can see in the manual, they could all refer to the three same things :-) regards, Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] Compiling extensions in VC++6

2002-06-05 Thread Michael Davey
I was wondering if anyone here had any experience with building any of the extensions supplied with the PHP source code? I have so far managed to successfully compile both the CGI and Apache module versions of PHP itself, but I am having mixed luck with the extensions. Some I can get libraries f

FW: [PHP-WIN] Error compiling php4ts.dll on Win2000

2002-06-05 Thread Michael Davey
Ooops! > -Original Message- > From: Michael Davey [mailto:[EMAIL PROTECTED]] > Sent: 05 June 2002 18:16 > To: Christian > Subject: RE: [PHP-WIN] Error compiling php4ts.dll on Win2000 > > > Did you compile your own version of resolv.lib from the DNS

[PHP-WIN] RE: notice:undefined variable

2002-06-04 Thread Michael Davey
OK - couple of things first: a) The PHP mailing list is for programmers of PHP looking for help making their own scripts - not for people who want support for implementing someone else's script. There is a link on the site where I found a copy of your script offering support, this is where you s

[PHP-WIN] Re: parms are ignored

2002-06-03 Thread Michael Davey
With the URL you have given: > http://myweb/cgi/login.php?login=rene Should have code looking like this... echo"value of var = $login"; Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Double quotes question

2002-06-03 Thread Michael Davey
> I did try going else { print "$file />\n"; } but all I get is PHP errors doing this until the double quote > is removed, any help in this would be great. This would work: print ""; and so would: print ""; or even: print << END; But you really should have checked the manual fir

[PHP-WIN] Re: notice:undefined variable

2002-06-03 Thread Michael Davey
Send your source code! "Marius Venter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I installed PHP 4.1 on NT 4 with IIS 4. My client getting many of these > error messages when he runs his html form: > > > Notice: Undefined variable: background in > D:\inet

[PHP-WIN] Re: a problem.

2002-06-02 Thread Michael Davey
1.Try to use a more descriptive subject - everyone has problems! We need to know the specific problem you need help with. > It's my second time when I install PHP on Win XP Pro useing IIS WebServices. > The first time > all was Ok. I use the CGI version of PHP (php.exe). So, the problem is th

[PHP-WIN] Re: Somebody please help beginner with variable problem

2002-05-30 Thread Michael Davey
Hmm - I would check your config again as I have just run your code on my server and it works without any problems... regards, Mikey "Sim" <[EMAIL PROTECTED]> wrote in message 01c2081c$ac9b7190$6401a8c0@athlon">news:01c2081c$ac9b7190$6401a8c0@athlon... > Hi, > > Please don't reply with R

[PHP-WIN] Re: GD & Freetype on W2K/Apache1.3.2/PHP4.2.0

2002-05-30 Thread Michael Davey
OK, have found some stuff on the site regarding where the fonts should be located (i.e :/dir/.ttf) and also that I should use a Unix style path, however, this still doesn't work - all I get is empty space where the font should be and a warning that it couldn't find the font... :-(

[PHP-WIN] BTW, does anyone know what has happened to php4win?

2002-05-28 Thread Michael Davey
I can't seem to get to their site at all... Mikey -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] GD & Freetype on W2K/Apache1.3.2/PHP4.2.0

2002-05-28 Thread Michael Davey
Hi there! Sorry if this has been posted a hundred times already - but I am trying to use TrueType fonts with GD. I can create images fine, and have managed to gather from previous postings that there was an error with post-4.0.5 versions of php_gd.dll that cause Freetype to fail, but the install