php-windows Digest 5 Nov 2003 04:56:59 -0000 Issue 1984

Topics (messages 21968 through 21983):

Re: PHP4 + windows 2003 server
        21968 by: Piotr Pluciennik
        21969 by: Piotr Pluciennik
        21983 by: Mark

get and post in a form
        21970 by: Michel De Belder
        21971 by: Disko_kex

problems installing php4
        21972 by: Paul Fritzsche
        21973 by: Donatas

Advanced debuggin in IIS
        21974 by: Herhuth, Ron

best php editor?
        21975 by: Bobo Wieland
        21976 by: Piotr Pluciennik
        21977 by: Disko_kex
        21978 by: Luis Moreira
        21982 by: Rob Adams

R: [PHP-WIN] best php editor?
        21979 by: Francesco.Marsan.bmg.com

Re: Vb usergroup
        21980 by: Comex

Re: POST and GET form
        21981 by: Comex

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 ---
Hi,

have you got all directories and rights for them to store session
variables on your server (in your example this is tmp directory)? Your
error message means that php cannot write/access the session file.

HTH
Piotr

servidor wrote:

> Hi!
>
> PHP4 + windows 2003 server + Apache4 works fine??
> I have trouble with sesions,
> *********************************************
> (Warning: session_start() [function.session-start]: open
> (/tmp\sess_25db9216cc993bf4a6c2051981a339f5, O_RDWR) failed:
> *********************************************
>
> I test in Windows XP and all is OK.
>
> thanks
>
> Lazaro
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---
Hi,

have you got all directories and rights for them to store session
variables on your server (in your example this is tmp directory)? Your
error message means that php cannot write/access the session file.

HTH
Piotr

servidor wrote:

> Hi!
>
> PHP4 + windows 2003 server + Apache4 works fine??
> I have trouble with sesions,
> *********************************************
> (Warning: session_start() [function.session-start]: open
> (/tmp\sess_25db9216cc993bf4a6c2051981a339f5, O_RDWR) failed:
> *********************************************
>
> I test in Windows XP and all is OK.
>
> thanks
>
> Lazaro
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

--- End Message ---
--- Begin Message ---

-----Original Message-----
From: Piotr Pluciennik [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 03, 2003 1:38 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] PHP4 + windows 2003 server

Hi,

have you got all directories and rights for them to store session
variables on your server (in your example this is tmp directory)? Your
error message means that php cannot write/access the session file.

HTH
Piotr

servidor wrote:

> Hi!
>
> PHP4 + windows 2003 server + Apache4 works fine??
> I have trouble with sesions,
> *********************************************
> (Warning: session_start() [function.session-start]: open
> (/tmp\sess_25db9216cc993bf4a6c2051981a339f5, O_RDWR) failed:
> *********************************************
>
> I test in Windows XP and all is OK.
>
> thanks
>
> Lazaro
>
> --
> 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

--- End Message ---
--- Begin Message ---
I installed php5 version and before 4.3.3 version. I'm also using the Apache
server. Wel my problem is, when I use a form and want to send some fields
from that form with the get or post method. The data is not coming through.
Here is an example of a program :<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.01 Transitional//EN">

<html>

<head>

<title>form</title>

</head>

<body>

<form name="form1" action="form1.php" method="get">

<p> Geef uw voornaam

<input name="voornaam" type="text">

</p>

<p> Geef uw naam

<input name="naam" type="text">

</p>

<p>

<input name="verzenden" type="submit" value="Verzenden query">

</p>

</form>

<?php

echo "<b>Hartelijk welkom, $voornaam $naam.</b>";

?>

<p>&nbsp;</p>

</body>

</html>

So what is my problem? Is there something wrong with my configuration? I
followed all the instuctions at the installation.

Many thanks.

--- End Message ---
--- Begin Message ---
Try this instead:

echo "<b>Hartelijk welkom, $_GET["voornaam"] $_GET["naam"].</b>";

--- End Message ---
--- Begin Message ---
Hi,

I use windows xp with apache webserver 1.3.28

now, I want to use some sort of gallery program and found one using php.
so, now Ive been trying for 2 days to get the php to ork with no luck. Ive
read everything and reinstalled everything also..

Please help me...

rgds
Paul

--- End Message ---
--- Begin Message --- How can we help if you haven't told us anything?

Prolly this image gallery needs something more than just a GD library support as enabling it is a piece of cake

Paul Fritzsche wrote:

Hi,

I use windows xp with apache webserver 1.3.28

now, I want to use some sort of gallery program and found one using php.
so, now Ive been trying for 2 days to get the php to ork with no luck. Ive
read everything and reinstalled everything also..

Please help me...

rgds
Paul




--- End Message ---
--- Begin Message ---
Our administrator is trying to get more detail in the error logs on
IIS...is there anyone that knows how to turn on more verbose error
messaging in this manner?

Thanks in advance,
Ron

--- End Message ---
--- Begin Message ---
Hi!

What is the best php editor out there? Preferbly freeware... I use Homesite+
right now. It's the best one so far that I've tried but I would like
codehints which Homesite doesn't provide. So I would like an editor that,
when I write "a_defined_php_function(" the editor would show
"first_param_type/function, [second_param_type/function]" etc...

And I would also like a good handling of tabulators...
And if possible also support for xhtml and javascript (bonus if it supports
AS (Flash ActionScript) too...)

Thanks!

.bobo

--- End Message ---
--- Begin Message ---
Try Maguma Studio www.maguma.com

HTH
Piotr

--- Bobo Wieland <[EMAIL PROTECTED]> wrote:
> Hi!
> 
> What is the best php editor out there? Preferbly
> freeware... I use Homesite+
> right now. It's the best one so far that I've tried
> but I would like
> codehints which Homesite doesn't provide. So I would
> like an editor that,
> when I write "a_defined_php_function(" the editor
> would show
> "first_param_type/function,
> [second_param_type/function]" etc...
> 
> And I would also like a good handling of
> tabulators...
> And if possible also support for xhtml and
> javascript (bonus if it supports
> AS (Flash ActionScript) too...)
> 
> Thanks!
> 
> .bobo
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

--- End Message ---
--- Begin Message ---
Try Editplus or Editpad. You can find them at www.download.com 


-----Original Message-----
From: Bobo Wieland [mailto:[EMAIL PROTECTED] 
Sent: den 4 november 2003 16:07
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] best php editor?

Hi!

What is the best php editor out there? Preferbly freeware... I use
Homesite+
right now. It's the best one so far that I've tried but I would like
codehints which Homesite doesn't provide. So I would like an editor
that,
when I write "a_defined_php_function(" the editor would show
"first_param_type/function, [second_param_type/function]" etc...

And I would also like a good handling of tabulators...
And if possible also support for xhtml and javascript (bonus if it
supports
AS (Flash ActionScript) too...)

Thanks!

.bobo

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

--- End Message ---
--- Begin Message ---
There is also PHPEDIT and TEXTPAD (this one at http://www.textpad.com/)


Luis



----- Original Message ----- 
From: "Disko_kex" <[EMAIL PROTECTED]>
To: "'Bobo Wieland'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 04, 2003 4:00 PM
Subject: RE: [PHP-WIN] best php editor?


> Try Editplus or Editpad. You can find them at www.download.com 
> 
> 
> -----Original Message-----
> From: Bobo Wieland [mailto:[EMAIL PROTECTED] 
> Sent: den 4 november 2003 16:07
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] best php editor?
> 
> Hi!
> 
> What is the best php editor out there? Preferbly freeware... I use
> Homesite+
> right now. It's the best one so far that I've tried but I would like
> codehints which Homesite doesn't provide. So I would like an editor
> that,
> when I write "a_defined_php_function(" the editor would show
> "first_param_type/function, [second_param_type/function]" etc...
> 
> And I would also like a good handling of tabulators...
> And if possible also support for xhtml and javascript (bonus if it
> supports
> AS (Flash ActionScript) too...)
> 
> Thanks!
> 
> .bobo
> 
> -- 
> 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
> 

--- End Message ---
--- Begin Message ---
Another vote for UltraEdit.  Great macroing and it's column mode is the best
I've seen.

  -- Rob


"Francesco Marsan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Or Ultraedit. Super-fast.

-----Messaggio originale-----
Da: Luis Moreira [mailto:[EMAIL PROTECTED]
Inviato: marted́ 4 novembre 2003 17.28
A: Disko_kex; 'Bobo Wieland'; [EMAIL PROTECTED]
Oggetto: Re: [PHP-WIN] best php editor?

There is also PHPEDIT and TEXTPAD (this one at http://www.textpad.com/)


Luis



----- Original Message ----- 
From: "Disko_kex" <[EMAIL PROTECTED]>
To: "'Bobo Wieland'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 04, 2003 4:00 PM
Subject: RE: [PHP-WIN] best php editor?


> Try Editplus or Editpad. You can find them at www.download.com
>
>
> -----Original Message-----
> From: Bobo Wieland [mailto:[EMAIL PROTECTED]
> Sent: den 4 november 2003 16:07
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] best php editor?
>
> Hi!
>
> What is the best php editor out there? Preferbly freeware... I use
> Homesite+
> right now. It's the best one so far that I've tried but I would like
> codehints which Homesite doesn't provide. So I would like an editor
> that,
> when I write "a_defined_php_function(" the editor would show
> "first_param_type/function, [second_param_type/function]" etc...
>
> And I would also like a good handling of tabulators...
> And if possible also support for xhtml and javascript (bonus if it
> supports
> AS (Flash ActionScript) too...)
>
> Thanks!
>
> .bobo
>
> -- 
> 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
>

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

--- End Message ---
--- Begin Message ---
Or Ultraedit. Super-fast.

-----Messaggio originale-----
Da: Luis Moreira [mailto:[EMAIL PROTECTED] 
Inviato: marted́ 4 novembre 2003 17.28
A: Disko_kex; 'Bobo Wieland'; [EMAIL PROTECTED]
Oggetto: Re: [PHP-WIN] best php editor?

There is also PHPEDIT and TEXTPAD (this one at http://www.textpad.com/)


Luis



----- Original Message ----- 
From: "Disko_kex" <[EMAIL PROTECTED]>
To: "'Bobo Wieland'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, November 04, 2003 4:00 PM
Subject: RE: [PHP-WIN] best php editor?


> Try Editplus or Editpad. You can find them at www.download.com 
> 
> 
> -----Original Message-----
> From: Bobo Wieland [mailto:[EMAIL PROTECTED] 
> Sent: den 4 november 2003 16:07
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] best php editor?
> 
> Hi!
> 
> What is the best php editor out there? Preferbly freeware... I use
> Homesite+
> right now. It's the best one so far that I've tried but I would like
> codehints which Homesite doesn't provide. So I would like an editor
> that,
> when I write "a_defined_php_function(" the editor would show
> "first_param_type/function, [second_param_type/function]" etc...
> 
> And I would also like a good handling of tabulators...
> And if possible also support for xhtml and javascript (bonus if it
> supports
> AS (Flash ActionScript) too...)
> 
> Thanks!
> 
> .bobo
> 
> -- 
> 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
> 

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

--- End Message ---
--- Begin Message ---
<[EMAIL PROTECTED]>
Rinku Shivnani:
> Dear All,
>
> Can any of you suggest me any usergroup for Visvual Basic Just
> like this PHP-WIN.
>
> Rinku

I recommend microsoft.public.vb.(whatever) at
news://news.microsoft.com/microsoft.public.vb.general.discussion

--- End Message ---
--- Begin Message ---
<[EMAIL PROTECTED]>
Dash McElroy:
> This sounds stupid, but I've found it way wasier to read code one has
> written with the _POST, _GET, _ETC arrays. Especially so when you
> haven't looked in a file for a few months or so.
>
> Yeah, it's a good habit.
It helps if you're looking at someone else's code (i.e. a message board) and
don't know if the variable is from the include, or a post/get variable.

--- End Message ---

Reply via email to