Author Topic: &lang['example'] in new php. need help  (Read 3163 times)

0 Members and 1 Guest are viewing this topic.

Offline MrAndrew

  • Sr. Member
  • ****
  • Posts: 302
    • View Profile
    • Aviation PhotoBase
&lang['example'] in new php. need help
« 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!