Re: [PHP] a test (list is too quite)

2010-09-04 Thread metastable
On 09/04/2010 08:03 PM, Floyd Resler wrote: > > On Sep 4, 2010, at 1:00 PM, tedd wrote: > >> At 12:47 PM -0400 9/4/10, chris h wrote: >>> Evidently all is well in the world of php... :) >> >> If it was so, we would all be out of work. Instead, I think it's the >> lull before the storm. >> >> I'll

Re: [PHP] a test (list is too quite)

2010-09-04 Thread metastable
On 09/04/2010 06:47 PM, chris h wrote: > Evidently all is well in the world of php... :) > > On Sat, Sep 4, 2010 at 12:45 PM, tedd wrote: > > >> Hi gang: >> >> Just checking to see if I am still receiving postings. :-) >> >> Cheers, >> >> tedd >> -- >> --- >> http://sperling.com/ >> >> --

Re: [PHP] I am not receiving any e-mail from the list...

2010-01-11 Thread metastable
Jay Blanchard wrote: > ..and I haven't for a while. Is anyone else having this problem? If you > are you will not see this. > > If they are, how can they wonder if they have this problem ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Strange MySQL Problem

2009-12-14 Thread metastable
Parham Doustdar wrote: > Hi there, > Does it differ? I thought when in quotations, variables like that would be > automatically interpreted? > Also, the MySQL is meant to connect to localhost. I had emptied it for > testing purposes. With or without it, I get the same error. > "Jochen Schultz" w

Re: [PHP] MySQL Appeal from Monty

2009-12-13 Thread metastable
rich...@rgraph.net wrote: > Hi, > > You might have already seen this, however if you haven't this may interest > you: > > http://monty-says.blogspot.com/2009/12/help-saving-mysql.html > > Sent my appeal to comp-merger-regis...@ec.europa.eu and I would suggest everyone on this list does the same

Re: [PHP] Form Validation

2009-08-13 Thread metastable
Ashley Sheridan wrote: > On Wed, 2009-08-12 at 12:21 -0400, Micheleh Davis wrote: > >> Please help. My form validation worked fine until I added the terms check >> at the bottom. Any ideas? >> >> >> >> //form validation step one >> >> function validateStep1(myForm){ >> >> //

Re: [PHP] Clarity needed

2009-02-05 Thread metastable
Yannick Mortier wrote: > 2009/2/4 tedd : > >> Hi gang: >> >> I need some fog removed. >> >> I have a problem where I have an unlimited number of tutors teaching an >> unlimited number of courses. When I call upon a tutor, I want to see all the >> courses they teach. >> >> In my old days, I would

Re: [PHP] Variable Scope problem passing function parameters

2008-12-18 Thread metastable
Jim McIntyre wrote: > I'm new to PHP 5 and classes, but I've done a lot of ActionScript. > > I'm trying to use PHPMailer inside my own class (a service for > AMFPHP). I'm having problems getting the data that'spassed into my > class's send() method to the instance of the PHPMailer. > > Basically, I

Re: [PHP] namespaces ... coming to a php5.3 near you.

2008-09-12 Thread metastable
Jochem Maas wrote: Jochem Maas schreef: has anyone here downloaded/compiled 5.3 and played with namespaces? have you encountered any issues/problems? so no-one? really? none of you muppets ever even smelled a namespace? I'd like to hear from you as I've been asked to compile a reference docu

Re: [PHP] _SERVER['DOCUMENT_ROOT'] not set?

2008-08-29 Thread metastable
Does Zend use a separate instance of Apache or some other webserver ? Stijn Saurabh Agrawal wrote: In one of the examples, I am supposed to access _SERVER['DOCUMENT_ROOT']. However, when I am seeing its value in the debug stack, I am getting it to be null! Even phpinfo() is

Re: [PHP] Semi-ADVERT, not really spam, sorry for it

2008-08-19 Thread metastable
Jochem Maas wrote: metastable schreef: V S Rawat wrote: If you provide "paid" help in code development/ testing/ troubleshooting related to php or other software areas, please feel free to drop a line to me at my id mentioned below. Please don't write here as some other mem

Re: [PHP] Semi-ADVERT, not really spam, sorry for it

2008-08-19 Thread metastable
V S Rawat wrote: On 8/19/2008 4:53 PM India Time, _metastable_ wrote: Imo, it is both off-topic and inappropriate. That could be individual opinion. :-) Moreover, I have not seen your name in any of the topics on this list or remembered it in any reply, Your memory might be playing trick

Re: [PHP] Semi-ADVERT, not really spam, sorry for it

2008-08-19 Thread metastable
V S Rawat wrote: If you provide "paid" help in code development/ testing/ troubleshooting related to php or other software areas, please feel free to drop a line to me at my id mentioned below. Please don't write here as some other members might find this off topic. Sorry for bothering the rest

Re: [PHP] Looking for a reasonable explanation as to why $_REQUEST exists

2008-07-07 Thread metastable
Daniel Brown wrote: On Mon, Jul 7, 2008 at 11:43 AM, Shawn McKenzie <[EMAIL PROTECTED]> wrote: They can be what? I was wrong, the S is $_SERVER not $_SESSION. Sorry, Shawn. That message was meant for the OP, but I clipped your message to send a response to you as well. Disre

Re: [PHP] Fwd: [PHP-DOC] ftp help

2008-07-07 Thread metastable
Thiago H. Pojda wrote: Forwarding to correct list. -- Forwarded message -- From: Dan <[EMAIL PROTECTED]> Date: Fri, Jul 4, 2008 at 1:56 PM Subject: [PHP-DOC] ftp help To: [EMAIL PROTECTED] I am using a php script to connect to an ftp server. However, the server requires a passw

Re: [PHP] Fwd: [PHP-DOC] ftp help

2008-07-07 Thread metastable
Thiago H. Pojda wrote: Forwarding to correct list. -- Forwarded message -- From: Dan <[EMAIL PROTECTED]> Date: Fri, Jul 4, 2008 at 1:56 PM Subject: [PHP-DOC] ftp help To: [EMAIL PROTECTED] I am using a php script to connect to an ftp server. However, the server requires a passw

Re: [PHP] Session cookie doesn't work

2007-11-26 Thread metastable
u498q7rtq34897 . But I want to make session cookies work. - T On Nov 26, 2007, at 8:12 PM, metastable wrote: Hey, Your session will expire, regardless of the call to session_set_cookie_params. If you're looking to propagate a session across time, you should look at keeping

Re: [PHP] Session cookie doesn't work

2007-11-26 Thread metastable
Hey, Your session will expire, regardless of the call to session_set_cookie_params. If you're looking to propagate a session across time, you should look at keeping your session data in a database (google: session_set_save_handler, there's a good tutorial on the zend site), then calling a tab