using an HTML get for search instead of PHP???
-
(just a note on top here, my hoster bluehost updates all my WordPress sites automatically, no questions asked, so i kind of wonder why there still is this Version selection here in the forum???
Anyway, to my actual technical problem;
I still have a full Flash interface to one of my sites.
The Flash movie was done on Flash 4, so it is kind of antique in a sense, but since i put in a lot of hard artistic work and still use it as my browser home page i want to keep it also on my new WordPress site.
The only catch i have with Flash 4 is that i have no clue how to get the search box / button go to get some PHP coded link to the actual search page.
I can only use a string that looks like this:
“
On (Release)
If (query ne “”)
Get URL (“cgi-bin/linksaroo/search.pl”, window=”_self”, vars=GET)
End If
End On“
in other words an HTML style of Get command.
What would be my HTML search page link HTML equivalent to <?php get_search_form(); ?>
??
- The topic ‘using an HTML get for search instead of PHP???’ is closed to new replies.