Re: [PHP-DB] Oracle session cursor

2001-04-15 Thread Aleksey Yarilovets
Hi ! I think the only way to do one query is DO one query into the sesission variable array and create index of current shown row and so you will get it works. session_register ("storage_array"); storage_array = array(); session_register("curr_idx");$curr_idx=-1; # your select here into sto

Re: [PHP-DB] sessions and page has expired warning

2001-04-15 Thread Aleksey Yarilovets
Hi! I had exactly the same problem with back/forward and i found the script that does the job: ""olinux"" <> wrote in message 000a01c0c0aa$2d465050$6401a8c0@amdk7">news:000a01c0c0aa$2d465050$6401a8c0@amdk7... I am using sessions to store variables until all forms have been filled out. at

Re: [PHP-DB] sessions and page has expired warning

2001-04-16 Thread Aleksey Yarilovets
Hi! I had exactly the same problem and i found the script that does the job. At the begining of your script write this: if ( $rd == 1 ) { $tmp_str_store = "var_list_str"; session_register ( "$tmp_str_store" ); $$tmp_str_store = ""; foreach ($HTTP_POST_VARS as $k => $v) if (

[PHP-DB] Make history HOW?

2001-04-18 Thread Aleksey Yarilovets
Hi everyone ! The question is: how to build a script that displays history of user clicks like: Home > Setting > User Properties BUT you can go into UserProperties from other locations so somewhere it will be OK to get Search > User Results > User Properties Does enybody done it?

[PHP-DB] Call Oracle procedure

2001-04-30 Thread Aleksey Yarilovets
Hi every one! Does sombody know how to call an Oracle procedure and that get its result returned as out variable? Thanks, Alexey. Email: [EMAIL PROTECTED] ICQ# 101975252 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma