4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: MrAndrew on January 12, 2013, 10:40:59 PM

Title: &lang['example'] in new php. need help
Post by: MrAndrew on January 12, 2013, 10:40:59 PM
Hello all! My problem is:

I`ve a php, in which describes some functions only. For the example i`ll post a part of the code

echo '<br><br><select name="drop_3" id="drop_3">
      <option value=" " disabled="disabled" selected="selected">Choose Example</option>
      <option value="unknown">Unknown</option>
      <option value="Type Manually Airline Here">Unlisted - Type Manually</option>
      <option value=" " disabled="disabled">---------------------</option>';

Choose Example, Unlisted - Type Manually, Unknown can`t support $lang['choose_example']... Got me error, lang is unknown... How to do this. Help me please! Many thanks!