[PHP-WIN] Re: Subject: TEXT

2003-01-11 Thread Neil Smith


Message-ID: <000401c2b896$5b7ed880$24fb1e0a@elstudion>
From: "Bobo Wieland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Fri, 10 Jan 2003 11:39:53 +0100
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Subject: TEXT

Hi everybody!

I'm new to this list


Then, please take care not to repeatedly post 1-line emails saying "Hi" :-)


question field and the anwser field are stored as TEXT in a MySQL db.


Use BIGTEXT or specify a column size - do you have access to PHPMyAdmin for 
this database ? If not, install it, you will learn a great deal about what 
can be done with column types.

php-scripts real bad. As I've understood there is some values in the php.ini


No, its a MySQL setting specified in your database format ("schema") which 
determines this. Execute the MySQL command "SHOW STRUCTURE" on your 
databsae to get a listing of the column types which are currently in use.

besides, I don't think that the the fields have been that big when I tried


Always think ahead :-) (Alternative : Use the force, Luke :-)


$xhtmlend and $xhtmlmenu. The first and second explains them selfe, right?


Nope, not a clue. Sorry.


But the last is a menu where you can choose questions. It shows the last ten
questions in all categories, and there can be n categories... The reason I
made these three variables is that I thought that it might be faster to do


<> : You're rambling, Please get to the point. Have you checked your 
HTML to determine where in your script the function chokes ? Turn on 
error_reporting(E_ALL) and see whether you get any errors reported - on 
screen or in your servers error log if its configured that way.

Could you give me some hint on this one? What to do with the variables, and
how to work around the problem with large amount of data? There isn't some
MySQL type that goes in between VARCHAR/TINYTEXT and TEXT, right?


Very much so : at this point it is traditional to point you to the 
appropriate documentation on column types

:http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Column_types

Cheers,
Neil Smith.  


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



php-windows Digest 11 Jan 2003 09:10:58 -0000 Issue 1529

2003-01-11 Thread php-windows-digest-help

php-windows Digest 11 Jan 2003 09:10:58 - Issue 1529

Topics (messages 17754 through 17771):

Re: HTTP 404 File not found error
17754 by: paradiddles
17755 by: Dash McElroy
17756 by: Sjon
17757 by: paradiddles
17758 by: Dash McElroy
17759 by: paradiddles
17760 by: Sjon
17761 by: Sjon
17762 by: Sjon
17763 by: Dash McElroy

Which Web server to run under XP
17764 by: Ben Edwards
17766 by: Sean Malloy
17767 by: toby z
17769 by: Sean Malloy
17770 by: Nick H. -- Technical Support Engineer

Re: How can I send mail via PHP in HTML format?
17765 by: Manuel Lemos

Re:[PHP-WIN] TEXT (again)
17768 by: toby z

Re: Subject: TEXT
17771 by: Neil Smith

Administrivia:

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--

--- Begin Message ---

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 load c:/php/sapi/php4apache.dll into server: (126) The specified module c
ould not be found:

Note the errors or messages above, and press the  key to exit.  0
C:\Program Files\Apache Group\Apache>cd acache group

What do you make of it?

thanks again,

Patrick 




"you can observe a lot by watching"

  ~ Yogi Berra



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
--- End Message ---
--- Begin Message ---
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 Stuff.

Try doing an 'apache -t' from the Apache directory and see what it spits
out.

-Dash

-Original Message-
From: paradiddles [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 10, 2003 10:58 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] HTTP 404 File not found error



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 load c:/php/sapi/php4apache.dll into server: (126) The specified
module c
ould not be found:

Note the errors or messages above, and press the  key to exit.  0
C:\Program Files\Apache Group\Apache>cd acache group

What do you make of it?

thanks again,

Patrick 




"you can observe a lot by watching"

  ~ Yogi Berra



-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

--- End Message ---
--- Begin Message ---
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. sorry :)


Sjon.


-Original Message-
From: Dash McElroy [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 20:08 pm
To: 'paradiddles'
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] HTTP 404 File not found error


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 Stuff.

Try doing an 'apache -t' from the Apache directory and see what it spits
out.

-Dash

-Original Message-
From: paradiddles [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 10:58 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] HTTP 404 File not found error



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 load c:/php/sapi/php4apache.dll into server: (126) The specified
module c
ould not be found:

Note the errors or messages above, and press the  key to exit.  0
C:\Program Files\Apache Group\Apache>cd acache group

What do you make of it?

thanks again,

Patrick




"you can observe a lot by wat

RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Ben Edwards
At 15:00 11/01/2003 +1100, you wrote:


I use IIS with PHP 4.3.0. The ISAPI dll in 4.3.0 is more stable than
previous versions.


What is ISAPI dll and how do I get install it, sorry but I'me not a real teche.


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)


I am using XP Pro and have installed IIS.


There are plenty of other web servers. Read the PHP Install.txt file in the
PHP root. It mentions how to get PHPO running with OmniHTTPD and Xitami for
Windows as well.

I would keep trying for IIS though.

and as far as Apache requiring Sp1. Maybe v2.0.latest does, Get 1.3.27-win32
(PHP suppoort for Apache2 is expierimental anyway)

Regards,

Sean

-Original Message-
From: Ben Edwards [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 11 January 2003 1:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Which Web server to run under XP


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 that it is something to do with securety.

Are there any other web servers I could use or are there work rounds for
the above.

Regards,
Ben


* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www.criticaldistribution.com *
* online collaborative web authoring content management system *
* Get alt news/views films online   http://www.cultureshop.org *
* i-Contact Progressive Video  http://www.videonetwork.org *
* Smashing the Corporate image   http://www.subvertise.org *
* Bristol Indymedia   http://bristol.indymedia.org *
* Bristol's radical news http://www.bristle.org.uk *
* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www.criticaldistribution.com *
* online collaborative web authoring content management system *
* Get alt news/views films online   http://www.cultureshop.org *
* i-Contact Progressive Video  http://www.videonetwork.org *
* Smashing the Corporate image   http://www.subvertise.org *
* Bristol Indymedia   http://bristol.indymedia.org *
* Bristol's radical news http://www.bristle.org.uk *
* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Ben Edwards
Maybe its just that it is only bundled with pro.

At 15:26 11/01/2003 +1100, Sean Malloy wrote:


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]; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Which Web server to run under XP


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

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www.criticaldistribution.com *
* online collaborative web authoring content management system *
* Get alt news/views films online   http://www.cultureshop.org *
* i-Contact Progressive Video  http://www.videonetwork.org *
* Smashing the Corporate image   http://www.subvertise.org *
* Bristol Indymedia   http://bristol.indymedia.org *
* Bristol's radical news http://www.bristle.org.uk *
* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-WIN] Urgent Help Required !

2003-01-11 Thread Raheel Hussain

hi,
I m using the following code to attach a file in an email and sending it through the 
mail function.
but the problem i face is that that mail is sent but there is not attachment in it , i 
have tried it lots of times
but didn't find the actuall cause of this logical error.
the server is Apache Server and the Linux Plateform.

file_upload is set to on , 
max file size is allright,
but still the problem...

here s the code


/
function send_mail($vars){
 
global $send_to, $send_cc;
global $subject;
global $attachment_enabled;
global $REMOTE_ADDR;

global $HTTP_POST_FILES;
 
 
//$vars['subject']="ÇáÚÇãÉ";
 
$files = array(); //files (field names) to attach in mail
if (count($HTTP_POST_FILES) && $attachment_enabled){
$files = array_keys($HTTP_POST_FILES);
}

// build mail
$date_time = date('Y-m-d H:i:s');
$mime_delimiter = md5(time());
$fields = _build_fields($vars);
$mail =<<";
 $_send_from = "$vars[name_from] <".$vars["email_from"].">";
 $_subject = $subject ? $subject : $vars['subject'];
 //$a=intval($vars['email']);
 $_send_to=$send_to;

 mail($_send_to, $_subject, $mail, "Mime-Version: 1.0\nFrom: 
$_send_from\nContent-Type: multipart/mixed;\n 
boundary=\"$mime_delimiter\"\nContent-Disposition: inline");


*/
}

/




-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now


[PHP-WIN] Re: UTF - MIME

2003-01-11 Thread Naqashzade, Sadeq
I use this code to send my feedback form to my email address that filled in
UTF-8:

 $Recipient="[EMAIL PROTECTED]";
 $message = "\n";
 $message .= "Subject: $subject\n";
 $message .= "Company: $data[1]\n";
 $message .= "Name: $data[0]\n";
 $message .= "Family: $data[7]\n";
 $message .= "Sender e-mail : $email\n";
 $message .= "Address: $data[2]\n";
 $message .= "Phone/Fax: $data[3]\n";
 $message .= "Biz: $data[4]\n";
 $message .= "Interets: $data[5]\n";
 $message .= "Coments: $data[6]\n";
 $message .= "http://www.AlgorithmCo.com\";>Powered by Algorithm
Co\n";
 $message .= "\n";

 $headers  = "From: $name <$email>\n";
 $headers .= "X-Develpoer: \n";
 $headers .= "X-Priority: 1\n";
 $headers .= "MIME-Version: 1.0\r\n";
 $headers .= "Content-type: text/html; charset=utf-8\r\n";

  $headers .= "Return-Path: <$email>\n";  // Return path for errors
 $mail_sent=mail($Recipient, $subject, $message, $headers);
===
"M." <[EMAIL PROTECTED]> wrote in message
001101c2acb2$349632d0$1b52dbd9@mottaghi">news:001101c2acb2$349632d0$1b52dbd9@mottaghi...
> Hi,
> i want to send a mail with unicode contents, what is the "content-type"
and
> "content-transfer-encoding"??
> thank you
> omid
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-WIN] Which Web server to run under XP

2003-01-11 Thread Sean Malloy
if you unzipped PHP zip file to:

C:\PHP

then the ISAPI dll is in C:\PHP\sapi\

The file you want to use for IIS is php4isapi.dll

I just copy php4isapi.dll to C:\PHP

then within IIS Admin I create a new script engine mapping. Mapping .php
files to C:\PHP\php4isapi.dll

Don't even have to copy php4ts.dll to c:\windows\system32 then!

-Original Message-
From: Ben Edwards [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 11 January 2003 10:37 PM
To: Sean Malloy; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Which Web server to run under XP


At 15:00 11/01/2003 +1100, you wrote:

>I use IIS with PHP 4.3.0. The ISAPI dll in 4.3.0 is more stable than
>previous versions.

What is ISAPI dll and how do I get install it, sorry but I'me not a real
teche.

>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)

I am using XP Pro and have installed IIS.

>There are plenty of other web servers. Read the PHP Install.txt file in the
>PHP root. It mentions how to get PHPO running with OmniHTTPD and Xitami for
>Windows as well.
>
>I would keep trying for IIS though.
>
>and as far as Apache requiring Sp1. Maybe v2.0.latest does, Get
1.3.27-win32
>(PHP suppoort for Apache2 is expierimental anyway)
>
>Regards,
>
>Sean
>
>-Original Message-
>From: Ben Edwards [mailto:[EMAIL PROTECTED]]
>Sent: Saturday, 11 January 2003 1:11 PM
>To: [EMAIL PROTECTED]
>Subject: [PHP-WIN] Which Web server to run under XP
>
>
>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 that it is something to do with securety.
>
>Are there any other web servers I could use or are there work rounds for
>the above.
>
>Regards,
>Ben
>
>
>* Ben Edwards  +44 (0)117 968 2602 *
>* Critical Site Builderhttp://www.criticaldistribution.com *
>* online collaborative web authoring content management system *
>* Get alt news/views films online   http://www.cultureshop.org *
>* i-Contact Progressive Video  http://www.videonetwork.org *
>* Smashing the Corporate image   http://www.subvertise.org *
>* Bristol Indymedia   http://bristol.indymedia.org *
>* Bristol's radical news http://www.bristle.org.uk *
>* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *
>
>
>
>
>--
>PHP Windows Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www.criticaldistribution.com *
* online collaborative web authoring content management system *
* Get alt news/views films online   http://www.cultureshop.org *
* i-Contact Progressive Video  http://www.videonetwork.org *
* Smashing the Corporate image   http://www.subvertise.org *
* Bristol Indymedia   http://bristol.indymedia.org *
* Bristol's radical news http://www.bristle.org.uk *
* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Ping, Script ends before it's finished

2003-01-11 Thread Torben Dehn
Hello !
I am tryin to make a script that will ping a whole subnet and it looks like
it works, but it does not...
It will ping around 60 to 70 computers and then it will stop.. no error just
finishes.

I am new at php so maybe i am doing something wrong ?
Any Help Would be appreciated.

Another thing.. is there anyway to set a timelimit on the  exec("ping -n 1
$realip", $result); command ? because if it pings an ip where there is no
computer i will wait for several seconds before it will ping the next ip.

The script looks like this

";
   $result = '';
}
?>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Re: Which Web server to run under XP

2003-01-11 Thread Torben Dehn
I can recommend OmniHttpd by www.omnicron.ca
It's free, it's fast and very easy to set up.
It will be updated every 6 months or so.
"Ben Edwards" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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 that it is something to do with securety.
>
> Are there any other web servers I could use or are there work rounds for
> the above.
>
> Regards,
> Ben
>
> 
> * Ben Edwards  +44 (0)117 968 2602 *
> * Critical Site Builderhttp://www.criticaldistribution.com *
> * online collaborative web authoring content management system *
> * Get alt news/views films online   http://www.cultureshop.org *
> * i-Contact Progressive Video  http://www.videonetwork.org *
> * Smashing the Corporate image   http://www.subvertise.org *
> * Bristol Indymedia   http://bristol.indymedia.org *
> * Bristol's radical news http://www.bristle.org.uk *
> * PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *
> 
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] Re: Oops !

2003-01-11 Thread Neil Smith
At 09:10 11/01/2003 +, I wrote:

Use BIGTEXT or specify a column size - do you have access to PHPMyAdmin 
for this

Did I really say that ? Sorry, I meant LONGTEXT (thanks Toby). Duh !


Execute the MySQL command "SHOW STRUCTURE" on your databsae to get a 
listing of the column types which are currently in use.

And that ? I meant SHOW CREATE TABLE tablename

Err, bad brain day :-)
Sorry, Neil. 


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] sending mail trough PHP page??

2003-01-11 Thread Ignacio Domínguez
I get the following error every time I send mail.

Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or
custom "From:" header missing

using this code:

mail("[EMAIL PROTECTED]", "Subject", "This is the text", "From: [EMAIL PROTECTED]");



i have configured my php.ini to read "sendmail_from = [EMAIL PROTECTED]"



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] ANY PHP PROGRAMMING MARKETERS?

2003-01-11 Thread Nicole
Any php programmers in the Atlanta / Marietta, Georgia area that experience
with marketing???

I'm looking for a programming business partner or 2. I can't pay anyone yet,
but I need some help with this and offer share in what I will be making
soon.

If anyone is interested, please get in contact with me. Thanks!!!

Please be located close to Atlanta, GA for this offer.

Thanks!

--
Nicole
Web Developer & Netrepreneur
aeontrek.com
urltrak.com
elixirsafelist.com



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




php-windows Digest 12 Jan 2003 02:57:11 -0000 Issue 1530

2003-01-11 Thread php-windows-digest-help

php-windows Digest 12 Jan 2003 02:57:11 - Issue 1530

Topics (messages 17772 through 17781):

Re: Which Web server to run under XP
17772 by: Ben Edwards
17773 by: Ben Edwards
17776 by: Sean Malloy
17778 by: Torben Dehn

Urgent Help Required !
17774 by: Raheel Hussain

Re: UTF - MIME
17775 by: Naqashzade, Sadeq

Ping, Script ends before it's finished
1 by: Torben Dehn

Re: Oops !
17779 by: Neil Smith

sending mail trough PHP page??
17780 by: Ignacio Domínguez

ANY PHP PROGRAMMING MARKETERS?
17781 by: Nicole

Administrivia:

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--

--- Begin Message ---
At 15:00 11/01/2003 +1100, you wrote:


I use IIS with PHP 4.3.0. The ISAPI dll in 4.3.0 is more stable than
previous versions.


What is ISAPI dll and how do I get install it, sorry but I'me not a real teche.


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)


I am using XP Pro and have installed IIS.


There are plenty of other web servers. Read the PHP Install.txt file in the
PHP root. It mentions how to get PHPO running with OmniHTTPD and Xitami for
Windows as well.

I would keep trying for IIS though.

and as far as Apache requiring Sp1. Maybe v2.0.latest does, Get 1.3.27-win32
(PHP suppoort for Apache2 is expierimental anyway)

Regards,

Sean

-Original Message-
From: Ben Edwards [mailto:[EMAIL PROTECTED]]
Sent: Saturday, 11 January 2003 1:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Which Web server to run under XP


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 that it is something to do with securety.

Are there any other web servers I could use or are there work rounds for
the above.

Regards,
Ben


* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www.criticaldistribution.com *
* online collaborative web authoring content management system *
* Get alt news/views films online   http://www.cultureshop.org *
* i-Contact Progressive Video  http://www.videonetwork.org *
* Smashing the Corporate image   http://www.subvertise.org *
* Bristol Indymedia   http://bristol.indymedia.org *
* Bristol's radical news http://www.bristle.org.uk *
* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *




--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www.criticaldistribution.com *
* online collaborative web authoring content management system *
* Get alt news/views films online   http://www.cultureshop.org *
* i-Contact Progressive Video  http://www.videonetwork.org *
* Smashing the Corporate image   http://www.subvertise.org *
* Bristol Indymedia   http://bristol.indymedia.org *
* Bristol's radical news http://www.bristle.org.uk *
* PGP : F0CA 42B8 D56F 28AD 169B  49F3 3056 C6DB 8538 EEF8 *


--- End Message ---
--- Begin Message ---
Maybe its just that it is only bundled with pro.

At 15:26 11/01/2003 +1100, Sean Malloy wrote:


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]; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Which Web server to run under XP


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

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



* Ben Edwards  +44 (0)117 968 2602 *
* Critical Site Builderhttp://www

[PHP-WIN] Using the GET Method

2003-01-11 Thread Wade
01112003 2132 CST

Im working on learning PHP4 by reading Beginning PHP 4, Wrox Press.
Chapter 3, page 76.
Im working with a form field sending data via the GET method.
On the first page, you fill in a text field and hit send.
That data is sent via the URL.
I can see it in the URL, on the next page.
The page will not show the data in the variable spot.

The Code:

Page One








Page Two - text.php


Your favorite author is:

echo $author;
?>


Now, I know PHP is case sensitive and I have been sure to check the 
$variable in the code. I have worked through some other pages in this 
book and I downloaded the documentation from the wrox website. Their 
code is exactly as the book and my own.

Im stumbed. Anybody read this book? Can anybody see something wrong?

Wade


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php