[PHP-WIN] Re: Seesion

2003-11-04 Thread Rahman Haqparast
Hi. It happens when you want to start a session after writing something to the browser like using print(),echo() or even sending some special characters for adjusting some languages like Persian. Try to open your php file in a text editor that shows everything and check if you have anything before

[PHP-WIN] Vb usergroup

2003-11-04 Thread Rinku Shivnani
Dear All, Can any of you suggest me any usergroup for Visvual Basic Just like this PHP-WIN. Rinku -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 4 Nov 2003 09:35:11 -0000 Issue 1983

2003-11-04 Thread php-windows-digest-help
php-windows Digest 4 Nov 2003 09:35:11 - Issue 1983 Topics (messages 21966 through 21967): Re: Seesion 21966 by: Rahman Haqparast Vb usergroup 21967 by: Rinku Shivnani Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the dig

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Piotr Pluciennik
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?? >

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Piotr Pluciennik
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?? >

[PHP-WIN] get and post in a form

2003-11-04 Thread Michel De Belder
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 : form Geef uw voornaam

RE: [PHP-WIN] get and post in a form

2003-11-04 Thread Disko_kex
Try this instead: echo "Hartelijk welkom, $_GET["voornaam"] $_GET["naam"]."; -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] problems installing php4

2003-11-04 Thread Paul Fritzsche
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 -- PHP Windows M

Re: [PHP-WIN] problems installing php4

2003-11-04 Thread Donatas
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 on

[PHP-WIN] Advanced debuggin in IIS

2003-11-04 Thread Herhuth, Ron
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 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] best php editor?

2003-11-04 Thread Bobo Wieland
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_

Re: [PHP-WIN] best php editor?

2003-11-04 Thread Piotr Pluciennik
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

RE: [PHP-WIN] best php editor?

2003-11-04 Thread Disko_kex
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 u

Re: [PHP-WIN] best php editor?

2003-11-04 Thread Luis Moreira
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? > Tr

[PHP-WIN] R: [PHP-WIN] best php editor?

2003-11-04 Thread Francesco . Marsan
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/

[PHP-WIN] Re: Vb usergroup

2003-11-04 Thread Comex
<[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 -- PHP Windows Mailing List (http://www

Re: [PHP-WIN] POST and GET form

2003-11-04 Thread Comex
<[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

Re: [PHP-WIN] best php editor?

2003-11-04 Thread Rob Adams
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 n

RE: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Mark
-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 ex

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

2003-11-04 Thread php-windows-digest-help
php-windows Digest 5 Nov 2003 04:56:59 - 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:

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Nick H. -- Network Operations
Read a little closer on the error. > (Warning: session_start() [function.session-start]: open > (/tmp\sess_25db9216cc993bf4a6c2051981a339f5, O_RDWR) failed: It's trying to find /tmp, which does not exsit under any M$ filesystem that I am aware of. Try the .ini and be sure to specify your path w

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread karthikeyan
Change the session.save_path in php.ini file to some temp directory of ur windows system. JAI SAIRAM -- Regards Karthikeyan.S Sr. Technical Project Associate NatureSoft Pvt. Ltd. 11/20 Appu Street 2nd Lane, Mylapore Chennai 64 India tel: +91 44 2461 7193 fax: +91 44 2494 1474 http://www.na

[Fwd: Re: [PHP-WIN] PHP4 + windows 2003 server]

2003-11-04 Thread karthikeyan
-- Regards Karthikeyan.S Sr. Technical Project Associate NatureSoft Pvt. Ltd. 11/20 Appu Street 2nd Lane, Mylapore Chennai 64 India tel: +91 44 2461 7193 fax: +91 44 2494 1474 http://www.nature-soft.com --- Begin Message --- Not my error.  The ini under 2003 is found in C:\WIndows\system32