Re: [PHP] Sessions and CHECKBOXES :(

2001-03-19 Thread karakedi
s that is useful. Regards, -- Yasuo Ohgaki - Original Message - From: ""karakedi"" [EMAIL PROTECTED] Newsgroups: php.general Sent: Saturday, March 17, 2001 10:07 AM Subject: [PHP] Sessions and CHECKBOXES :( i ve 20 film names stored at database, and i want

Re: [PHP] Tables with scroll in HTML?

2001-03-19 Thread karakedi
how do you store your checkbox variables in to sessions?? i am loking for that info, any web page or any tiny little example could work. thx in adv. "Adi Wibowo" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, 19 Mar 2001, Jose Antonio wrote: I have

[PHP] checboxex and sessions

2001-03-19 Thread karakedi
how can i store checkbox variables into sessions so that i can use them on other pages ? i know how to register sessions but simply cant do that with checkboxes. thx in adv. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [PHP] checboxex and sessions

2001-03-19 Thread karakedi
d checkboxes. When checkbox is not checked, no values are sent to server. (Radio buttons are the same) Therefore, you probably cannot register since there is no value for register. Create value with NULL/False value for checkboxes if they are not set. Is this the problem? -- Yasuo Ohgaki &

[PHP] Sessions and CHECKBOXES :(

2001-03-16 Thread karakedi
i ve 20 film names stored at database, and i want to show them in alphebetical order. And i want to show 10 of them at each page. Nothing is wrong here. At the end of each film name there is a CHECKBOX, here is the code: $count = 0; while ($row = mysql_fetch_array($result)){ echo "tr"; echo

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread karakedi
figured out the logic, but still cant make it run i put this command : echo diff_date("/", "05/03/2001") ; to test the function. but it doest seem to work :( any help ? btw i believe it must be 24*60*60 inorder to 24*24*60 :) ""Pierre-Yves Lemaire"" [EMAIL PROTECTED] wrote in message

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread karakedi
ok here is the right one working : smt was wrong with the arrays i beleive : ?php // = // This function returns the difference between a dates // and the current date. // arg1: separator // arg2: startdate date dd mm // return number of

Re: [PHP] HELP!!! Date time problems!!!!

2001-03-08 Thread karakedi
upss sorry couldnt see your latest post. thx anywy :)) ""karakedi"" [EMAIL PROTECTED] wrote in message 98942f$qcd$[EMAIL PROTECTED]">news:98942f$qcd$[EMAIL PROTECTED]... ok here is the right one working : smt was wrong with t