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
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
>
>
>
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
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
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
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
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
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
> 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
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
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
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
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...
:-(
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
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
15 matches
Mail list logo