473,385 Members | 1,548 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

What does <?= mean?

I'm looking at the template examples on this page:

http://qcodo.com/

I see stuff like

<?= $_REQUEST["home"]; ?>

I've never seen the "<?=" before. It causes the value of the tag to be
echoed to the screen?

Jan 2 '07 #1
5 1409

lawrence k wrote:
I see stuff like

<?= $_REQUEST["home"]; ?>
It's short had for the echo verb.

Ken

Jan 2 '07 #2
lawrence k wrote:
I'm looking at the template examples on this page:

http://qcodo.com/

I see stuff like

<?= $_REQUEST["home"]; ?>

I've never seen the "<?=" before. It causes the value of the tag to be
echoed to the screen?
Hi,

<?= only works if short_open_tags is set to true.
In that case it is translated to:
<? echo

Regards,
Erwin Moller
Jan 2 '07 #3
On Tue, 02 Jan 2007 17:02:43 +0100, Erwin Moller wrote:
<?= only works if short_open_tags is set to true.
In that case it is translated to:
<? echo

Regards,
Erwin Moller
i heard that the syntax "<?" is obsolete/depreciated
true/false ?
Jan 2 '07 #4
william wrote:
On Tue, 02 Jan 2007 17:02:43 +0100, Erwin Moller wrote:
><?= only works if short_open_tags is set to true.
In that case it is translated to:
<? echo

Regards,
Erwin Moller

i heard that the syntax "<?" is obsolete/depreciated
true/false ?
True, support for it will possibly (for sure??) be dropped in future
releases if I understood well.

So it is better to switch <?php right away.
I did, with some reluctance since I always used the shorthand.

Regards,
Erwin Moller
Jan 2 '07 #5
In article <11*********************@42g2000cwt.googlegroups.c om>,
"lawrence k" <lk******@geocities.comwrote:
I'm looking at the template examples on this page:

http://qcodo.com/

I see stuff like

<?= $_REQUEST["home"]; ?>

I've never seen the "<?=" before. It causes the value of the tag to be
echoed to the screen?
Yep.
--
Sandman[.net]
Jan 2 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Sammy | last post by:
Hi, my mind is going crazy. I have tried everything I can think of to no avail. I have tried Disable Output Escaping. I tried to think of a way of enclosing the attribute data in a CDATA...
4
by: higabe | last post by:
Three questions 1) I have a string function that works perfectly but according to W3C.org web site is syntactically flawed because it contains the characters </ in sequence. So how am I...
129
by: Torbjørn Pettersen | last post by:
I've started cleaning up my HTML and implementing CSS. So far I've used FrontPage, but am switching over to DreamWeaver. Reading a bit on W3Schools.com and W3.org I see there are a lot of HTML...
2
by: serge calderara | last post by:
Dear all, I would like toi understand clearly what does that tag <Serialiaze> reaaly means and when to use it and how? I have seen it in many places thanks for your answer regards serge
72
by: Paminu | last post by:
In math this expression: (a < b) && (b < c) would be described as: a < b < c But why is it that in C these two expressions evaluate to something different for the same values of a, b and...
3
by: Hasani \(remove nospam from address\) | last post by:
What Does <%# mean/do in asp.net? I couldn't find it in the msdn docs.
10
by: Thierry Lam | last post by:
What does the following macro mean, especially the << sign: #define hello(x) (( int64 ) floor( (double) x ) << 32) Thanks Thierry
2
by: riceyeh | last post by:
Hi, What does <xsl:if test="not($values)"mean? What I do not understand is $values? Here, means array? And . = $value means current node is equal to the variable value? So the total meaning is...
8
by: JDT | last post by:
Hi, The last statement at the end of this post is to delete a set member 7.7. I set a break point inside ltstr::operator(). I found out that STL binary-seach the set twice. How come? I have...
4
by: CodeTilYaDrop | last post by:
I am still pretty new to programming, and I sometimes can not figure something out. I am getting an error with this line in my program: Public void count_syllables(int count_syllables) I get...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.