Welcome Guest, Not a member yet? Register   Sign In
Video tutorial problem
#7

[eluser]DoctorG[/eluser]
[quote author="steelaz" date="1254095680"]Perhaps your PHP short tags are turned of, try

Code:
<h3>&lt;?php echo $row->title ?&gt;</h3>
<p>&lt;?php echo $row->body ?&gt;</p>
[/quote]

Yes although
Code:
&lt;?=$row->title ?&gt;
is a nice short cut way, it is probably better for readability to type it as
Code:
&lt;?php echo $row->title ?&gt;
. And as steelas mentioned, the
Quote:&lt;?php ?&gt;
method would be more portable.

My opinion anyway...and still learning Wink
Regards


Messages In This Thread
Video tutorial problem - by El Forum - 09-15-2009, 07:23 AM
Video tutorial problem - by El Forum - 09-15-2009, 07:56 AM
Video tutorial problem - by El Forum - 09-15-2009, 06:45 PM
Video tutorial problem - by El Forum - 09-27-2009, 12:06 PM
Video tutorial problem - by El Forum - 09-27-2009, 12:54 PM
Video tutorial problem - by El Forum - 09-27-2009, 07:45 PM
Video tutorial problem - by El Forum - 09-29-2009, 01:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB