[PHP-WIN] Apache 2 and PHP

2002-04-10 Thread Gaylen Fraley
When trying to set up PHP with Apache 2, the following error occurs: Syntax error on line 175 of /Apache2/conf/httpd.conf: Cannot load /php/sapi/php4apache.dll into server: One of the library files nee ded to run this application cannot be found. How do I find what is missing? It works under A

[PHP-WIN] Re: explode

2002-03-24 Thread Gaylen Fraley
http://www.php.net/manual/en/function.explode.php -- Gaylen PHP KISGB v4.0.2 Guest Book http://www.gaylenandmargie.com/phpwebsite/ "Konus" <[EMAIL PROTECTED]> wrote in message 005101c1cc56$8c4e9ae0$7ffd92ca@kukut">news:005101c1cc56$8c4e9ae0$7ffd92ca@kukut... What is explode...?? please explaine

[PHP-WIN] Re: PHP 4.1.0 with session problem

2002-01-02 Thread Gaylen Fraley
It should still work. Try also $_SESSION["ID"]; -- Gaylen [EMAIL PROTECTED] Home http://www.gaylenandmargie.com/ PHP KISGB v3.02 Guest Book http://www.gaylenandmargie.com/phpwebsite/ "~Fanta~" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm starter of th

[PHP-WIN] Re: Apache 1.3.22 and PHP 4.1.0

2002-01-02 Thread Gaylen Fraley
Make sure you have this line in your httpd.conf . It's an omission from the documentation if I remember right. AddModule mod_php4.c -- Gaylen [EMAIL PROTECTED] Home http://www.gaylenandmargie.com/ PHP KISGB v3.02 Guest Book http://www.gaylenandmargie.com/phpwebsite/ "Randall Barber" <[EMAIL PR

[PHP-WIN] Re: relative paths

2001-11-17 Thread Gaylen Fraley
You've answered your own question. If document-root is set to /usr/web/htdocs then require("/somefile") will expect to find "somefile" in document-root. -- Gaylen [EMAIL PROTECTED] Home http://www.gaylenandmargie.com PHP KISGB v2.22 Guestbook http://www.gaylenandmargie.com/phpwebsite "Mitja Pag

[PHP-WIN] Re: php.ini file is missing but php works

2001-10-30 Thread Gaylen Fraley
Try this: dir php.ini/s/ah It may be marked as hidden. -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.21 Guestbook http://www.gaylenandmargie.com/phpwebsite "Sharan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i ran the commmand

[PHP-WIN] Re: php.ini

2001-10-29 Thread Gaylen Fraley
from the c:\ directory, type dir php.ini/s . -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.2 Guestbook http://www.gaylenandmargie.com/phpwebsite "Sharan" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hey all, > > My php.ini file is

[PHP-WIN] Re: Page Not Found

2001-10-25 Thread Gaylen Fraley
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

[PHP-WIN] KISGB v2.1 Released

2001-10-16 Thread Gaylen Fraley
A German language module has now been added, bringing the languages offered to 8! Also, the look has changed and themes are now offered. A Russian and Estonian translation are in the works. -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.1 Guestbook http://www.gaylenandm

[PHP-WIN] development binaries for php (windows)

2001-10-14 Thread Gaylen Fraley
Are there any other sites to get binaries for development releases other than php4win? -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v2.0 Guestbook http://www.gaylenandmargie.com/publicscripts -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

[PHP-WIN] Re: help please

2001-09-24 Thread Gaylen Fraley
Start here: http://www.faqts.com/knowledge_base/index.phtml/fid/37 -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v1.2 Guestbook http://www.gaylenandmargie.com/publicscripts "Mustafa Koseoglu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

[PHP-WIN] getmxrr() not supported - REPOST

2001-09-22 Thread Gaylen Fraley
I'm running under the windows PHP Binary (pre-compiled) from www.php.net. When I try to use the getmxrr() function, I receive this error: Warning: getmxrr() is not supported in this PHP build I doubt it, but perchance, is this just an ini setting (extension) or is the binary truly missing the su

[PHP-WIN] getmxrr not suppoerted

2001-09-21 Thread Gaylen Fraley
I'm running under the PHP Binary (pre-compiled) from www.php.net. When I try to use the getmxrr() function, I receiev this error: Warning: getmxrr() is not supported in this PHP build Is this just an ini setting (extension) or is the binary trully missing the support? If it is truly missing, is

[PHP-WIN] Re: Applying the memory-limit patch

2001-09-20 Thread Gaylen Fraley
gt; wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, what memory limit? > > > "Gaylen Fraley" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > I've looked for instructions on this but ha

[PHP-WIN] Applying the memory-limit patch

2001-09-17 Thread Gaylen Fraley
I've looked for instructions on this but have been unable to find them. How do you apply the memory-limit patch for 4.0.6 on Windows? -- Gaylen [EMAIL PROTECTED] http://www.gaylenandmargie.com PHP KISGB v1.1 Guestbook http://www.gaylenandmargie.com/publicscripts -- PHP Windows Mailing List

[PHP-WIN] New PHP Guest Book Program

2001-09-13 Thread Gaylen Fraley
** I asked a few of the regulars here and found no objections to this posting ** I am making available a Guest Book program that I have written. My KISGB (Keep It Simple Guest Book) is a guest book program that does not require an rdbms. Fully customizable, clean, and fast. Includes web-based

[PHP-WIN] Re: Has anyone else problemes using session under win98 running apache?

2001-09-05 Thread Gaylen Fraley
Try this. It works under my w98se: doc1.php: Click to see if Doc2 knows who valid_user is" ?> doc2.php: -- Gaylen "Mindfield" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I just cant get my sessions to remember my variabels, any ideas. > > -- PHP

[PHP-WIN] php binary compiled with mysql 3.23.39 or higher

2001-07-25 Thread Gaylen Fraley
Does anyone know where I can get hold of a php-4.0.6 binary (for windoz) with an included mysql version higher than 3.23.32? Thanks. -- Gaylen -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

Re: [PHP-WIN] Instaling PHP in windows with Apache

2001-04-06 Thread Gaylen Fraley
Try a couple of things to try to debug this. 1.) View the source of the blank page. Is any of the script coming across? 2.) Review your server error log. is there anything in it? -- Gaylen ""Margarida"" <[EMAIL PROTECTED]> wrote in message 9alm10$euu$[EMAIL PROTECTED]">news:9alm10$euu$[EMAIL

php-windows@lists.php.net

2001-03-23 Thread Gaylen Fraley
The patch runs fine for me. -- Gaylen [EMAIL PROTECTED] http://home.earthlink.net/~gfraley5/ ""Aleksey Filimonov"" <[EMAIL PROTECTED]> wrote in message 991p0e$nk1$[EMAIL PROTECTED]">news:991p0e$nk1$[EMAIL PROTECTED]... > Well in version apache-1.3.19 this bug presence too > > "Tom Mathew

Re: [PHP-WIN] Mail/PHP/Apache

2001-03-14 Thread Gaylen Fraley
www.php4win.de/ or somewhere else for a more detailed explanation... HTH, Fernando Madruga -----Original Message- From: Gaylen Fraley [mailto:[EMAIL PROTECTED]] Sent: quarta-feira, 14 de Março de 2001 11:32 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Mail/PHP/Apache I have placed my answers

Re: [PHP-WIN] Mail/PHP/Apache

2001-03-14 Thread Gaylen Fraley
I have placed my answers beneath your questions. The answers to all are YES except the module vs. executable. How do I control that? In Apache the PHP file that is called is php.exe. -- Gaylen [EMAIL PROTECTED] "Fernando Madruga" <[EMAIL PROTECTED]> wrote in message 3685A91F554BD411BA310008C7

Re: [PHP-WIN] Mail/PHP/Apache

2001-03-13 Thread Gaylen Fraley
P.S.: I have also tried it w/o the quotes. -- Gaylen [EMAIL PROTECTED] ""Gaylen Fraley"" <[EMAIL PROTECTED]> wrote in message 98mdb9$1bn$[EMAIL PROTECTED]">news:98mdb9$1bn$[EMAIL PROTECTED]... > I am experiencing technical difficulties! I have Apache an

[PHP-WIN] Mail/PHP/Apache

2001-03-13 Thread Gaylen Fraley
I am experiencing technical difficulties! I have Apache and PHP 4 installed on a Windows 98SE machine. Everything is working perfectly except the mail function. I have updated the ini file to use my ISP's mail SMTP server. I have even tried installing an e-mail server on my machine, which work