06-18-2010, 12:53 PM
[eluser]Blues Clues[/eluser]
Hello
I am exploring CI and PHP and wondering if I could include PHP code snippets in <head> tag of HTML code...
for example, I have the following code in <head>.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<?php echo base_url(); ?>
</head>
<body>
<ul>
<li><a href="#">Home</a></li>
</ul>
</body>
Any thoughts as to why I would not get any results. My page is blank.
-BC
Hello
I am exploring CI and PHP and wondering if I could include PHP code snippets in <head> tag of HTML code...
for example, I have the following code in <head>.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<?php echo base_url(); ?>
</head>
<body>
<ul>
<li><a href="#">Home</a></li>
</ul>
</body>
Any thoughts as to why I would not get any results. My page is blank.
-BC