This topic is locked

Search Advenced variables for List Page?

10/24/2010 9:22:22 AM
PHPRunner General questions
alac author

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=15570&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' />

Hi!
How to capture a date 1 field and the second date of this search form???
I want to identify the variables?
Example( $_SESSION["<table name>_asearchfor"] and $_SESSION["<table name>_asearchfor2"])????[/b]
[...As balance_total FROM TABLE WHERE date BETWEEN date1 ??? AND date2 ???");]
HELP! HELP! HELP!
CREATE DATABASE IF NOT EXISTS data_base;

USE data_base;

Dumping structure for table data_base.table

CREATE TABLE IF NOT EXISTS table (

date_day date default NULL,

credit decimal(32,2) default NULL,

debit decimal(32,2) default NULL

) ENGINE=MyISAM DEFAULT CHARSET=latin1;


....>>>>

Sergey Kornilov admin 10/24/2010

Check this article that explains what session variables search parameters are saved to:

http://xlinesoft.com/asprunnerpro/docs/asprunner_session_variables.htm

alac author 10/24/2010

Pardon my lack of conheciento, but how to get these variables in the list page, you can give me an example?
how to capture these variables to the list page?[/b]