It would work with c:\winnt\system32 (without back slash at the end).
Otherwise, you would try to download the free Dependency Walker
(http://www.dependencywalker.com/) to find all depedencies of your dll. Hope
it will help you ?
Regards,
Philippe
"Daniel Parsons" <[EMAIL PROTECTED]> a écrit
you might need to put a ; after the function call.
and make sure that the "/php/php.exe" is actually located in the ServerRoot
= "c:/apache"
the php folder has to be located in the location that the ServerRoot points
to.
Jim
- Original Message -
From: "Gaylen Fraley" <[EMAIL PROTECTED]
Hi,
I'm using PHP 4.0.4 with IIS 4 on WinNT. When I try to load an extension
I get an error telling me that it cannot be found. The extensions
directory line of my PHP ini file is:
extension_dir = C:\WINNT\system32\
I've tried forward slashes, back slashes, absolute paths and relative
paths bu
You don't mention the load module directive. Are you trying to load the
module? If so, you should see a line like
LoadModule php4_module .
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.1 Guestbook http://www.gaylenandmargie.com/phpwebsite
"Peter Vertes" <[EMAIL P
I used their book to learn the basics and found it really good. They
have a chapter on the basics of relational database design and using
MySQL, as well as chapters devoted to specific examples (building a
shopping cart or a web-based mail client &c.). I'd certainly recommend
it.
That book, php.n
"Fundamentals of database system", Elmasri & Navate.
Read it, learn it, and then trough it away.
-Original Message-
From: Todd Williamsen
To: [EMAIL PROTECTED]
Sent: 2001-10-25 19:28
Subject: [PHP-WIN] Recommendations for books for beginners for PHP & mySQL?
anyone have any suggestions?
> We have PHP installed as an ISAP module on our W2K IIS5 server and
> its operational with no problems - phpinfo() runs just fine.
>
> But - When I uncomment the php_mssql.dll extension in php.ini I get an error
> when PHP starts up saying it cannot find the .dll file.
>
> The extension directory
Hi,
a few month ago I've downloaded mcrypt library from http://mcrypt.hellug.gr.
There were also sources (not only libmcrypt.c:-), as I remember. It was a dll
library and it need some modification to plug into to php in win version.
I haven't got so far enough time to do that, so maybe you'll man
Ross,
If you're still dissatisfied, here is my PHP.ini mail section - I'm using WinNT 4.0
SP6a and link into my ISP's SMTP
server (I don't run a local SMTP or POP server because the less I run on the
(portable) box itself, the faster/better I
like it!)
-
[mail function]
; For Win32 only.
S
what does the code that displays the results look like?
jim
- Original Message -
From: "DL Neil" <[EMAIL PROTECTED]>
To: "Mark Sweeney" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 3:20 PM
Subject: Re: [PHP-WIN] Search Engine Problem
> I am using this piece
I am using this piece of code to display news articles based on the variables inputted
by a user. However, it will only
display one article, never more, even if more are within the terms of the "WHERE"
clause. What am I doing wrong?
$search = mysql_query("SELECT news.ID, newstitle, newsdescript
Erik...
Look!
http://asp2php.naken.cc/
"Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message
001c01c15d8b$40590e20$4200020a@erik_laptop">news:001c01c15d8b$40590e20$4200020a@erik_laptop...
> Hi Todd!
>
> > I have an access database that uses ASP to access it, and I was wonder
how
> > would I por
> Thanks for the help
Not a problem! PHP List karma...pass it on! :)
--
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]
Erik,
Thanks for the help
ASP does suck, why do you think I am making the switch to PHP? ASP is so
limited and Microsucks limits everything!
"Erik H. Mathy" <[EMAIL PROTECTED]> wrote in message
001c01c15d8b$40590e20$4200020a@erik_laptop">news:001c01c15d8b$40590e20$4200020a@erik_laptop...
> Hi
Hi Todd!
> I have an access database that uses ASP to access it, and I was wonder how
> would I port it over if its possible, or do I have to redo the
> code all over again
There is a utility to 'port over asp to php. I can't remember the name off
the top of my head but you should be able to dig
I have an access database that uses ASP to access it, and I was wonder how
would I port it over if its possible, or do I have to redo the code all over
again
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
I saw Luke Welling and Laura Thompson at OSCON and they have a book out. If
it's half as good as their presentation, it'd be the winner hands down.
Please note that is meant to infer that I haven't read it, but probably
will.
PHP and MySQL Web Development
http://www.amazon.com/exec/obidos/ASIN/
I called my ISP and asked them about their PHP-support and they told me that
they had to move my homepage from theyr windows server to theyr unix server
because they had the same problem using windows.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTE
The O'Rielly books are great. I know there's a MySQL one; Not sure about
one for PHP, but i wouldn't be suprised if there was one. Check those out.
--
Jason Wood
Chief Technology Officer
Expressive Tek, Inc.
407 Kehrs Mill Road
Ballwin, MO 63011
Phone 636.256.1362
www.expressivetek.com
"To
I need to open a dbase file, so I use the "dbase_open" function and then I
compile it but it tells me
Fatal error: Call to undefined function: dbase_open()
it seems like this function does not exists!.Does anybody could help me?
Thanks
[EMAIL PROTECTED]
anyone have any suggestions?
Thanks
--
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]
I need to open a dbase file, so I use the "dbase_open" function and then I
compile it but it tells me
Fatal error: Call to undefined function: dbase_open()
it seems like this function does not exists!.Does anybody could help me?
Thanks
[EMAIL PROTECTED]
Hey gang,
I installed PHP4 on my Apache server. It works fine on the default site
however, I have 3 sites running off of my server using the directive. When I try to access a PHP file on one of the 2 other
sites, it asks me if I want to download the file. Is there any way I can
get PHP to work o
I am using 4.0.6.
I am using variant and it seems to be working.
Thanks For your help!
K
- Original Message -
From: "Mike Eynon" <[EMAIL PROTECTED]>
To: "Josh Seward" <[EMAIL PROTECTED]>; "Karen Siefken"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, October 25, 2001 10:59 AM
What version of PHP are you using? There is a bug in some of the later dev
versions that truncates Variant strings from COM objs to ~18 chars. Is this
what you are hitting? I know I have seen this in 4.08dev (with some Oct.
date).
// Mike Eynon
// www.MikeEynon.com
// 1366 Bulb Ave
// Santa C
I have a dll created with VB, I am trying to use it with the COM functions
This is the code I am using for testing:
$obj = com_load("ulpr.ulprEXEC") or die ("Couldn't create Ulpr Obj");
com_propput ($obj, 'formname', 'fdform');
$propret=com_propget ($obj,'formname');
echo($propret);
It see
Hello All,
I'm having trouble installing PHP on a W2K workstation. I've got mySql
and Apache working on it fine but I can't get it to display a PHP test page.
When I do http://localhost/ it shows the test HTML page fine. When I do
http://localhost/test.php I get an error message saying that
I have done this... with some level of pain. This may be overkill for some
of you, but these are the tips I wish I had when I started this.
First, I am a UNIX person, so having to do this in Windows was probably
harder for me than for the rest of you.
Since everything in PHP is a variant, it se
--- Received from FPU.WHITES1 799 370325-10-01 15:44
-> [EMAIL PROTECTED]
I schedule php in a similar fashion on Win2000, simply by setting it as
a standalone executable using the -f switch
php.exe -f myscript.php
Works fine.
Cheers - Steve
-
Why not use at.exe instead?
>-Original Message-
>From: Priya Chanu [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, October 25, 2001 4:15 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP-WIN] Sheduler help
>
>
>Hello Everyone,
>
>I want to schedule a php script on Windows 2000
>Server, i tried to sch
Priya Chanu wrote:
>
> Hello Everyone,
>
> I want to schedule a php script on Windows 2000
> Server, i tried to schedule the script using the
> windows 200o scheduler but it ask for the program to
> execute.
>
> Can anyone help me how to schedule my php script in
> Windows 2000 Server.
>
>
Hello Everyone,
I want to schedule a php script on Windows 2000
Server, i tried to schedule the script using the
windows 200o scheduler but it ask for the program to
execute.
Can anyone help me how to schedule my php script in
Windows 2000 Server.
thank's for the help in advance.
Priya
Do you have the Oracle client installed on that machine? The .dll that comes
with PHP merely acts a connector from PHP to the Oracles libraries. You need
to have the Oracle client package installed for it to work.
Hope this helps ya!
- Erik
> -Original Message-
> From: Sean Duke [mailto:
Can anyone suggest an existing script/product to manage a simple email
based newsletter?
Our web server has php/mysql.
Requirements:
Name and Email field
Confirmation of subscription by reply email
Unsubscribe option by email.
The simpler to set up the better.
Mark Hope
--
PHP Windows Mail
We have PHP installed as an ISAP module on our W2K IIS5 server and
its operational with no problems - phpinfo() runs just fine.
But - When I uncomment the php_mssql.dll extension in php.ini I get an error
when PHP starts up saying it cannot find the .dll file.
The extension directory is correctl
--- Received from FPU.WHITES1 799 3703 25-10-01 12:12
-> [EMAIL PROTECTED]
Hi guys,
I'm using imap_open on NT with php 4.0.6 and latest build of
Xitami.
As long as there are messages in the mail box everything works
fine - I'm reading headers, body text, no problem.
However whe
php-windows Digest 25 Oct 2001 11:11:55 - Issue 821
Topics (messages 10006 through 10012):
I've never seen anything like this!! 24556
10006 by: singh2578.yahoo.com
PHP & iis 4.0 & Oracle 8.1.6
10007 by: Sean Duke
10011 by: Philippe Saladin
R
Searched google with the string "sendmail for windows".
http://www.indigostar.com/sendmail.htm
It's a shareware version of sendmail though, not sure how long it will
last. I'm thinking about using Blat (freeware) which is just a command
line mailer and just calling it from exec() or system() et
38 matches
Mail list logo