Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php-shorttags

why would shorthand PHP opening statements not be working? [duplicate]

php php-shorttags

Why does <?=?> work on one computer but not another?

php php-shorttags

PHP syntax issue

php php-shorttags

PHP Short hand tags 7.x

php php-shorttags

Why do almost all PHP framework use "<?php echo ... ?>"

What does <?= mean? [duplicate]

php php-shorttags

<?= ?> special tags in php [duplicate]

php php-shorttags

Why does Symfony recommend turning php_short_tags off

php symfony php-shorttags

Is it now safe to use PHP echo short tags?

php php-shorttags

Enable short open tag without php.ini file

php php-shorttags

Is there a speed difference between <?php echo $var; ?> and <?=$var?>?

php syntax php-shorttags

PHP 5.5 short_open_tag=on Security Hole?

php php-shorttags

Netbeans 7.4 doesn't recognise PHP short tag

configure the php.ini on vagrant homestead

Enable PHP short open tags via .htaccess

php .htaccess php-shorttags

Why are "echo" short tags permanently enabled as of PHP 5.4?

<? ?> tags not working in php 5.3.1

php php-shorttags

How to enable PHP short tags?

php tags php-shorttags

Are PHP short tags acceptable to use?