<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML&#187; php</title>
	<atom:link href="http://htmlindex.net/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Thu, 24 May 2012 04:46:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>URL &#8220;redirect&#8221; &#8230;/php?</title>
		<link>http://htmlindex.net/html-page-redirect/url-redirect-php</link>
		<comments>http://htmlindex.net/html-page-redirect/url-redirect-php#comments</comments>
		<pubDate>Sat, 10 Mar 2012 16:00:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Page Redirect]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-page-redirect/url-redirect-php</guid>
		<description><![CDATA[Question by CJ Cornell: URL &#8220;redirect&#8221; &#8230;/php? Inside a webpage, I have a form with a text field, and then call a simple script that uses the posted text as part of the name of a web page, which the php calls and displays. example: MainPage.html accepts input &#8220;user-text&#8221;, and on submit and calls &#8220;valdiate.php&#8221; &#8230; <a href="http://htmlindex.net/html-page-redirect/url-redirect-php">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-page-redirect%252Furl-redirect-php%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22URL%20%5C%22redirect%5C%22%20...%2Fphp%3F%22%20%7D);"></div>
<p><strong><i>Question by CJ Cornell</i>: URL &#8220;redirect&#8221; &#8230;/php?</strong><br />
Inside a webpage, I have a form with a text field, and then call a simple script that uses the posted text as part of the name of a web page, which the php calls and displays.</p>
<p>example:   MainPage.html  accepts input &#8220;user-text&#8221;, and on submit  and calls &#8220;valdiate.php&#8221;  which displays &#8220;speciallocation/page-user-text.html&#8221;    </p>
<p>All works fine.</p>
<p>But at in the address bar of IE, the url for MainPage.<a href="http://htmlindex.net" target=_self>html</a>  is displaying.  (even though speciallocation/page-user-text.html is actually showing on the screen).    </p>
<p>How do I change what appears in the address bar &#8230; I actually want a completely different url to show on top.</p>
<p>Thanks<br />
I am indeed using PHP: header( &#8216;location:page.html&#8217; );    and 1-&#8221;page.html is  displayed but not in the address bar, the url of the original page is there.  And, my goal is to display a different url in the address bar.</p>
<p>Essentially a page from a different server is calling the php and data.html page that reside on my server &#8211; but I don&#8217;t want to display my domain or url on top.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Bernz</i><br/>It depends how you do your forwarding. If you use a &#8220;header/location&#8221; tag (ex. in PHP: header( &#8216;location:page.html&#8217; ); ), the page might be hidden depending on how many pages are called using this method.</p>
<p>If you want the right page to be displayed in the address bar, the easiest way is to use javascript and the &#8220;window.location.href&#8221; method. This will always display the right address in the address bar.</p>
<p>Other than that, you can&#8217;t really hide the &#8220;real&#8221; address, unless you use the window.open method in javascript and hide the address bar.</p>
<p><strong>What do you think? Answer below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-page-redirect%2Furl-redirect-php';
  addthis_title  = 'URL+%26%238220%3Bredirect%26%238221%3B+%26%238230%3B%2Fphp%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-page-redirect/url-redirect-php"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/redirect' rel='tag' target='_blank'>redirect</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-page-redirect/url-redirect-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need help altering image dimensions that I&#8217;m inserting into my website?</title>
		<link>http://htmlindex.net/html-command-insert-image/need-help-altering-image-dimensions-that-im-inserting-into-my-website</link>
		<comments>http://htmlindex.net/html-command-insert-image/need-help-altering-image-dimensions-that-im-inserting-into-my-website#comments</comments>
		<pubDate>Mon, 20 Feb 2012 10:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Command Insert Image]]></category>
		<category><![CDATA[Admin Mode]]></category>
		<category><![CDATA[Alexander]]></category>
		<category><![CDATA[Alexander Brunner]]></category>
		<category><![CDATA[Alteration]]></category>
		<category><![CDATA[Alterations]]></category>
		<category><![CDATA[altering]]></category>
		<category><![CDATA[Anchor]]></category>
		<category><![CDATA[dimensions]]></category>
		<category><![CDATA[Exact Size]]></category>
		<category><![CDATA[Flyers]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[Hyperlinked Image]]></category>
		<category><![CDATA[Hyperlinks]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Image Dimensions]]></category>
		<category><![CDATA[Image Size]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[inserting]]></category>
		<category><![CDATA[into]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Scanning]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Website Question]]></category>
		<category><![CDATA[Word Template]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-command-insert-image/need-help-altering-image-dimensions-that-im-inserting-into-my-website</guid>
		<description><![CDATA[Question by : Need help altering image dimensions that I&#8217;m inserting into my website? Ok, let&#8217;s see if I can ask this correctly&#8230; I have a website thru JustHost and am using &#8220;their&#8221; templates. I&#8217;m scanning flyers (w/color, design and text) that need to be &#8220;readable&#8221;. But no matter how much I alter the size, &#8230; <a href="http://htmlindex.net/html-command-insert-image/need-help-altering-image-dimensions-that-im-inserting-into-my-website">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-command-insert-image%252Fneed-help-altering-image-dimensions-that-im-inserting-into-my-website%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Need%20help%20altering%20image%20dimensions%20that%20I%27m%20inserting%20into%20my%20website%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: Need help altering image dimensions that I&#8217;m inserting into my website?</strong><br />
Ok, let&#8217;s see if I can ask this correctly&#8230;<br />
I have a website thru JustHost and am using &#8220;their&#8221; templates. I&#8217;m scanning flyers (w/color, design and text) that need to be &#8220;readable&#8221;. But no matter how much I alter the size, pixels, etc, the images are shown in the same exact size once they&#8217;re on the website.<br />
Now&#8230; when working in my website&#8217;s &#8220;admin&#8221; mode, while on the php page (where I&#8217;m uploading these images as hyperlinks), I have an option to view the <a href="http://htmlindex.net" target=_self>html</a> code, and where the text of the hyperlinked image is, it says the following:</p>
<td style="text-align: left; background-color: #ffffff;">
<div style="text-align: center;"><span style="font-size: medium;"><span style="font-size: large;">Image</span></span><br />
As you can see, I see nothing relevant to the image &#8220;size&#8221;&#8230; Can I &#8220;add&#8221; something to change the image size? Such as a percentage or dimensions, for instance? Without messing up the template&#8217;s &#8220;design&#8221;?<br />
And I&#8217;m saying &#8220;design&#8221; because I don&#8217;t know the proper term for what I&#8217;m trying to say, since when I&#8217;ve made other alterations in the past to the template&#8217;s commands (not sure if that&#8217;s the right word either), I notice the template&#8217;s design gets distorted&#8230; and if I &#8220;undo&#8221; such alteration, it doesn&#8217;t necessarily go back to the way it was once I&#8217;ve saved changes  :/</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Alexander Brunner</i><br/>I don&#8217;t see a class or ID that refers to an image, nor the <img>-tag, only an anchor (which is a link), a division box, etc. In your case, try to post your image in the HTML as:</p>
<p><img style="width: 100px; height: 100px; background: url('yourimage.jpg');" title="Need help altering image dimensions that Im inserting into my website?" alt=" Need help altering image dimensions that Im inserting into my website?" /></p>
<p><strong>What do you think? Answer below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-command-insert-image%2Fneed-help-altering-image-dimensions-that-im-inserting-into-my-website';
  addthis_title  = 'Need+help+altering+image+dimensions+that+I%26%238217%3Bm+inserting+into+my+website%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-command-insert-image/need-help-altering-image-dimensions-that-im-inserting-into-my-website"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Admin+Mode' rel='tag' target='_blank'>Admin Mode</a>, <a class='technorati-link' href='http://technorati.com/tag/Alexander' rel='tag' target='_blank'>Alexander</a>, <a class='technorati-link' href='http://technorati.com/tag/Alexander+Brunner' rel='tag' target='_blank'>Alexander Brunner</a>, <a class='technorati-link' href='http://technorati.com/tag/Alteration' rel='tag' target='_blank'>Alteration</a>, <a class='technorati-link' href='http://technorati.com/tag/Alterations' rel='tag' target='_blank'>Alterations</a>, <a class='technorati-link' href='http://technorati.com/tag/altering' rel='tag' target='_blank'>altering</a>, <a class='technorati-link' href='http://technorati.com/tag/Anchor' rel='tag' target='_blank'>Anchor</a>, <a class='technorati-link' href='http://technorati.com/tag/dimensions' rel='tag' target='_blank'>dimensions</a>, <a class='technorati-link' href='http://technorati.com/tag/Exact+Size' rel='tag' target='_blank'>Exact Size</a>, <a class='technorati-link' href='http://technorati.com/tag/Flyers' rel='tag' target='_blank'>Flyers</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/html+code' rel='tag' target='_blank'>html code</a>, <a class='technorati-link' href='http://technorati.com/tag/Hyperlinked+Image' rel='tag' target='_blank'>Hyperlinked Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Hyperlinks' rel='tag' target='_blank'>Hyperlinks</a>, <a class='technorati-link' href='http://technorati.com/tag/Image' rel='tag' target='_blank'>Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Dimensions' rel='tag' target='_blank'>Image Dimensions</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Size' rel='tag' target='_blank'>Image Size</a>, <a class='technorati-link' href='http://technorati.com/tag/Images' rel='tag' target='_blank'>Images</a>, <a class='technorati-link' href='http://technorati.com/tag/inserting' rel='tag' target='_blank'>inserting</a>, <a class='technorati-link' href='http://technorati.com/tag/into' rel='tag' target='_blank'>into</a>, <a class='technorati-link' href='http://technorati.com/tag/need' rel='tag' target='_blank'>need</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/Scanning' rel='tag' target='_blank'>Scanning</a>, <a class='technorati-link' href='http://technorati.com/tag/Tag' rel='tag' target='_blank'>Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/Templates' rel='tag' target='_blank'>Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Question' rel='tag' target='_blank'>Website Question</a>, <a class='technorati-link' href='http://technorati.com/tag/Word+Template' rel='tag' target='_blank'>Word Template</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-command-insert-image/need-help-altering-image-dimensions-that-im-inserting-into-my-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to pass and read an array of an array in PHP?</title>
		<link>http://htmlindex.net/how-to-parse-html-c/how-to-pass-and-read-an-array-of-an-array-in-php</link>
		<comments>http://htmlindex.net/how-to-parse-html-c/how-to-pass-and-read-an-array-of-an-array-in-php#comments</comments>
		<pubDate>Thu, 24 Nov 2011 04:00:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To Parse Html C]]></category>
		<category><![CDATA[Affiliation]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Array Value]]></category>
		<category><![CDATA[Contributor]]></category>
		<category><![CDATA[Devon]]></category>
		<category><![CDATA[Error Syntax Error]]></category>
		<category><![CDATA[Html Input]]></category>
		<category><![CDATA[Input Fields]]></category>
		<category><![CDATA[Key Value]]></category>
		<category><![CDATA[Nfs]]></category>
		<category><![CDATA[pass]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://htmlindex.net/how-to-parse-html-c/how-to-pass-and-read-an-array-of-an-array-in-php</guid>
		<description><![CDATA[Question by Jesse: How to pass and read an array of an array in PHP? Hopefully someone can help me here, it&#8217;s kind of complicated. I&#8217;m trying to pass data from a form to an XML doc. Part of the form allows multiple contributors to be appended. In the XML I&#8217;d like it to look &#8230; <a href="http://htmlindex.net/how-to-parse-html-c/how-to-pass-and-read-an-array-of-an-array-in-php">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhow-to-parse-html-c%252Fhow-to-pass-and-read-an-array-of-an-array-in-php%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20pass%20and%20read%20an%20array%20of%20an%20array%20in%20PHP%3F%22%20%7D);"></div>
<p><strong><i>Question by Jesse</i>: How to pass and read an array of an array in PHP?</strong><br />
Hopefully someone can help me here, it&#8217;s kind of complicated. I&#8217;m trying to pass data from a form to an XML doc. Part of the form allows multiple contributors to be appended. In the XML I&#8217;d like it to look like:</p>
<p><contributors><br />
  <contributor><br />
    <name></name><br />
    <role></role><br />
    <association></association><br />
  </contributor><br />
  &#8230;<br />
</contributors></p>
<p>And my form is set up more or less like this in HTML:</p>
<input name="contributor[name[]]" />
<input name="contributor[role[]]" />
<input name="contributor[association[]]" />
<p>The data passed just fine when the page was set up like this:</p>
<input name="contributorName[]" />
<p>But the data came in the order name1, name2, role1, role2, etc&#8230;<br />
It seems like doing an array of an array should solve the ordering problem but I think I either forgot how to properly write PHP or it&#8217;s just really late. Here is the PHP I have written relative to this piece:</p>
<p>// Collect information from POST request<br />
foreach($  _POST as $  key => $  value) {<br />
if(is_array($  value)) {<br />
// Special Case for contributors<br />
if($  key == &#8220;contributor&#8221;) {<br />
$  event->addChild($  key);<br />
for($  i = 0; $  i < count($  value); $  i++) {<br />
$  c = "contributor";<br />
$  event->$  key->addChild(&#8220;contributor&#8221;);<br />
$  event->$  key->$  c->addChild(&#8220;name&#8221;, $  value[name[$  i]]);<br />
$  event->$  key->$  c->addChild(&#8220;role&#8221;, $  value[role[$  i]]);<br />
$  event->$  key->$  c->addChild(&#8220;affiliation&#8221;, $  value[affiliation[$  i]]);<br />
}<br />
}<br />
                        // If it&#8217;s just a single level array set<br />
else<br />
{<br />
$  event->addChild($  key.&#8221;Set&#8221;);<br />
for($  i = 0; $  i < count($  value); $  i++) {<br />
$  event->$  key->addChild($  key, $  value[$  i]);<br />
}<br />
}<br />
                // If it&#8217;s not an array, just add it<br />
} else {<br />
$  event->addChild($  key, $  value);<br />
}<br />
}</p>
<p>Here is the kind of error I got:</p>
<p>Parse error: syntax error, unexpected &#8216;[', expecting ']&#8216; in /nfs/aesop01/hw12/d22/codexa/process.php on line 37</p>
<p>It&#8217;s obviously something about the double level array but it seems like it should work. If anyone has had similar problems and/or found solutions I would like to hear them! Thanks.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Devon</i><br/>Without seeing your actual code, it&#8217;s impossible to debug your specific problem. However, from what you have shown, that does not appear to be altered, your <a href="http://htmlindex.net" target=_self>html</a> input fields should be:</p>
<input type="text" name="contributor[name][]" value="" />
<p>Additionally, your PHP should follow the same concept:<br />
$  value['name'][$  i] // This assumes that &#8216;name&#8217; is a literal string array key, and you want the value of the $  i entry in that array.</p>
<p>Notice how the square brackets fall outside of the first set of brackets.</p>
<p>Here is a demonstration script I&#8217;ve thrown together that may provide some useful insight on how to handle such situations: >> http://pastebin.com/WJn65RM9 <<</p>
<p>In my example, you can then use the $  contributors array to build the XML from.</p>
<p>Note:<br />
Multidimensional arrays can be confusing to work with, having a good understanding on how to debug your scripts is crucial to becoming a good developer and being able to resolve your own problems. I'd strongly suggest that you take a look at http://php.net/print_r and it's similar functions.</p>
<p>There are better, more efficient ways to handle input but this is more than suitable for most situations. Just be sure to clean the input to prevent any type of SQL or code injections.</p>
<p><strong>What do you think? Answer below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhow-to-parse-html-c%2Fhow-to-pass-and-read-an-array-of-an-array-in-php';
  addthis_title  = 'How+to+pass+and+read+an+array+of+an+array+in+PHP%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/how-to-parse-html-c/how-to-pass-and-read-an-array-of-an-array-in-php"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Affiliation' rel='tag' target='_blank'>Affiliation</a>, <a class='technorati-link' href='http://technorati.com/tag/Array' rel='tag' target='_blank'>Array</a>, <a class='technorati-link' href='http://technorati.com/tag/Array+Value' rel='tag' target='_blank'>Array Value</a>, <a class='technorati-link' href='http://technorati.com/tag/Contributor' rel='tag' target='_blank'>Contributor</a>, <a class='technorati-link' href='http://technorati.com/tag/Devon' rel='tag' target='_blank'>Devon</a>, <a class='technorati-link' href='http://technorati.com/tag/Error+Syntax+Error' rel='tag' target='_blank'>Error Syntax Error</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Input' rel='tag' target='_blank'>Html Input</a>, <a class='technorati-link' href='http://technorati.com/tag/Input+Fields' rel='tag' target='_blank'>Input Fields</a>, <a class='technorati-link' href='http://technorati.com/tag/Key+Value' rel='tag' target='_blank'>Key Value</a>, <a class='technorati-link' href='http://technorati.com/tag/Nfs' rel='tag' target='_blank'>Nfs</a>, <a class='technorati-link' href='http://technorati.com/tag/pass' rel='tag' target='_blank'>pass</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/Read' rel='tag' target='_blank'>Read</a>, <a class='technorati-link' href='http://technorati.com/tag/xml' rel='tag' target='_blank'>xml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/how-to-parse-html-c/how-to-pass-and-read-an-array-of-an-array-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I change the background of my web page depending on the time only using XHTML?</title>
		<link>http://htmlindex.net/xhtml/how-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml</link>
		<comments>http://htmlindex.net/xhtml/how-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:26:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Background Web]]></category>
		<category><![CDATA[Background White]]></category>
		<category><![CDATA[Body Background]]></category>
		<category><![CDATA[Good Afternoon]]></category>
		<category><![CDATA[Good Evening]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[New Date]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Script Language]]></category>
		<category><![CDATA[Style Type]]></category>
		<category><![CDATA[Url]]></category>
		<category><![CDATA[Web Page]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/how-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml</guid>
		<description><![CDATA[I need to change the background of my web page 3 times a day. good morning, good afternoon, and good evening. this has to be in xhtml and not use javascript or PHP. I have to do this for a class which is why I cant use these. &#60;script language=&#34;JavaScript&#34;&#62; day=new Date() //..get the date &#8230; <a href="http://htmlindex.net/xhtml/how-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fhow-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20can%20I%20change%20the%20background%20of%20my%20web%20page%20depending%20on%20the%20time%20only%20using%20XHTML%3F%22%20%7D);"></div>
<p>I need to change the background of my web page 3 times a day. good morning, good afternoon, and good evening. this has to be in x<a href="http://htmlindex.net" target=_self>html</a> and not use javascript or PHP. I have to do this for a class which is why I cant use these.<br />
<br />&lt;script language=&quot;JavaScript&quot;&gt;</p>
<p>day=new Date()     //..get the date</p>
<p>x=day.getHours()    //..get the hour</p>
<p>if(x&gt;=0 &amp;&amp; x&lt;4) {</p>
<p>   document.write(&#8216;&lt;style type=&quot;text/css&quot;&gt;body{background: white url(1st.jpg); color: black}&quot;&gt;&lt;/style&gt;&#8217;)</p>
<p>} else</p>
<p>if(x&gt;=4 &amp;&amp; x&lt;12) {</p>
<p>   document.write(&#8216;&lt;style type=&quot;text/css&quot;&gt;body{background: white url(2nd.jpg); color: black}&lt;/style&gt;&#8217;)</p>
<p>} else</p>
<p>if(x&gt;=12 &amp;&amp; x&lt;18) {</p>
<p>   document.write(&#8216;&lt;style type=&quot;text/css&quot;&gt;body{background: white url(3rd.jpg); color: black}&lt;/style&gt;&#8217;)</p>
<p>} else</p>
<p>if (x&gt;=18 &amp;&amp; x&lt;24) {</p>
<p>   document.write(&#8216;&lt;style type=&quot;text/css&quot;&gt;body{background: white url(4th.jpg); color: black}&lt;/style&gt;&#8217;)</p>
<p>}</p>
<p>&lt;/script&gt;</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fhow-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml';
  addthis_title  = 'How+can+I+change+the+background+of+my+web+page+depending+on+the+time+only+using+XHTML%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/how-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Amp' rel='tag' target='_blank'>Amp</a>, <a class='technorati-link' href='http://technorati.com/tag/Background+Web' rel='tag' target='_blank'>Background Web</a>, <a class='technorati-link' href='http://technorati.com/tag/Background+White' rel='tag' target='_blank'>Background White</a>, <a class='technorati-link' href='http://technorati.com/tag/Body+Background' rel='tag' target='_blank'>Body Background</a>, <a class='technorati-link' href='http://technorati.com/tag/Good+Afternoon' rel='tag' target='_blank'>Good Afternoon</a>, <a class='technorati-link' href='http://technorati.com/tag/Good+Evening' rel='tag' target='_blank'>Good Evening</a>, <a class='technorati-link' href='http://technorati.com/tag/javascript' rel='tag' target='_blank'>javascript</a>, <a class='technorati-link' href='http://technorati.com/tag/Lt' rel='tag' target='_blank'>Lt</a>, <a class='technorati-link' href='http://technorati.com/tag/New+Date' rel='tag' target='_blank'>New Date</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/Script+Language' rel='tag' target='_blank'>Script Language</a>, <a class='technorati-link' href='http://technorati.com/tag/Style+Type' rel='tag' target='_blank'>Style Type</a>, <a class='technorati-link' href='http://technorati.com/tag/Url' rel='tag' target='_blank'>Url</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Page' rel='tag' target='_blank'>Web Page</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/how-can-i-change-the-background-of-my-web-page-depending-on-the-time-only-using-xhtml/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Html/Php Contact Form &#8211; Part 1</title>
		<link>http://htmlindex.net/html/htmlphp-contact-form-part-1</link>
		<comments>http://htmlindex.net/html/htmlphp-contact-form-part-1#comments</comments>
		<pubDate>Sun, 14 Feb 2010 15:37:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/htmlphp-contact-form-part-1</guid>
		<description><![CDATA[Create a form so people can send you emails via html form Source Code: http://gorilla3d.com/v4/files/contactus.zip HD Video: http://gorilla3d.com/v4/videos/php_contact_form_p1.mov Duration : 0:8:37 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtmlphp-contact-form-part-1'; addthis_title = 'Html%2FPhp+Contact+Form+%26%238211%3B+Part+1'; addthis_pub = ''; Technorati Tags: Contact, development, form, html, php]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml%252Fhtmlphp-contact-form-part-1%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Html%2FPhp%20Contact%20Form%20-%20Part%201%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/VbHsEafkyjM/2.jpg" align="left" title="Html/Php Contact Form   Part 1" alt="2 Html/Php Contact Form   Part 1" />Create a form so people can send you emails via <a href="http://htmlindex.net" target=_self>html</a> form</p>
<p>Source Code: http://gorilla3d.com/v4/files/contactus.zip<br />
HD Video:<br />
http://gorilla3d.com/v4/videos/php_contact_form_p1.mov</p>
<p>Duration : <b>0:8:37</b></p>
<p><span id="more-528"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/VbHsEafkyjM&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/VbHsEafkyjM&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtmlphp-contact-form-part-1';
  addthis_title  = 'Html%2FPhp+Contact+Form+%26%238211%3B+Part+1';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html/htmlphp-contact-form-part-1"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Contact' rel='tag' target='_blank'>Contact</a>, <a class='technorati-link' href='http://technorati.com/tag/development' rel='tag' target='_blank'>development</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/htmlphp-contact-form-part-1/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Html/Php Contact Form &#8211; Part 2</title>
		<link>http://htmlindex.net/html/htmlphp-contact-form-part-2</link>
		<comments>http://htmlindex.net/html/htmlphp-contact-form-part-2#comments</comments>
		<pubDate>Wed, 10 Feb 2010 09:53:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/htmlphp-contact-form-part-2</guid>
		<description><![CDATA[Continued from: http://www.youtube.com/watch?v=VbHsEafkyjM Create a form so people can send you emails via html form Source Code: http://gorilla3d.com/v4/files/contactus.zip HD Video: http://gorilla3d.com/v4/videos/php_contact_form_p2.mov Duration : 0:6:27 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtmlphp-contact-form-part-2'; addthis_title = 'Html%2FPhp+Contact+Form+%26%238211%3B+Part+2'; addthis_pub = ''; Technorati Tags: Contact, development, form, html, php]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml%252Fhtmlphp-contact-form-part-2%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Html%2FPhp%20Contact%20Form%20-%20Part%202%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/qUgul1RgSGk/2.jpg" align="left" title="Html/Php Contact Form   Part 2" alt="2 Html/Php Contact Form   Part 2" />Continued from: http://www.youtube.com/watch?v=VbHsEafkyjM</p>
<p> Create a form so people can send you emails via <a href="http://htmlindex.net" target=_self>html</a> form</p>
<p>Source Code: http://gorilla3d.com/v4/files/contactus.zip<br />
HD Video:<br />
http://gorilla3d.com/v4/videos/php_contact_form_p2.mov</p>
<p>Duration : <b>0:6:27</b></p>
<p><span id="more-498"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/qUgul1RgSGk&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/qUgul1RgSGk&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fhtmlphp-contact-form-part-2';
  addthis_title  = 'Html%2FPhp+Contact+Form+%26%238211%3B+Part+2';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html/htmlphp-contact-form-part-2"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Contact' rel='tag' target='_blank'>Contact</a>, <a class='technorati-link' href='http://technorati.com/tag/development' rel='tag' target='_blank'>development</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/htmlphp-contact-form-part-2/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Basic XHTML Style Tutorial</title>
		<link>http://htmlindex.net/xhtml/basic-xhtml-style-tutorial</link>
		<comments>http://htmlindex.net/xhtml/basic-xhtml-style-tutorial#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:10:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Eatsleep]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[SSI]]></category>
		<category><![CDATA[T3h]]></category>
		<category><![CDATA[Techies]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/basic-xhtml-style-tutorial</guid>
		<description><![CDATA[How to use basic styles in Xhtml. Duration : 0:3:42 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fbasic-xhtml-style-tutorial'; addthis_title = 'Basic+XHTML+Style+Tutorial'; addthis_pub = ''; Technorati Tags: css, design, Eatsleep, how, html, php, SSI, T3h, Techies, to, web, websites, xhtml]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fbasic-xhtml-style-tutorial%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Basic%20XHTML%20Style%20Tutorial%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/xreLrNAohPM/2.jpg" align="left" title="Basic XHTML Style Tutorial" alt="2 Basic XHTML Style Tutorial" />How to use basic styles in X<a href="http://htmlindex.net" target=_self>html</a>.</p>
<p>Duration : <b>0:3:42</b></p>
<p><span id="more-404"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/xreLrNAohPM&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/xreLrNAohPM&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fbasic-xhtml-style-tutorial';
  addthis_title  = 'Basic+XHTML+Style+Tutorial';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/basic-xhtml-style-tutorial"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/Eatsleep' rel='tag' target='_blank'>Eatsleep</a>, <a class='technorati-link' href='http://technorati.com/tag/how' rel='tag' target='_blank'>how</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/SSI' rel='tag' target='_blank'>SSI</a>, <a class='technorati-link' href='http://technorati.com/tag/T3h' rel='tag' target='_blank'>T3h</a>, <a class='technorati-link' href='http://technorati.com/tag/Techies' rel='tag' target='_blank'>Techies</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/web' rel='tag' target='_blank'>web</a>, <a class='technorati-link' href='http://technorati.com/tag/websites' rel='tag' target='_blank'>websites</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/basic-xhtml-style-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Basics: Embedding PHP inside HTML</title>
		<link>http://htmlindex.net/html/php-basics-embedding-php-inside-html</link>
		<comments>http://htmlindex.net/html/php-basics-embedding-php-inside-html#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:09:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[embedding]]></category>
		<category><![CDATA[embeding]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[hyper]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[inside]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[lessons]]></category>
		<category><![CDATA[Markup]]></category>
		<category><![CDATA[me]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[teach]]></category>
		<category><![CDATA[teaching]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/php-basics-embedding-php-inside-html</guid>
		<description><![CDATA[Embed PHP code inside html to add some dynamic functionality to your pages. Duration : 0:5:1 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fphp-basics-embedding-php-inside-html'; addthis_title = 'PHP+Basics%3A+Embedding+PHP+inside+HTML'; addthis_pub = ''; Technorati Tags: embed, embedded, embedding, embeding, Help, html, hyper, in, inside, learn, learning, lesson, lessons, Markup, me, php, programming, teach, teaching, text, tutorial, tutorials, video, videos]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml%252Fphp-basics-embedding-php-inside-html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22PHP%20Basics%3A%20Embedding%20PHP%20inside%20HTML%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/N-T9Oz4RSAM/2.jpg" align="left" title="PHP Basics: Embedding PHP inside HTML" alt="2 PHP Basics: Embedding PHP inside HTML" />Embed PHP code inside <a href="http://htmlindex.net" target=_self>html</a> to add some dynamic functionality to your pages.</p>
<p>Duration : <b>0:5:1</b></p>
<p><span id="more-402"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/N-T9Oz4RSAM&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/N-T9Oz4RSAM&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Fphp-basics-embedding-php-inside-html';
  addthis_title  = 'PHP+Basics%3A+Embedding+PHP+inside+HTML';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html/php-basics-embedding-php-inside-html"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/embed' rel='tag' target='_blank'>embed</a>, <a class='technorati-link' href='http://technorati.com/tag/embedded' rel='tag' target='_blank'>embedded</a>, <a class='technorati-link' href='http://technorati.com/tag/embedding' rel='tag' target='_blank'>embedding</a>, <a class='technorati-link' href='http://technorati.com/tag/embeding' rel='tag' target='_blank'>embeding</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/hyper' rel='tag' target='_blank'>hyper</a>, <a class='technorati-link' href='http://technorati.com/tag/in' rel='tag' target='_blank'>in</a>, <a class='technorati-link' href='http://technorati.com/tag/inside' rel='tag' target='_blank'>inside</a>, <a class='technorati-link' href='http://technorati.com/tag/learn' rel='tag' target='_blank'>learn</a>, <a class='technorati-link' href='http://technorati.com/tag/learning' rel='tag' target='_blank'>learning</a>, <a class='technorati-link' href='http://technorati.com/tag/lesson' rel='tag' target='_blank'>lesson</a>, <a class='technorati-link' href='http://technorati.com/tag/lessons' rel='tag' target='_blank'>lessons</a>, <a class='technorati-link' href='http://technorati.com/tag/Markup' rel='tag' target='_blank'>Markup</a>, <a class='technorati-link' href='http://technorati.com/tag/me' rel='tag' target='_blank'>me</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/programming' rel='tag' target='_blank'>programming</a>, <a class='technorati-link' href='http://technorati.com/tag/teach' rel='tag' target='_blank'>teach</a>, <a class='technorati-link' href='http://technorati.com/tag/teaching' rel='tag' target='_blank'>teaching</a>, <a class='technorati-link' href='http://technorati.com/tag/text' rel='tag' target='_blank'>text</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_blank'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorials' rel='tag' target='_blank'>tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/video' rel='tag' target='_blank'>video</a>, <a class='technorati-link' href='http://technorati.com/tag/videos' rel='tag' target='_blank'>videos</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/php-basics-embedding-php-inside-html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Basic XHTML Tutorial</title>
		<link>http://htmlindex.net/xhtml/basic-xhtml-tutorial</link>
		<comments>http://htmlindex.net/xhtml/basic-xhtml-tutorial#comments</comments>
		<pubDate>Sun, 24 Jan 2010 00:16:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[Eatleeplaygame]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Intro]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[T3h]]></category>
		<category><![CDATA[Techies]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/basic-xhtml-tutorial</guid>
		<description><![CDATA[Introduction to Xhtml Duration : 0:3:7 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fbasic-xhtml-tutorial'; addthis_title = 'Basic+XHTML+Tutorial'; addthis_pub = ''; Technorati Tags: easy, Eatleeplaygame, html, Intro, php, T3h, Techies, tutorial, xhtml]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fbasic-xhtml-tutorial%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Basic%20XHTML%20Tutorial%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/6Mj8B0WUY4k/2.jpg" align="left" title="Basic XHTML Tutorial" alt="2 Basic XHTML Tutorial" />Introduction to X<a href="http://htmlindex.net" target=_self>html</a></p>
<p>Duration : <b>0:3:7</b></p>
<p><span id="more-358"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6Mj8B0WUY4k&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/6Mj8B0WUY4k&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fbasic-xhtml-tutorial';
  addthis_title  = 'Basic+XHTML+Tutorial';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/basic-xhtml-tutorial"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/easy' rel='tag' target='_blank'>easy</a>, <a class='technorati-link' href='http://technorati.com/tag/Eatleeplaygame' rel='tag' target='_blank'>Eatleeplaygame</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Intro' rel='tag' target='_blank'>Intro</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/T3h' rel='tag' target='_blank'>T3h</a>, <a class='technorati-link' href='http://technorati.com/tag/Techies' rel='tag' target='_blank'>Techies</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_blank'>tutorial</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/basic-xhtml-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create a Basic Website Design Template Using PHP, CSS, and XHTML Part 3 of 3</title>
		<link>http://htmlindex.net/xhtml/how-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3</link>
		<comments>http://htmlindex.net/xhtml/how-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3#comments</comments>
		<pubDate>Fri, 22 Jan 2010 22:57:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/xhtml/how-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3</guid>
		<description><![CDATA[Learn how to create a basic static page website design template using php, css, and xhtml. Using website templates like the one you&#8217;ll learn to make here helps cut down on the rewriting of code and saves you a ton of time. This is a basic template we&#8217;ll use to build more advanced website designs &#8230; <a href="http://htmlindex.net/xhtml/how-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fxhtml%252Fhow-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20Create%20a%20Basic%20Website%20Design%20Template%20Using%20PHP%2C%20CSS%2C%20and%20XHTML%20Part%203%20of%203%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/3oCUXvzIK54/2.jpg" align="left" title="How to Create a Basic Website Design Template Using PHP, CSS, and XHTML Part 3 of 3" alt="2 How to Create a Basic Website Design Template Using PHP, CSS, and XHTML Part 3 of 3" />Learn how to create a basic static page website design template using php, css, and x<a href="http://htmlindex.net" target=_self>html</a>. Using website templates like the one you&#8217;ll learn to make here helps cut down on the rewriting of code and saves you a ton of time. This is a basic template we&#8217;ll use to build more advanced website designs and templates.</p>
<p>Duration : <b>0:9:31</b></p>
<p><span id="more-347"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/3oCUXvzIK54&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/3oCUXvzIK54&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fxhtml%2Fhow-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3';
  addthis_title  = 'How+to+Create+a+Basic+Website+Design+Template+Using+PHP%2C+CSS%2C+and+XHTML+Part+3+of+3';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/xhtml/how-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/php' rel='tag' target='_blank'>php</a>, <a class='technorati-link' href='http://technorati.com/tag/Template' rel='tag' target='_blank'>Template</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/xhtml/how-to-create-a-basic-website-design-template-using-php-css-and-xhtml-part-3-of-3/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: htmlindex.net @ 2012-05-24 21:27:07 -->
