i have been using short tags to include functions from a php file now i need to...

  • Thread starter Thread starter noneedtofearitsjustme
  • Start date Start date
N

noneedtofearitsjustme

Guest
...convert to the standard? I have a php file with 3 menus MENU, UPDATE and SEARCH.
i call these function using <? MAIN; ?>. Now my web provider doesnt allow short tabs so i need to convert it to long tags. Whats the syntax for this. MAIN is in a file called core that i add to the web page using require keyword.
 
Back
Top