|
|
|
Photo & Travel Magazine Archives
|
|
[
if(action_param('search'));
// display search results
// prepare sql statement
var('procs') = map(
'title' = {
local(
'row' = params->first,
'cell' = params->second
);
return('' + #cell + '');
}
);
var('sortCol') = (action_param('sortfield') ? action_param('sortfield') | 'id');
var('sortDir') = (action_param('sortorder') ? action_param('sortorder') | 'descending');
inline(
$cnxn,
-table='articles',
-returnfield='id',
-returnfield='title',
-returnfield='filename',
-returnfield='author',
-returnfield='issue',
-opbegin=or,
-cn,
'author'=action_param('fulltext'),
-cn,
'title'=action_param('fulltext'),
-ft,
'body'=action_param('fulltext'),
-opend=or,
'issue'=action_param('issue'),
'category'=action_param('category'),
-sortfield=$sortCol,
-sortorder=$sortDir,
-skiprows=skiprecords_value,
-search,
-maxrows=20
// ,-statementonly
);
results_status;
results_navigation;
results_table(
-headers=array('id','Title','filename','Author','Issue'),
-procs=$procs,
-hidden=array('id','filename')
);
results_navigation;
/inline;
/if;
]
|
|
|
Photo
& Travel is published monthly. Photo
& Travel does not sell, exchange or
release your personal information (name,
e-mail address, mailing address, credit
card data, etc.) without your consent to
any third parties. Photo & Travel only
contacts individuals who specifically
request that we do so. Photo & Travel
is not responsible for a writer's use of
unauthorized material from other sources,
that is the responsibility of each
writer.
|
|
Advertisers
may contact: jones@PhotoAndTravel.com.
Advertisements which appear on this Web
site are delivered to you by
double-click.
|
|
Media
Invitations: CVB, Chamber of Commerce,
Resorts, interested in hosting a media
trip for a staff member should contact
Photo
& Travel Media request
|
|