Yes, you can make an exec file, you won't need Apache. If that what you
want?
Alain
On Fri, Jul 13, 2001 at 08:33:25AM +0200, Rafa Borges wrote:
> Hello. I have done a web using PHP and now I want to store it on a CD with
> all the funcionality (read from a file and use a data base odbc or mysql)
Hello. I have done a web using PHP and now I want to store it on a CD with
all the funcionality (read from a file and use a data base odbc or mysql).
How can I do this ? Can Apache and PHP work on a CD without he tipical
instalation for Windows ?
--
PHP Windows Mailing List (http://www.php.net
for anyone who cares, someone else told me:
$body = str_replace("\r","",str_replace("\n","",nl2br($body)));
$line =
stripslashes($heading."|".$userno."|".time()."|".$body)."\n";
fwrite($output,$line);
cheers to GuruBob for helping me with this one :)
"Brett Taylor" <[EMA
Let me see... if you unzip that file, don't you get the dll extensions
separately???
Alain
On Thu, Jul 12, 2001 at 05:12:02PM +0530, as wrote:
> is there any site from where i can download dll
> separately...
> which are available from php.net in big zip form
>
>
>
> --
> PHP Windows Mailing
is there any site from where i can download dll
separately...
which are available from php.net in big zip form
--
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-ma
If you have been having a problem with TTF and have PHP v 4.0.6, I have
discovered that the php_gd.dll file distributed with 4.0.6 is to blame, as
when I replaced the file with the one from v 4.0.5, the functions work
correctly.
I uploaded the .dll here:
http://www.sunflower.com/~kiera/php_gd.dl
I finally figured this one out. The php_gd.dll distributed with v 4.0.6 is
defective as far as TTF stuff goes, but the one distributed with 4.0.5 works
perfectly. I will upload this file for people who need it..
http://www.sunflower.com/~kiera/php_gd.dll
Yay, I'm so happy. :)
"Steen Rabol" <[EM
You probably did'nt set the extension directory correctly in the php.ini
file...
Check it and let us know.
Alain
On Thu, Jul 12, 2001 at 08:26:36PM -0500, Kiera wrote:
> I uncommented the php_gd.dll line in the php.ini file and set the
> extension_dir correctly, but when I look at the phpinfo(), g
I uncommented the php_gd.dll line in the php.ini file and set the
extension_dir correctly, but when I look at the phpinfo(), gd does not show
up.
Any suggestions as to how to enable gd are very appreciated.
Kiera
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
I get an error when I try to use the ttf image functions saying that php
cannot open/find the font file ("arial.ttf"). I have tried putting the font
file in the same directory (and calling "./arial.ttf"), using an absolute
path ("c:\winnt\fonts\arial.ttf"), and everything else I can think of, but
These instructions worked perfectly for me.
http://www.umesd.k12.or.us/php/win32install.html
I installed PHP on a Win2k machine using IIS and another using Apache.
Good luck!
Kiera
"Martin" <[EMAIL PROTECTED]> wrote in message
9h1dt4$shp$[EMAIL PROTECTED]">news:9h1dt4$shp$[EMAIL PROTECTED]...
> S
Hi,everyone:
Is there a constant that show the Apache's server root in PHP?
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 had that problem too. but there is a small line in the install.txt file
that i also overlooked.
it says:
If you would like to use PHP as a module in Apache,
you should move
php4ts.dll
to the windows/system (for Windows 9x/Me)
or winnt/system32 (for Windows NT/2000) directory, overwriting any
oops, forgot this line
> // problem area begins here
> $body = nl2br($body);
> $line = $heading.'|'.$userno.'|'.time().'|'.$body;
$line = stripslashes($line);
> $line = $line."\n" ;
> // end problem area
--
PHP Windows Mailing List (http://www.php.net/)
To u
Hi, i'm a PHP newbie and i'm working on a CSV powered
news/blog system for practice. I'm trying to take form
input and convert it into html using nl2br() and stripslashes().
Here's the script:
$news_array = fopen($news_file, "r"); // read in news
$output = fopen($output_file, "w"
I've downloaded PHP 4.0.6 and followed there two line instructions concerning rigging
Apache for PHP interpreting:
LoadModule php4_module c:/php406/sapi/php4apache.dll
AddType application/x-httpd-php .php
I stuck this in httpd.conf right after the commented out modules that they warn you
shoul
Hi,
could *someone* please try to help me?
I've been using PHP for a while now on my Win98 machine with no problems.
But I just upgraded to PHP4.06 and when installing it, I accidentally got
the new install to overwrite my php.ini file.
So, I had to go back into the php.ini file to add the exte
php-windows Digest 12 Jul 2001 21:12:32 - Issue 649
Topics (messages 8275 through 8287):
Using DLL's in PHP?
8275 by: Søren Bendtsen
request for php_mcrypt.dll for 4.0.6
8276 by: Rob Styles
postgresql
8277 by: Camelia Bedereag
dll separately
8278 by: as
R
My apologies... Turns out I forgot to copy the php4ts.dll over top of the old 4.0.4
dll and that was the problem.
Thanks in advance to anyone that responds to my previous message.
RDB
There is a sample of how to do this on the PHP manual page on COM. For those
lazy folks, here's some code that I have already used.
+ + + + +
$dbConn = new COM("ADODB.Connection") or die ("ouch!");
$dbConn->Open("Provider=SQLOLEDB; Data Source=server1; Initial Catalog=Pubs;
User ID=dbo; Passwor
Access rights on this folder - Everyone, Full Control
Thank for you advance,
Alexander
-Original Message-
From: Arjen van Efferen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 5:42 PM
To: Ganishev Alexandr; Gormley, David
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] RE: the
Does IIS has enough access rights to load those libraries ?
maybe you should check that out too
good luck,
Arjen
-Original Message-
From: Ganishev Alexandr [mailto:[EMAIL PROTECTED]]
Sent: donderdag 12 juli 2001 14:54
To: Gormley, David
Cc: [EMAIL PROTECTED]
Subject: [PHP-WIN] RE: the
Dave,
I have made changes, but
X-Powered-By: PHP/4.0.4pl1 Content-type: text/html
LDAP query test
Connecting ...
Fatal error: Call to undefined function: ldap_connect() in
c:\inetpub\wwwroot\example.php on line 7
PHP Warning: Unable to load dynamic library
'C:\PHP\extensions\php_ldap.dl
If all you want to do is pull navigation, or other
common components, into a page then PHP is slow
compared with the specifically deisgned web-server
function for it - SSI (Server Side Includes).
Try:
http://httpd.apache.org/docs/howto/ssi.html.html
I haven't found a HTTP server yet that doesn't
hi,
have you entered php.exe in the iis5 extension manager list for files
ending in php?
i'm running the same config of win2k server and iis5 and
this is what it took to make it work.
thanks,
dave.
-Original Message-
From: Ganishev Alexandr [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July
I have the same problem
-Original Message-
From:
Sent: None
Subject:
Hi ALL:
when i test whether the PHP work or not with the test.php with code
, it will show the error message box. i.e "unable to load
dynamic library "PATH/FILE NAME" . the module can not be found." I'm
sure
you can always use PHP and the include(), like
header.htm is:
menu1menu2
and footer.htm is another file,
in your main.php file you can do like:
is there any site from where i can download dll
separately...
which are available from php.net in big zip form
--
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-ma
hi !
can anyone tell me how can I install postgresql to work with php on a windows 2000
machine.
thx,
Camelia
-
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 a year!
http://personal.mail.yahoo.com/
I have libmcrypt up and running under win32, and have
apache and php4 running - can anyone throw me a copy
of the php_mcrypt.dll for php4.0.6 so that I can get
the two bits to talk to each other...
cheers
mrob
__
Do You Yahoo!?
Get personalize
Hi
I was thinking of dumping ASP, and do some PHP, but before I do that I have
a questions.
Can i still use .DLL'`s?
The server should still be running on a Win2k OS.
Søren Bendtsen
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
php-windows Digest 12 Jul 2001 08:11:11 - Issue 648
Topics (messages 8264 through 8274):
Re: large number of data in MSSQL
8264 by: Frank M. Kromann
8270 by: gary
Where to find a complete description of php configuration
8265 by: Steen RAbol
8266 by: Robin B
Howdy
OK, sorted that out. The problem lay in the permissions on the
php.ini file, after the problem with Terminal Services putting the file
in its own special place.
I did a phpinfo(); and saw that the php.ini file path was in fact
c:\winnt - then check the file permissions and added read
Hi Steen,
There isn't any complete description of all configuration commands, unless
you read the complete PHP manual (and not even then). Alot of config
commands are spread out in the manual. Some are not documented...
The documentation is, as in every opensource project, not as complete and up
34 matches
Mail list logo