Author |
Message |
Topic: Php tag <?= not recognized |
Zynv
Replies: 4
Views: 11092
|
|
You must enable short_tags in the PHP configuration. However, I do not recommend you to use short tags since it screws up XML files (because they start with <?).
Marvelous. That works. Thanks a ... |
Topic: Php tag <?= not recognized |
Zynv
Replies: 4
Views: 11092
|
|
You have not told php what to do so its not going to execute it. You must use php tags, <?php and ?> and use a command telling it what to do with text you put in. echo() or print() will put out ... |
Topic: Php tag <?= not recognized |
Zynv
Replies: 4
Views: 11092
|
|
Greetings.
I appologize if as question like this already been asked, I've checked the first 7 pages of posts... and if there is a topic for my question I've missed it...
I've just installed clea ... |
|