Search results

  1. F

    setting up a dev. system

    I want to setup a developing system, to develope & test new things, before they go live. So I made a copy of my website and created a subdomain. Same for the database. Now I only had to change $db_name and $site_url to point to the dev.mysql database. Normally. But it doesn't work, no matter...
  2. F

    Show values from table in page title

    Hi, I was wondering, how can I get some values from a table into the page title. Example, on this page I want at least the first value (which is 'Cultural Vibe - Mind Games') in the page title too. So it will become: Outlab | Cultural Vibe - Mind Games any ideas? Thx Paul
  3. F

    show search phrase in result page

    I want to show the search phrase on the result page and solved it like this: index.php line 471 find: txt_out("<br>".$results_number." ".$normal_messages_ar["records_found"], "n_results_found"); change to: txt_out("<br>".$results_number." ".$normal_messages_ar["records_found"]." for...
Top