[PHP-DB] Which state and country?

2001-06-28 Thread Lisa Elita

Hi all,

How can we know from which state and country a hit came?

Regards,
Lisa Elita



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Executing several PHP scripts simultaneously??

2001-06-28 Thread Lisa Elita

How can we execute several PHP scripts simultaneously inside a single PHP
script?
For example, let's say master.php has 10 tasks in different PHP scripts:
1.php, 2.php, ..., 10.php. Each task is independent (the input of each task
is not determined by other tasks) so we can do the tasks in any order. But
if 2.php is initiated after 1.php is done, and 3.php is initiated after
2.php is done, and so on, the master.php can be expired, causing the
remaining tasks not executed. So how can we execute these PHP scripts
simultaneously?

Regards,
Lisa Elita


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Permanent Cookies

2001-04-14 Thread Lisa Elita

I tried to use cookies with this PHP code:

SetCookie("cookiename", "cookievalue", "Friday, 16-Jan-2037 00:00:00 GMT",
"/", ".myserver.com", 0);

but it seems that the cookie is only store in memory (not as file).
Can someone explain it to me...

Best regards,
Lisa Elita


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Cookies Stuff

2001-04-11 Thread Lisa Elita

Hi everybody,

I am trying to use cookies in my website and want to ask you these
questions:
1. Header("Set-Cookie") or SetCookie() is better? as the setcookie manual
comments said that Header("Set-Cookie") is better.
2. Domain=myserver.com OR domain=.myserver.com OR skip the domain argument
is better? (to make the cookie available whether visitors are coming to my
site with http://www.myserver.com or http://myserver.com )
3. What SetCookie statement must I use to make the cookie available in the
entire website? Is it Header(SetCookie: cookiename=cookievalue;
expires=Friday, 16-Jan-2037 00:00:00 GMT; path=/; domain=.myserver.com); ?

Thank you!
Lisa Elita


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Header() order

2001-04-06 Thread Lisa Elita

Hi all,

Do you know the header() order?
For example: header("Set-Cookie") should come before/after
header("Location")?
Cause IE seems to be sensitive about this.

Thanks,
Lisa E.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] How can I implement Yahoo-like search?

2001-03-04 Thread lisa elita

How can I implement Yahoo-like search? 
For example: 

+WinZip +Mac

in one of my field in my table 'software' ?

TIA,
Lisa


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] newbie question

2001-01-27 Thread Lisa Elita

Can search engines index any HTML pages that have .php as its extension (any
.php pages without a '?' or '' in the URL) ? For example:
http://www.blablabla.com/blabla.php

Thanks,
Lisa E




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]