php-windows Digest 8 Aug 2003 06:29:50 -0000 Issue 1859
Topics (messages 21063 through 21068):
Re: Main Directory and E_mail Extractor
21063 by: John Yu
21065 by: Rob Adams
E_mail Address extractor
21064 by: Michael Bao
Form Handling
21066 by: Frank Tudor
21067 by: Cory Daehn
Still can't pass variable through url
21068 by: Jack
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
For the email addresses. You are not allowed to take and store people's
email without people giving them out or getting their promission first. If
you do so, you can be sued for privacy infringment. RealNetwork got sued and
paid millions for it...
----- Original Message -----
From: "Michael Bao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 07, 2003 1:30 PM
Subject: [PHP-WIN] Main Directory and E_mail Extractor
>
> require ("d:/iis/www3/lib/common/auth.inc");
>
> require ("/lib/common/auth.inc"); I need.
>
>
>
> When I want to include some file, I must key in the absolute directory. So
I change include_path line to "include_path = d:/iis/www3/" in "php.ini"
file. But it doesn't work.Please tell me the reason.
>
>
>
> When some clients visited my web site, I want to keep their E_mail address
in my database. Please tell where I can get this kind of skills and
materials.
>
>
>
> thank you,
>
>
>
> Michael
>
>
>
>
--- End Message ---
--- Begin Message ---
"Michael Bao" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> require ("d:/iis/www3/lib/common/auth.inc");
>
> require ("/lib/common/auth.inc"); I need.
>
>
>
> When I want to include some file, I must key in the absolute directory. So
I change include_path line to "include_path = d:/iis/www3/" in "php.ini"
file. But it doesn't work.Please tell me the reason.
For the include directory, your change to the ini file should work. Are you
running PHP as a module, and if so, have you restarted the web server?
>
>
>
> When some clients visited my web site, I want to keep their E_mail address
in my database. Please tell where I can get this kind of skills and
materials.
>
>
>
> thank you,
>
>
>
> Michael
>
>
>
>
--- End Message ---
--- Begin Message ---
require ("d:/iis/www3/lib/common/auth.inc");
require ("/lib/common/auth.inc"); I need.
When I want to include some file, I must key in the absolute directory. So I change
include_path line to "include_path = d:/iis/www3/" in "php.ini" file. But it doesn't
work.Please tell me the reason.
When some clients visited my web site, I want to keep their E_mail address in my
database. Please tell where I can get this kind of skills and materials.
thank you,
Michael
--- End Message ---
--- Begin Message ---
Hi all!
I am looking for a way to handle emply form fields on one page
instead of catching it on the response page.
I have seen some good handling where the same page comes back
with a colored field or a red aterik.
Also, if I do the form handling on one page can I still have my
database connection and echo responses on a second page?
Thanks,
Frank
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--- End Message ---
--- Begin Message ---
This is normally done with JavaScript. As an alternative, you could have the
form self-process with PHP and only redirect to a results page when everything
is completed.
> I am looking for a way to handle emply form fields on one page
> instead of catching it on the response page.
>
> I have seen some good handling where the same page comes back
> with a colored field or a red aterik.
>
> Also, if I do the form handling on one page can I still have my
> database connection and echo responses on a second page?
--- End Message ---
--- Begin Message ---
Dear all
I had set the "register_global=on" and "magic_quotes_runtime=off" already,
but when i click my hyperlink "page.php?year=$year&?month=$month", it
doesn't pass the variable for
?year and ?month to the destination page "page.php"
I'm using php 5.0 above , if the same case apply to php4.04, then there is
no problem at all!
Can anyone please give me more help on this?
Thx alot
Jack
--- End Message ---