[PHP] php install in win32

2002-06-23 Thread Septic Flesh
I just download apache 1.3.x latest, php latest andmy sql latest. (win32 env) Which packages I need to download now to enable gd-library for graphics ? and zlib ? I wanna enable png creation . . where can I find the compiled dlls for those ? I found a dll called gds32.dll in the dlls dir of

[PHP] sql commnad in a for loop !

2002-06-18 Thread Septic Flesh
I wanna make the following sql query which looks a bit complicated., and put it in a for loop too for all days from 1 to 31. == for $day=1 until $day=31 { count how many records (rows) there are in the tracker table, without counting rows that

[PHP] sql help ?

2002-06-18 Thread Septic Flesh
select * from tracker where day='1' and month=' .$month. ' XXX; XXX = but donot return values with the same value in the sess_id field what should XXX be ? thanks in advance... -- Sapilas/dev/pinkeye -- PHP General Mailing List

[PHP] Re: Email with PHP.

2002-06-12 Thread Septic Flesh
Well I reinstalled the latest php with sendmail installed this time and it works... Thanks.. -- Sapilas@/dev/pinkeye Septic Flesh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Well I have install the second vers

[PHP] Re: WHAT IS NEW to PHP 4.2.1

2002-06-12 Thread Septic Flesh
Thanks .it was the registers_global = Off.. But how on earth we can implement a better way ? I mean how to move variables around safely ? -- Sapilas@/dev/pinkeye Septic Flesh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] Email - Php !

2002-06-12 Thread Septic Flesh
I use the following php.ini config. Do I need to configure the sendmail seperatly to successfully send an email ? with Linux ? In my win32 os email works ok..but in the linux box nothing is sent.. ~~php.ini [mail function] ; For Win32 only.

[PHP] Email howTo ?

2002-06-12 Thread Septic Flesh
any way to send an email with php without using SENDMAIL ??? in a linux (slack8) ? thanks in advance.. -- Sapilas/dev/pinkeye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() function hangs

2002-06-11 Thread Septic Flesh
Well I get this message Fatal error: Maximum execution time of 30 seconds exceeded in c:\nusphere\apache\htdocs\shop\order_fns.php on line 140 but the message is sent ok.. Windows/nusphere/modem56k. -- Sapilas@/dev/pinkeye Peterhead Info [EMAIL

[PHP] Email with PHP.

2002-06-11 Thread Septic Flesh
Well I have install the second version from the end :) .. in a slack box with the latest apache server.. I tried to use the mail() function and it says that: Warning: mail() is not supported in this PHP build in . . . . . Well I notice that I haven't got sendmail installed, and so I installed

[PHP] WHAT IS NEW to PHP 4.2.1

2002-06-11 Thread Septic Flesh
Well I have jsut updates to the latest PHP version.. I was running a shopping catalog that now does not work with the new update.. I access the Database to get 1). a list of available Product categories. (that works) 2). then from the selected category I get the available products that are in

[PHP] NOTICE MOZILLA BEHAVIOUR 2 PHPMYSQLADMIN?

2002-06-08 Thread Septic Flesh
Did u notice and problems when you are accessing the mysql server using mozilla ?? I am in a 1.53Mhz amd and the CPU usage goes to the max when use phpmyadmin.. ?? while in IE everything is fine.. Did I missed any previews post ? -- Sapilas/dev/pinkeye

[PHP] Re: PHP 4.1.2 - does not work. !

2002-04-05 Thread Septic Flesh
Septic Flesh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Anyone manage to recompile php4.1.2 and use successfully ? I use slack8, apache 1.3.24. When I install php 4.1.1 it works fine. When I install php4.1.2 Apache doesnt work. error: apach

[PHP] PHP 4.1.2 - does not work. !

2002-04-04 Thread Septic Flesh
Anyone manage to recompile php4.1.2 and use successfully ? I use slack8, apache 1.3.24. When I install php 4.1.1 it works fine. When I install php4.1.2 Apache doesnt work. error: apache cannot start. . could not load libphp4.so , not defined compress. The libphp4.so is there . . but only the

[PHP] Re: April fools day - did anyone notice Thies's fangs on rc1???

2002-04-02 Thread Septic Flesh
He was eating fish n chips . .but he didn;t like the chips so . . .he put them in his f..k..nose.. hahahahah -- Sapilas/dev/pinkeye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] tired by linux - recompiling.._PHP SERVER

2002-04-01 Thread Septic Flesh
anyone found any webserver for linux to support HTML - PHP - SSL without much/any compiling . . just the binary to uncompress and run .??? I am really tired by linux.. -- Sapilas/dev/pinkeye -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: tired by linux - recompiling.._PHP SERVER

2002-04-01 Thread Septic Flesh
I have slackware 8 . . . I can have php working . . .but the default ssl installation does not work -- Sapilas@/dev/pinkeye Septic Flesh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... anyone found any webserver f

[PHP] Re: tired by linux - recompiling.._PHP SERVER

2002-04-01 Thread Septic Flesh
installation.? -- Sapilas@/dev/pinkeye Septic Flesh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... anyone found any webserver for linux to support HTML - PHP - SSL without much/any compiling . . just the binary to un

[PHP] APACHE + SSL + PHP

2002-03-31 Thread Septic Flesh
I download apache 1.3.24 + php 4.1.2 + mod_ssl-2.8.8-1.3.24 $ compile all $install all (not php yet) apache runs ok with or without ssl then compile php and install it.. I get an error cannot load shared library libphp4.so y ? I compile apache -enablemodule-ssl/so what I miss out and I

[PHP] Re: APACHE + SSL + PHP

2002-03-31 Thread Septic Flesh
I know I just wanna say that I use both these two switches...just borded to write them again --enable-module=ssl --enable-module=so -- Sapilas@/dev/pinkeye Septic Flesh [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

[PHP] apache in win32 !

2002-03-26 Thread Septic Flesh
I know that this is 4 php questions but I bet most of you came across something similar. well I am running an apache server both in a linux and a win2k . .to support my php code.. does the .htaccess .htpasswd work in both OSs? In linux works just fine, while in windows it prompts for the

[PHP] which php book 2 buy ?

2002-03-25 Thread Septic Flesh
I wanna buy a book from amazon . . .but don't know which one.. Do you know where I will find examples of shopping carts ? (which book ?) thanks.. -- Sapilas/dev/pinkeye -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: