Re: [PHP] Re:Re: [PHP] help for me about session

2005-04-24 Thread Josephson Tracy
I want to get the value of document.form1.NextCourse.value But I got the value of $NextCourse in last page. Steve Buehler <[EMAIL PROTECTED]> wrote: At 10:29 PM 4/23/2005, Josephson Tracy wrote: > > At 09:35 PM 4/23/2005, Josephson Tracy wrote: > > >hi everyone, > >

[PHP] Re:Re: [PHP] help for me about session

2005-04-23 Thread Josephson Tracy
- Original Message - From: Steve Buehler To: Josephson Tracy ;php-mailing-lists Subject: Re: [PHP] help for me about session Sent: Sun Apr 24 10:54:34 CST 2005 > At 09:35 PM 4/23/2005, Josephson Tracy wrote: > > > >hi everyone, > >when i study php, i have a

[PHP] help for me about session

2005-04-23 Thread Josephson Tracy
hi everyone, when i study php, i have a problem as following: - file1.php - but when the 2ed access the file1.php the value of $NextCourse is the $NextCourse in the , Not the value of document.form1.NextCourse.value. could someone tell me w

[PHP] Please ignore -Re: php.ini file not being updated with install

2003-04-04 Thread Tracy
Found the problem so please ignore this post. I was confused with compiling as DSO vs not. Thanks so much Mark! It was that simple and caused all by my own confusion. Tracy wrote: > Hello Everyone, > I updated php recently in order to add the --with-ldap part. > so my config.nice

Re: [PHP] php.ini file not being updated with install

2003-04-04 Thread Tracy
y command line php executable has been updated and is > able to connect to ldap. > However if I check out my phpinfo() from the web, it does not show the > new "Build Date". It still shows all the information from the last time I > complied php and still cannot connect to l

[PHP] php.ini file not being updated with install

2003-04-04 Thread tracy
web, it does not show the new "Build Date". It still shows all the information from the last time I complied php and still cannot connect to ldap. Could anyone please help?? Thanks, Tracy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Form Processing - Multiple inputs of the same name

2003-01-31 Thread Tracy Finifter Rotton
Change the name of your checkboxes in your HTML to something like: name="DeleteIDs[]" This will make it an array, and you can access all the elements like $_POST['DeleteIDs'][0] etc. (This should really be in a FAQ somewhere...) -- tracy On 1/31/03 11:17 AM, &

Re: [PHP] mysql_connect problem..update

2003-01-21 Thread Tracy Finifter Rotton
this, and I'm just wondering what I need to > do to get php and mysql talking again. Is there a service or command I can > run to get things going again? > -- Tracy F. Rotton [EMAIL PROTECTED] http://www.taupecat.com/ "... I like the 49ers because they're pure

Re: [PHP] ayuda...solo se ve el código cuandoejecuto los script

2003-01-20 Thread Tracy Finifter Rotton
w.everyone.net/selectmail?campaign=tag >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php > > > _____ > MSN Fotos: la forma más fácil de compartir e imprimir fotos. >

Re: [PHP] Get your *own* IP...?!

2003-01-06 Thread Tracy Finifter Rotton
wrote: > Does anyone know a way to fetch your own IP-adress? I need it because I run > a web server on my computer with a dynamic-IP so I need it to change all the > URLs it creates dynamically... > > Thanks! > > -Charles > > -- Tracy F. Rotton [EMAIL PROTECTED] http

Re: [PHP] help with preg_match

2003-01-04 Thread Tracy Finifter Rotton
You need to tell preg_match that there will be multiple characters. Right now, you're searching for one, and only one. if (! preg_match ('/^[a-z0-9]+$/', $unchecked_text)) { The "+" means one or more matches to the range in brackets. -- tracy On 1/4/03 9:03 AM, &

Re: [PHP] Help with functions()

2002-11-20 Thread Tracy Finifter Rotton
le to find a good tutorial on this. The PHP manual > isn't much help. > > Any help is appreciated. > > -- Tracy F. Rotton [EMAIL PROTECTED] http://www.taupecat.com/ "... I like the 49ers because they're pure of heart, Seattle because they'

[PHP] User Contributed Notes at php.net?

2002-11-11 Thread Tracy Finifter Rotton
Hello All, Does anyone know what happened to the User Contributed Notes on the PHP Manual? I went to go find one today, and they all appear to be gone! -- tracy -- Tracy F. Rotton [EMAIL PROTECTED] http://www.taupecat.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] PHP, Apache, and MySQL on MacOS X (Jaguar)

2002-11-11 Thread Tracy Finifter Rotton
Check out Marc Liyange's site at http://www.entropy.ch/software/macosx/welcome.html He has a lot of Mac software pre-compiled and ready for installation, including PHP installs for Jaguar. -- tracy On 11/11/02 2:06 PM, "Gregory Hernandez" <[EMAIL PROTECTED]> wrote: > he