[PHP] executing external php script

2011-03-02 Thread ƒAƒ‹ƒxƒ‹ƒg
hi! what I want to do is execute php script and don't wait for output. found something like this - > /dev/null 2>&1 &`; ?> text - it works but I 'm curious about php synt

RE: [PHP] PHP httpd debug question

2009-11-17 Thread John Beaulaurier -X (jbeaulau - Advanced Network Info at Cisco)
Hi Devendra That’s sounds like what I’m looking for. I don’t want to interfere with the current httpd process serving content while running the debug. Thanks -John From: Devendra Jadhav [mailto:devendra...@gmail.com] Sent: Tuesday, November 17, 2009 5:57 AM To: John Beaulaurier -X

[PHP] PHP httpd debug question

2009-11-16 Thread John Beaulaurier -X (jbeaulau - Advanced Network Info at Cisco)
Hello, phpMyAdmin crashes when access is attempted each time, and I need to run an httpd backtrace. I have a question though. There is another httpd instance running on the same host. If I run httpd -X will it interfere with the other httpd process running, or will it be a separate

Re: [PHP] Unable to load Dynamic Link Library

2007-02-07 Thread viquar . x . shaikh
Hi I have installed Apache2Triad Apache2Triadversion 1.5.4 Apache version 2.2.0 MySQL version 5.0.18 PostgreSQL version 8.1.2 Openssl version 0.9.8a Slimftpdversion 3.18 Xmail vers

[PHP] Unable to load Dynamic Link Library

2007-02-07 Thread viquar . x . shaikh
Hi I have installed Apache2Triad Apache2Triadversion 1.5.4 Apache version 2.2.0 MySQL version 5.0.18 PostgreSQL version 8.1.2 Openssl version 0.9.8a Slimftpdversion 3.18 Xmail vers

Re: [PHP] how to get time cost for MySQL query

2005-07-11 Thread x
I did checked both of them and it seems they do not provide such info... thanks "Philip Hallstrom" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> Hi, Is there any MySQL lib function which can provide time cost for last >> query? >> > > Maybe... > > http://us2.php.net/manual/en/funct

Re: [PHP] how to get time cost for MySQL query

2005-07-11 Thread x
I did checked both of them and it seems they do not provide such info... thanks "Philip Hallstrom" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> Hi, Is there any MySQL lib function which can provide time cost for last >> query? >> > > Maybe... > > http://us2.php.net/manual/en/fun

[PHP] how to get time cost for MySQL query

2005-07-11 Thread x
Hi, Is there any MySQL lib function which can provide time cost for last query? Since we can see the time cost each time we query MySQL through MySQL console (such as 75 rows in set (0.01 sec)), so I am wondering there is already an existing function which will return the value... Thanks -- PHP

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Stanley X. Martin
Why don't you two just email each other instead of including us all in your little pissing contest? Stanley G. Martin -Original Message- From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 4:59 PM To: PHP Mailing List Subject: Re: [PHP] PHP Web Hosting Accor

[PHP] What's the difference ?

2003-10-01 Thread X-Virus
What's the difference between : $_SERVER["COMPUTERNAME"] and $_ENV["COMPUTERNAME"] ?

[PHP] Good Book?

2003-04-03 Thread Bob X
What is a good beginners book for PHP? I would like a little depth on security. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] what's the matter?

2003-02-22 Thread X
index.php: choice your gender male female x.php: but at last it said that the gender had not been defined??? help me! thank u!~

[PHP] rename failes if file name contains single quotes

2003-01-31 Thread $B%X!<%s(B $B%H!<%^%9(B
when i try to rename a file with single quote(s) in the (Bfile name, e.g. (B (Brename("/tmp/foo 'n bar", "/tmp/foobar"); (B (Brename fails with "there is no such file". (Bwhats wrong? (B (Bthanx, (B (Bakagisan (B (B__ (BDo You Yahoo!? (B

[PHP] ###PLEASE HELP### - delete a line from a text file

2002-08-16 Thread radio x
i have a text file with some of this elements: name:adress:telephone:email:password i want to delete this line using for identifier the 'name' only. // $sterge_user="name"; this is the value sent by form witch will be the identifier // $path="some_of_my_files"; the file used here allready set

[PHP] and this is the script

2002-08-10 Thread radio x
$fp = fopen("msg1.dat", "r"); while (!feof($fp)) { $data = fgetcsv ($fp, 4096, ":"); $subiect_email="Important to all my users!!!"; $design=" bla blablaaa";

[PHP] cgi error

2002-08-10 Thread radio x
I receive this when I try to send an e-mail. All works fine until yesterday and my script is the same. Could u tell what is the problem? CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Re: [PHP] Re: Getting information of a client

2002-08-09 Thread radio x
how can i get a variable posted from a form by a user whitout having register_globals set On? Nick - Original Message - From: "Saci" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 1:08 PM Subject: [PHP] Re: Getting information of a client > $mensagem = $men

Re: [PHP] URL / slash reduction

2002-06-10 Thread YLA G - X-power.be
t;YLA G - X-power.be" <[EMAIL PROTECTED]> To: "Martin Towell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 2:49 AM Subject: Re: [PHP] URL / slash reduction > :) :) great help thx mate!!! > > > now can everyone create a a

Re: [PHP] URL / slash reduction

2002-06-10 Thread YLA G - X-power.be
@ http://www.X-power.be Gamecube @ http://www.cube-power.be - Original Message - From: "Martin Towell" <[EMAIL PROTECTED]> To: "'YLA G - X-power.be'" <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 2:42 AM Subject: RE: [PHP] URL / slash redu

[PHP] Re: URL / slash reduction

2002-06-10 Thread X-power.be
gone start again.. because a can't get trough this stuff :( al i want is a forward of http://user.tuned-belgium.be/NICKNAME http://tuned-belgium.com/main/modules.php?name=user&op=userinfo&uname=NICKNA ME what is the best to do? -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] URL / slash reduction

2002-06-10 Thread X-power.be
the nickname 'junni' was an example.. i have this now but its not working :( http://www.tuned-belgium.com/user/?id=/$_GET['id ']'); ?> http://tuned-belgium.com/main/modules.php?name=user&op=userinfo&uname="> gives: Parse error: parse error in /usr/home/v1/a0016905/html/user/filter.php on line

[PHP] URL / slash reduction

2002-06-10 Thread X-power.be
this url is the one that i want for my users: http://user.tuned-belgium.be/junni but go's now to http://www.tuned-belgium.com/user/?id=/junni (slash junni) but must go to http://www.tuned-belgium.com/user/?id=junni (without slash) how can i prevent or filter the slash away? -- PHP G

Re: [PHP] Signing text in PHP using GPG

2002-04-16 Thread William X Walsh
Tuesday, April 16, 2002, 4:07:02 PM, William X Walsh wrote: > I have a set of data, that needs to be GPG signed before sending the > data to a remote server. > Has anyone already done something like this in PHP, that I could use > for reference? If this is not possible, I have wr

[PHP] Signing text in PHP using GPG

2002-04-16 Thread William X Walsh
I have a set of data, that needs to be GPG signed before sending the data to a remote server. Has anyone already done something like this in PHP, that I could use for reference? -- Best regards, William X Walsh <[EMAIL PROTECTED]> -- -- PHP General Mailing List (http://www.php.ne

RE: [PHP] SESSIONS in javascript

2002-04-10 Thread alfonso orion x allende
still have it in a separate file.. and you get to use php sessions. Note: I'm new myself to php, so this might be a no-go, but i've done it with asp, and it's worked in the past.. /morpheo --- --- --- --- --- --- --- --- --- --- --- --- --- --- Alfonso Orion X Allend

Re: [PHP] session data vs cookie data

2002-01-30 Thread =?x-unknown?q?Rodolfo_Gonz=E1lez_Gonz=E1lez?=
On Wed, 30 Jan 2002, Michael Kimsal wrote: > > a cookie. So I always store the IP, HTTP_X_FORWARD and USER_AGENT in the > Do you null the user if the IP changes? IPs can change during a user's > session, so I wouldn't base the validity of the session solely based on IP. Also, sometimes there ar

[PHP] merging XML documents

2001-09-20 Thread ZeNDeR-X
text-based solution? Thanx :) ZeNDeR-X -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Odp: Returning a specific 'record' from an XML file

2001-09-19 Thread ZeNDeR-X
#x27;); print_r($result); xpath is much more powerful than that and i'm pretty sure you can use it the way you want it. some more info about XPath is available here: http://www.zvon.org/xxl/XPathTutorial/General/examples.html Good Luck with that ;) ZeNDeR-X -=> www.ipro.pl <=- -- PHP G

[PHP] XML DOM: encoding attribute problems and namespaces

2001-09-13 Thread ZeNDeR-X
hi ;) Recently I've been using the DOM module of php and I have encountered a few problems. I am working on a quite advanced XML application and I am forced to use the PHP technology. I need to dynamically create XML documents. There's no problem with that when i simply use this statement: $doc =

[PHP] XML DOM: encoding attribute problems and namespaces

2001-09-13 Thread ZeNDeR-X
hi ;) Recently I've been using the DOM module of php and I have encountered a few problems. I am working on a quite advanced XML application and I am forced to use the PHP technology. I need to dynamically create XML documents. There's no problem with that when i simply use this statement: $doc =