[PHP-WIN] Form text with reserved chars

2002-10-31 Thread news.php.net
Hi NG. I'm having trouble with form textareas containing " ' ". Every time I submit a form holding this char php will insert "\" infront of it. I'm well aware of the reason for this but I'd like to know just how to get rid of the "\". I've tried using ereg_replace("'","ยด",$text) but the "\" is in

RE: [PHP-WIN] Submit

2002-10-31 Thread Jarrad Kabral
-Original Message- From: Rodrigo San Martin [mailto:rodrigo@;stud.ntnu.no] Sent: Saturday, 2 November 2002 2:18 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Submit Halo I have a question. Can I use a gif/jpg submit button instead of the standard submit button in a form? If so, how?

[PHP-WIN] Submit

2002-10-31 Thread Rodrigo San Martin
Halo I have a question. Can I use a gif/jpg submit button instead of the standard submit button in a form? If so, how? -- Rodrigo San Martin Institutt for datateknologi og informatikk http://www.idi.ntnu.no/~rodrigo -- PHP Windows Mailing List (ht

php-windows Digest 1 Nov 2002 03:55:55 -0000 Issue 1417

2002-10-31 Thread php-windows-digest-help
php-windows Digest 1 Nov 2002 03:55:55 - Issue 1417 Topics (messages 16634 through 16644): PHP 4.3.0pre2 16634 by: erythros starting a program without waiting for it to terminate 16635 by: patrick 16636 by: J Wynia 16637 by: David Elliott Session Persistance

[PHP-WIN] help in installation in PHP

2002-10-31 Thread [EMAIL PROTECTED]
Hello, i have a question about installing and making PHP work with window IE, i installed the latest PHP application onto a WINDOW XP pro version OS. i am not even sure i installed it right or not plus i don't know how to get window IE to recognize the php extension after i made a small script in

[PHP-WIN] fopen, fputs, fwrite, fclose, fdammit

2002-10-31 Thread Max Graham
I'm trying to put a comment page on my weblog. I have the link displayed in the format of date first, then a link to bookmark the entry, and then a link to post a comment. I want to write the comments to a text file. My comment page accepts a default value of "target", which is set to the date to b

[PHP-WIN] mail function in IIS 5

2002-10-31 Thread Omar
I work in a Win2k server Is there any way I could see how many resources the 'mail' function consumes in the server? I use web forms and send them by email, but they've became really slow and i guess it could be the mail function (maybe the sql querys, but i don't think that could be). Thank you f

[PHP-WIN] Chmod in windows XP and NT

2002-10-31 Thread Ikke
How do i chmod a textfile, serverside? I got an apache server, running under windows (XP, but later im gonna move it to a pc with winNT) thx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] shell_exec not working with PHP as CGI, but does work as ISAPI

2002-10-31 Thread benjamin delman
Win2K Server SP3 IIS 5 PHP 4.2.3 this code only works if php is ISAPI. any ideas? all help is greatly appreciated. ben - $returnit"); ?> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Session Persistance (urgent help required)

2002-10-31 Thread Dash McElroy
Raheel, Have you done a session_start() on each page that requires session variables? Or set the php.ini Session Auto Start to 1 (true, if I recall correctly) if you want sessions enabled on all your page calls, then restart your http server. -Dash Heaven, n.: A place where the wicked ce

[PHP-WIN] Session Persistance (urgent help required)

2002-10-31 Thread Raheel Hussain
function SetDomain(d) { document.domain = d; }Hi, I m a new bie programmer in PHP , but have strong background in ASP here i m having a problem with session persistance at one page i m starting the session, with session_start(); $_SESSION['count']="1"; print($_SESSION['count']); // this works

[PHP-WIN] Re: starting a program without waiting for it to terminate

2002-10-31 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings patrick On 30 October 2002 at 23:36:27 +0100 (which was 22:36 where I live) patrick might have written > i'm running apache 2.0.43 and php4.2.3 on win2k. what i need to do in my php > script is to start some windows executable. but as it's

[PHP-WIN] Re: starting a program without waiting for it to terminate

2002-10-31 Thread J Wynia
Patrick wrote: hi i'm running apache 2.0.43 and php4.2.3 on win2k. what i need to do in my php script is to start some windows executable. but as it's taking quite a bit until it terminates i want php to continue without waiting for it. i tried lots of stuff but nothing worked and i'm quite des

[PHP-WIN] starting a program without waiting for it to terminate

2002-10-31 Thread patrick
hi i'm running apache 2.0.43 and php4.2.3 on win2k. what i need to do in my php script is to start some windows executable. but as it's taking quite a bit until it terminates i want php to continue without waiting for it. i tried lots of stuff but nothing worked and i'm quite desperate now. is the

[PHP-WIN] PHP 4.3.0pre2

2002-10-31 Thread erythros
were can i find info about PHP 4.3.0pre2? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 31 Oct 2002 13:59:17 -0000 Issue 1416

2002-10-31 Thread php-windows-digest-help
php-windows Digest 31 Oct 2002 13:59:17 - Issue 1416 Topics (messages 16631 through 16633): Re: Subject: PHP and Tomcat 16631 by: neil smith Re: forms POST help 16632 by: Richard Re: Date Increment Problem 16633 by: Stephen Edmonds Administrivia: To subscribe to t

Re: [PHP-WIN] Date Increment Problem

2002-10-31 Thread Stephen Edmonds
60 seconds in an minute 60 minutes in an hour 24 hours in a day 3 days needed therefor: 60 * 60 * 24 * 3 Its worth noting there are 3600 seconds in 1 hour... so you could use 3600 * 24 * 3 - Original Message - From: "Constantin Baciu" <[EMAIL PROTECTED]> To: "Stephen Edmonds" <[EMAIL PROT

Re: [PHP-WIN] forms POST help

2002-10-31 Thread Richard
yes, i know this, the form works fine if i use the GET method, but every time i use the POST method i get a 404 error. confusing., cannot think why. can anyone help? Abdolhamid Joukar <[EMAIL PROTECTED]> wrote in message news:002d01c28029$32c83030$e56fd93e@;hamid... > hi > if you are running you

[PHP-WIN] Re: Subject: PHP and Tomcat

2002-10-31 Thread neil smith
Hi - Do you mean the memory continues to increase (a mempry leak), or that is increases then reduces once the script finishes executing? PHP has a footprint of about 5meg on my machine. Are you running PHP as a compiled in apache module, or as cgi ? Afaik, each time you call a php page using c