Re: [PHP-WIN] Make a CD with Apache & PHP

2001-07-12 Thread Alain Samoun
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)

[PHP-WIN] Make a CD with Apache & PHP

2001-07-12 Thread Rafa Borges
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

[PHP-WIN] Re: problem with stripslashes(nl2br($body)) - help please!

2001-07-12 Thread Brett Taylor
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

Re: [PHP-WIN] dll separately

2001-07-12 Thread Alain Samoun
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

[PHP-WIN] dll separately

2001-07-12 Thread as
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

[PHP-WIN] TTF Issue SOLVED

2001-07-12 Thread Kiera
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

[PHP-WIN] Re: How to get a php_gd.dll with TTF support

2001-07-12 Thread Kiera
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

Re: [PHP-WIN] Extension not loading

2001-07-12 Thread Alain Samoun
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

[PHP-WIN] Extension not loading

2001-07-12 Thread Kiera
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

[PHP-WIN] TTF font files

2001-07-12 Thread Kiera
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

Re: [PHP-WIN] HEEEEEEELLLPPP

2001-07-12 Thread Kiera
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

[PHP-WIN] Any one know how to get the Apache's server root?

2001-07-12 Thread thrack
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]

RE: [PHP-WIN] Apache and PHP

2001-07-12 Thread Fritz Mesedilla
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

[PHP-WIN] Re: problem with stripslashes(nl2br($body)) - help please!

2001-07-12 Thread Brett Taylor
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

[PHP-WIN] problem with stripslashes(nl2br($body)) - help please!

2001-07-12 Thread Brett Taylor
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"

[PHP-WIN] Apache and PHP

2001-07-12 Thread Randall Barber
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

[PHP-WIN] No extensions work!

2001-07-12 Thread G Schneider
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 -0000 Issue 649

2001-07-12 Thread php-windows-digest-help
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

[PHP-WIN] Apache and PHP: Sorry my bad

2001-07-12 Thread Randall Barber
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

Re: [PHP-WIN] large number of data in MSSQL

2001-07-12 Thread sysadmin
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

RE: [PHP-WIN] RE: the PHP can't work on IIS5..

2001-07-12 Thread Ganishev Alexandr
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

RE: [PHP-WIN] RE: the PHP can't work on IIS5..

2001-07-12 Thread Arjen van Efferen
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

[PHP-WIN] RE: the PHP can't work on IIS5..

2001-07-12 Thread Ganishev Alexandr
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

Re: [PHP-WIN] Re: Using PHP in Web Pages

2001-07-12 Thread Rob Styles
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

RE: [PHP-WIN] RE: the PHP can't work on IIS5..

2001-07-12 Thread Gormley, David
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

[PHP-WIN] RE: the PHP can't work on IIS5..

2001-07-12 Thread Ganishev Alexandr
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

[PHP-WIN] Re: Using PHP in Web Pages

2001-07-12 Thread elias
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:

[PHP-WIN] dll separately

2001-07-12 Thread as
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

[PHP-WIN] postgresql

2001-07-12 Thread Camelia Bedereag
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/

[PHP-WIN] request for php_mcrypt.dll for 4.0.6

2001-07-12 Thread Rob Styles
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

[PHP-WIN] Using DLL's in PHP?

2001-07-12 Thread Søren Bendtsen
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 -0000 Issue 648

2001-07-12 Thread php-windows-digest-help
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

[PHP-WIN] Solved: IIS5 and Windows 2000

2001-07-12 Thread Warwick Chapman (Budgee)
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

Re: [PHP-WIN] Where to find a complete description of php configuration

2001-07-12 Thread Johan
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