RE: [PHP] cookie problemes (solved with javascript)

2003-02-25 Thread kale
I not a expert in javascript but this code is working. I guess it is easy to change some line of code to work for your neads. Kale // kale's

RE: [PHP] cookie problemes

2003-02-24 Thread kale
The clock is ok. I write cookie with javascript and read with php. For moment is the best solution i have. In future i hope to resolve this problem and i find solution i post it here. Thanks for help. kale -Original Message- From: Gonzo [mailto:[EMAIL PROTECTED] Sent: Monday, February

RE: [PHP] cookie problemes

2003-02-24 Thread kale
$path = "/"; $domain = ".mydomain.ro"; And in my cookie folder i find a cookie named: [EMAIL PROTECTED] But other computer (with problems) i don't have any cookie with same name. And if i reload the page and print $HTTP_COOKIE_VARS[$n_sessid] it's nothing. I have 12

RE: [PHP] cookie problemes

2003-02-24 Thread kale
:( don't work. I put "Setcookie($n_sessid, $sessid, time()+$cookie_life, $path, $domain, 0);" In script but don't work. Same. No cookie in cookie folder. Other idea? Kale -Original Message- From: Gonzo [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003

RE: [PHP] cookie problemes

2003-02-24 Thread kale
What "path" and what "domain"? Thanks. Kale -Original Message- From: Gonzo [mailto:[EMAIL PROTECTED] Sent: Monday, February 24, 2003 12:04 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] cookie problemes > hy, > i have a probleme with

[PHP] cookie problemes

2003-02-24 Thread kale
ecause the users can read the mail from yahoo. somebody can help me with what i made wrong? kale

RE: [PHP] How do I use a Javascript variable in PHP?

2002-09-23 Thread kale
ot; I hope this help you Kale. -Original Message- From: Tom [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: [PHP] How do I use a Javascript variable in PHP? Hi all, I hope this is the right place to pose my question, so here goes:

[PHP] Array Javascript

2002-09-05 Thread kale
Hy, I have an array make with a javascript. How can I read values with PHP from it? Kale. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] About html

2002-08-30 Thread kale
Hy, I have one question about html. 1. I have a form with 8 textbox. How can I put the tab order? When I press "tab" I want to jump from first textbox to textbox number 4 not to number 2. Thanks for answer. kale -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

[PHP] select distinct mysql

2002-08-15 Thread kale
, time DESC LIMIT 10 but this not work. how can I do this? this is structure of tabel: id namedate time ...etc -- 1. kale 2002-03-15 14:12_14 2. smith 2002-04-17 15:14:13 3. kale 2002-05-15 16:14:13 . I want that

Re: [PHP] Re: controls "list menu"

2002-08-13 Thread kale
example if select "My Unread Leads" I see page leadview.php. What is it wrong? kale - Original Message - From: "Peter Bottenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 1:35 PM Subject: [PHP] Re: controls "list

[PHP] controls "list menu"

2002-08-13 Thread kale
hy, I have a list menu: one two three I want when I select value "two" my page reloads and it prints "You selected value TWO". How can I do this? thx kale.