[PHP] ALERTE: VIRUS DETECTE DANS UN MESSAGE ENVOYE PAR php-general-return-49852-jnapieraj=nordnet.fr@lists.php.net

2001-04-23 Thread root
A L E R T E V I R U S Notre système de détection automatique anti-virus a détecté un virus dans un message qui vous a été envoyé par "jessica" <[EMAIL PROTECTED]>. La distribution de ce message a été stoppée. Veuillez vous rapprocher de l'émetteur "jessica" <[EMA

Re: [PHP] Little question

2001-05-09 Thread root
This snippet should be used as an example of badly written and presented code. It tries too hard to do a simple job and in the result fails dismally. I suggest Gabrielle, that you try to be a little more careful in your coding and not so smart. I can find no less than four errors that I put dow

[PHP] Print statement : Thanx for all who helped ;)

2001-10-22 Thread root
I'd like to thank all those who helped me with the print statement prob, it was simple a matter of adding the appropriate string joiner and it worked flawlessly ;))) Regards, Rick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP] Alternative to phpMyAdmin

2001-07-16 Thread root
Yea, I do mean SSH. Oops. On Saturday 14 July 2001 18:29, you wrote: > You probably mean SSH tunnel, which is quite feasable-- Hank Marquardt > posted this earlier to the list: > > --- BEGIN QUOTE --- > > Works just fine ... as does postgres -- > > ssh -N -2 -f -C -

[PHP] ftp_get giving problem

2001-09-26 Thread root
Hi, In my php program I am trying to download a file from server. My web server and file downloading server is diffrent. When use ftp_get command it is giving the result true. But the file is not there in client system. Please help me. anil [EMAIL PROTECTED] -- PHP General Mailing List (h

Re: [PHP] Upload File Path Problem

2001-10-05 Thread root
$imagefile contains the name of the file in the temp dir. So the name is some mess like phpx . If you want the file you do copy() or something other. After the script is done the file is deleted. I prefer using $HTTP_POST_VARS do var_dump($HTTP_POST_VARS) to see debug info. Andrey Hristov I

[PHP] apache 1.3.33 + PHP & chunked Transfer-Encoding forbidden error

2005-08-30 Thread Root
ding forbidden: /chat/index.php [Mon Aug 29 21:08:17 2005] [error] [client 127.0.0.1] chunked Transfer-Encoding forbidden: /chat/index.php [Mon Aug 29 21:18:56 2005] [error] [client 127.0.0.1] chunked Transfer-Encoding forbidden: /chat/index.php How i can solve this problem? -- С уважением,

Re: [PHP] Parse Error, Unexpected $

2004-07-19 Thread Jim Root
#x27;,'$MyStatus')"; >mysql_query($UserDataDump) or die("Couldn't Create User Data Entry. MySQL > Error: " . mysql_error()); > > -- > - > Michael Mason > Arras People > www.arraspeople.co.uk > - > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Jim Root [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Parse Error, Unexpected $

2004-07-19 Thread Jim Root
echo $_SESSION['UserCName']; > echo ""; > echo "The Following Fields Require Input ~ Please Go Back."; > echo ""; > > forEach($errors as $error) > { > echo $error . ''; > } > } > else > { >echo "Hi...!"; > ?>

[PHP] Static methods have access to private members

2007-05-16 Thread Theodore Root
I have a question regarding static methods in PHP5.x. Specifically, it seems that one can access member variables declared private from static methods, just as you can from instance methods. I was wondering if this is by design, or if this "feature" might go away. I have worked up an example,

[PHP] Question about Safe Mode

2005-01-31 Thread Rick Root
I have a little home made CMS that writes files... on the server I've recently installed this CMS on, those files get written as apache:apache ... that file uses include to include other files that are not owned by "apache", and this doesn't work. Warning: main(): SAFE MODE Restriction in effect. T

[PHP] Passing files to a browser

2001-02-08 Thread Rob Root
HI, I am having problems passing files through to a browser. First I tried: And got an Acrobat instance with no file displayed. Then I tried: And got: Hello, World Warning: 1 is not a valid File-Handle resource in /home/robr/public_html/php/getpdf.php on line 5 Help!! rr -- PHP Gene

Re: [PHP] Passing files to a browser

2001-02-08 Thread Rob Root
gt; Subject: Re: [PHP] Passing files to a browser > > On Thursday 08 February 2001 18:43, Rob Root wrote: > > > > $fp = fopen("test.txt", "r"); > > header("content-type: text/plain"); > > fpassthru($fp); > > fclose

Re: [PHP] HOWTO handle sessions ?

2001-02-09 Thread Rob Root
HI, Pick up a copy of the "PHP Developer's Cookbook". They devoted a whole chapter to sessions. Regards, Rob Root Evelio Martinez wrote: > Hi! > Does anyone know of some good examples of sessions? > > -- > Evelio Martínez > > -- > PHP General

Re: [PHP] RE: non-text data

2006-08-14 Thread Dave Shariff Yadallee - System Administrator a.k.a. The Root of the Problem
On Mon, Aug 14, 2006 at 02:40:53PM +1000, Chris wrote: > John Meyer wrote: > >Gd, > >BTW, came into this late, have we gotten the old "store your images in the > >filesystem and save the file name in the database" argument yet? > > Nope, haven't done that one yet, do you want to start it off or sh