[PHP] Problems with PHP 4.2.2 and *IMAP*

2002-08-28 Thread Ryan Faricy
because these are such active groups. Thank you. Ryan Faricy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to declare Vars in PHP?

2005-05-05 Thread Ryan Faricy
Jon M. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I know it's not necessary, but I still want to know how. I know in JavaScript, that you declare vars like so: var = variableName; So I'm assuming that in PHP you do it like this: var = $variableName; But there doesn't

[PHP] Re: How do you declare Vars in PHP? -I know it's not necessary, but I still want to know

2005-05-05 Thread Ryan Faricy
Jon M. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I just found a place here: http://us2.php.net/manual/en/language.oop.php That has this example: /* This is how it should be done. */ class Cart { var $todays_date; var $name; var $owner; var $items = array(VCR,

[PHP] Re: php5-mysqli

2005-05-05 Thread Ryan Faricy
Nsk [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] which config files are responsible for loading mysqli in apache/php5 ? php.ini ;; Old MySQL support extension=mysql.so ;; New MySQL support. extension=mysqli.so -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] form variables

2005-05-05 Thread Ryan Faricy
A hidden INPUT would be better... FORM ... INPUT TYPE=hidden NAME=yourVariableName VALUE=yourValue ... /FORM Bala Chandar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] hi On 5/5/05, Anasta [EMAIL PROTECTED] wrote: Can anyone tell me how a submit button can be used to send set a