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,
> >
- 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
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
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
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
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
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, &
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
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.
>
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
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, &
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'
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
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
14 matches
Mail list logo