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
-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?
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 - 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
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
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
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
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
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
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
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
-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
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
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
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 - 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
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
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
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
19 matches
Mail list logo