APACHE > IIS =) End of story.
Regards,
Nick H.
[EMAIL PROTECTED]
- Original Message -
From: "Sean Malloy" <[EMAIL PROTECTED]>
To: "toby z" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 10, 2003 10:26 PM
Subject: RE: [PHP-WIN] Which Web server to run under XP
> Wel
Well there you go!
I wasn't sure. I thought I read somewhere on the MSDN site saying IIS
required >= winXP pro. I must have read it incorrectly
-Original Message-
From: toby z [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 11 January 2003 3:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMA
hi bobo
try using longtext or longblob types for ur mysql data
im pretty sure that should solve ur prob
mm
n try anothr thingg will ya
do u 've any kindda ID for a primary key of the table ur keeping ur
questions and answers in if not make 1
and are u passing the id on to the page tha
sean
im ran iis 5.1 on my win xp home :)
it ran fine . till the list made me get apache ;)
chao
toby
__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
I use IIS with PHP 4.3.0. The ISAPI dll in 4.3.0 is more stable than
previous versions.
Did you install IIS onto your machine? (I think you can only install IIS if
you're running XP Pro. So if you're running Home, you're out of luck)
There are plenty of other web servers. Read the PHP Install.txt
Hello,
On 01/10/2003 07:09 AM, Bednarik Boldizsar wrote:
How can I send mail via PHP in HTML format?
Any suggestion?
This class provides all you need to do it:
http://www.phpclasses.org/mimemessage
--
Regards,
Manuel Lemos
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe,
I am using XP and have been trying to work out which web server to use with
PHP & MySQL.
First I tries IIS and it said I have an OCX missing.
Then I looked at Apache and it said I need Service Pack 1, which if I
install slows the whole machine down. This is a know issue, Microsoft
excuse is t
Don't delete that line - make it reference whatever DocumentRoot specifies.
If C:/chuck is where DocumentRoot should be, change your DocumentRoot.
-Dash
-Original Message-
From: paradiddles [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 1:18 PM
To: Dash McElroy
Cc: [EMAIL PROTE
AGH
- send to list - check
- attach conf - check
- turn off reciept - check
... *slams head against wall*
-Original Message-
From: Sjon [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 23:03 pm
To: PHPWIN
Subject: RE: [PHP-WIN] HTTP 404 File not found error
and forgot to cc to the list... *sigh*
-Original Message-
From: Sjon [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 23:01 pm
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] HTTP 404 File not found error
forgot to attach the *.conf :)
-Original Message-
From: Sjon [mailto
>Please take a quick peak here and see if you notice any ass backward
entries.
yup.
double config statements for application/x-httpd-php content types
weird alias for C:/php4.3.0-win32 sumthing
c:/chuck thingy that didn't make sense...
removed comments as well. if you want to know what does what
I deleted that line (which is not where I put my php file, its in the htdocs).
Anyway, I ran apache after that and now it seems that random syntax errors are popping
up. For example: (see below)
C:\Program Files\Apache Group\Apache>apache
Syntax error on line 344 of c:/program files/apache gro
You have an interesting line on your httpd.conf on line 329:
Where are you putting your phpinfo.php file? In line 304, you have this:
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs/"
Which one are you using?
-Dash
-Original Message-
From: paradiddles [mailto:[EMAIL PROT
Its in thereI still get the same error. Perhaps there is something not quite right in my httpd.conf file.
I attatched it. Please take a quick peak here and see if you notice any ass backward entries.
thanks,
Patrick"you can observe a lot by watching"
~ Yogi BerraDo you Yahoo!?
Nah, "The specified module could not be found" isn't a permissions error...
those are (almost) always "*.dll not found or could not load *.dll"
errors...
And when it comes to installing PHP, it's the one thing I always forget:
7: Don't forget to copy the php4ts.dll to your windows dir
silly me.
Silly question:
If your C drive is formatted as NTFS, have you checked permission issues to
make sure Apache can actually access those files?
Since you're running Apache from the command prompt, I would assume this
wouldn't be an issue, but you never know. Win2k does have a tendency to do
Funky S
Thanks for your response. So far, so good. I added everything you suggested and ran
apache from the cmd line. In doing so, I got an errror (please see below):
C:\Program Files\Apache Group\Apache>apache
Syntax error on line 194 of c:/program files/apache group/apache/conf/httpd.conf
:
Cannot loa
php-windows Digest 10 Jan 2003 17:40:50 - Issue 1528
Topics (messages 17737 through 17753):
Re: get row (latest by date)
17737 by: Aidal
How can I send mail via PHP in HTML format?
17738 by: Bednarik Boldizsar
TEXT
17739 by: Bobo Wieland
17740 by: Bobo Wiela
-Original Message-
From: paradiddles [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 17:47 pm
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] HTTP 404 File not found error
>send me their php.ini and httpd.config files so I can compare them to my
own.
nah, if you can't get it to work by
Hey everyone,
I installed php 4.3.0-win32, mysql-3.23.54-win and apache_1.3.27 on Win2000 last week,
followed instal directions (from the manual) as best I could.
For testing purposes, I created a file called phpinfo.php. When I try and load it
locally, my browser returns the HTTP 404 File no
Jean Baptiste FAVRE wrote:
Hey Jean-Baptiste,
For compiling PHP itself, all you need is writen in the doc:
http://www.php.net/manual/en/install.windows.php
In order to compile some extensions, you'll need external libraries.
Generaly, it's writen in the doc too.
Thank you! For some reason, I
My memory could be failing me, but I seem to recall storing 65K characters
in a TEXT column.
(from the manual)
TINYBLOB, TINYTEXT - A BLOB or TEXT column with a maximum length of 255
(2^8 - 1) characters.
BLOB, TEXT - A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1)
characters.
MEDI
$fp=fopen("file.log","a+");
fputs($fp,"message...\n");
fclose($fp);
"James Meers" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Hi,
I want to create a sort of log/text file, everytime I run a query or
something I would like to write/append it to a text file. D
Hi,
For compiling PHP itself, all you need is writen in the doc:
http://www.php.net/manual/en/install.windows.php
In order to compile some extensions, you'll need external libraries.
Generaly, it's writen in the doc too.
FAVRE Jean Baptiste
"Per Lundberg" <[EMAIL PROTECTED]> a écrit dans le mess
Hi,
I want to create a sort of log/text file, everytime I run a query or
something I would like to write/append it to a text file. Does anyone
know what function I can use for this? Or even any examples?
Cheers
James
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
Hi,
can I insert a new MIB file name in .index file and the corresponding
MIB file in mibs directorywithout recompiling the binary?
Vesa
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey Windows PHP people,
I am trying to compile PHP 4.2.3 under Windows with Visual C++ 6.0. However, I
am not being very successful. Do I need any special libraries/etc to get this
working? (I am trying to build the php4dllts project in the win32 directory,
for use as an embedded library in
Sorry about this. My mailserver hates me ;)
Hi everybody!
I'm new to this list and joind because I ran in to some trouble last
night... I'm developing a medium sized web site where you should be able to
post questions and get them answered, sort of a faq. Anyway - both the
question field and the
Hi everybody!
I'm new to this list and joind because I ran in to some trouble last
night... I'm developing a medium sized web site where you should be able to
post questions and get them answered, sort of a faq. Anyway - both the
question field and the anwser field are stored as TEXT in a MySQL db
Hi everybody!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi everybody!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi everybody!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi everybody!
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How can I send mail via PHP in HTML format?
Any suggestion?
Thanks in advance.
34 matches
Mail list logo