Jump to content

Grischa

Members
  • Posts

    2
  • Joined

  • Last visited

Grischa's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I can't put any PHP Code in the XML file. Can you show me, what you mean exactly?
  2. How can I use PHP Code for the links.xml file for the Live Search Script (http://www.w3schools.com/php/php_ajax_livesearch.asp). I have thousands of Links, which I want to be searchable. <?phpforeach ($verbs["a"] as $key => $list) {echo '<link>'."n";echo '<title>'.($verbs["a"][$key]).'</title>'."n";echo '<url>a/'.letter($verbs["a"][$key]).'/</url>'."n";echo '</link>'."n";} ?> I want also to know, how to change the script, because I want, that the first letter should be find only words, which starts which this letter and so on. like Search: A Alfred Andy Anna Astrid Search: An Andy Anna
×
×
  • Create New...