N
Namor
Hi I got a very noob question which i cant understand why i cant do
things like this......
eg... inside.
helloworld.rhtml
<p>
<%
puts "hello"
puts "world"
puts "something something"
%>
</p>
I know i can do this easily in php
<?php
echo "yes this works"
echo "testing 123"
echo "yes this works"
?>
Can someone help me?
things like this......
eg... inside.
helloworld.rhtml
<p>
<%
puts "hello"
puts "world"
puts "something something"
%>
</p>
I know i can do this easily in php
<?php
echo "yes this works"
echo "testing 123"
echo "yes this works"
?>
Can someone help me?