This topic is locked
[SOLVED]

 General Question

4/4/2009 5:07:17 PM
PHPRunner General questions
S
s.kahya author

Dear admin
how can I show the search options which is on advanced search page on the listed page?
thanks

D
danaci 4/5/2009

selcuk,

print_r($_REQUEST);
this is a array. (sen bu diziden istediğin değerleri kullan)

S
s.kahya author 4/5/2009

selcuk,

print_r($_REQUEST);
this is a array. (sen bu diziden istediğin değerleri kullan)


kardeş yardımın için çok sağol ama benim php biraz zayıf <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=39843&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />
bi tane gerçek örnek versen ben onun üzerinden çalışsam <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=39843&image=2&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />
mesela gelişmiş aramada renk ve beden alanları var bunları listeleme sayfasında listbox şeklinde nasıl arama alanı yaratacağım.
teşekkürler.

D
danaci 4/5/2009

for your table

listpage -before display events

print_r($_REQUEST);
for example.

I'm wanting search u_tc_kimlik fields and value 43537277828

(sana lazım olacak Searchfor=>43537277828 ve Searchfield=>u_tc_kimlik)
create html code and add to this value listbox.
Array ( [a] => search [value] => 1 [SearchFor] => 43537277828 [SearchOption] => Contains [SearchField] => u_tc_kimlik [sdsessionid] => 41553421748ef0197270030496fcf2e4 [PHPSESSID] => ctd30usnendk5ethvkm963k1f5 )