<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-972731407888125787</id><updated>2011-07-08T09:44:42.338-07:00</updated><category term='PHP_MYSQL_CODING'/><title type='text'>Xicroz Xadanz Technology Website</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-150743966363942252</id><published>2009-10-02T02:09:00.000-07:00</published><updated>2009-10-31T03:40:35.153-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>Why Would I Want to Do That?</title><content type='html'>Because the whole idea behind a web server is to serve up HTML web pages to browsers. PHP doesn't change that fact. What PHP allows you to do is change the HTML content on the fly with things like today's date, date pulled from a database, or even calculated values such as the order total in a shopping cart. So PHP allows you to manipulate the HTML that goes into web pages as apposed to them just being created statically at design time. It's very common to have HTML code for a page with PHP code sprinkled throughout to plug in important data or otherwise alter the HTML programmatically.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-150743966363942252?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/150743966363942252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/why-would-i-want-to-do-that.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/150743966363942252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/150743966363942252'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/why-would-i-want-to-do-that.html' title='Why Would I Want to Do That?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-6948965029026768029</id><published>2009-10-02T02:07:00.000-07:00</published><updated>2009-10-31T03:40:35.153-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>Is It Really OK to Put Both PHP And HTML Code in the Same File?</title><content type='html'>Absolutely in fact in many cases it's absolutely necessary to do so.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-6948965029026768029?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/6948965029026768029/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/is-it-really-ok-to-put-both-php-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/6948965029026768029'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/6948965029026768029'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/is-it-really-ok-to-put-both-php-and.html' title='Is It Really OK to Put Both PHP And HTML Code in the Same File?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-366384708039853834</id><published>2009-10-02T02:01:00.000-07:00</published><updated>2009-10-31T03:40:35.153-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>So Even If It's a Bad Coding Convention I can Mix And Match The Case of PHP Code?</title><content type='html'>No, not entirely. The huge exception to the case insensitivity of PHP is variable names which apply to data storage locations that you create. So let's take the $email variable used in the report and abduction script as an example. This variable name is can-sensitive so you can't refer to it as $EMAIL or $eMail. All variable names in PHP are case-sensitive like this so it's important to name variables carefully and then reference them consistently in your code.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-366384708039853834?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/366384708039853834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/so-even-if-its-bad-coding-convention-i.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/366384708039853834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/366384708039853834'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/so-even-if-its-bad-coding-convention-i.html' title='So Even If It&apos;s a Bad Coding Convention I can Mix And Match The Case of PHP Code?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-1579701201893118422</id><published>2009-10-02T01:52:00.001-07:00</published><updated>2009-10-31T03:40:35.154-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>Does It Matter Whether I Put PHP Commands in Uppercase or Lovercase?</title><content type='html'>Yes and No. For the most part PHP isn't case-sensitive so you can get away with mixing the case of most commands. That means you can use echo or ECHO or EchO when echoing content. However as a matter of convention it's a very good idea to be consistent with case in your scripts. Most PHP coders prefer lowercase for the vast majority of PHP code which is why you 'll see echo used throughout the example code in the book.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-1579701201893118422?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/1579701201893118422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/does-it-matter-whether-i-put-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/1579701201893118422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/1579701201893118422'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/does-it-matter-whether-i-put-php.html' title='Does It Matter Whether I Put PHP Commands in Uppercase or Lovercase?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-3791230988551461323</id><published>2009-10-02T00:52:00.000-07:00</published><updated>2009-10-31T03:40:35.154-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>But Don't All Web Pages Orginate on The Server Even Pure HTML Pages in .html Files?</title><content type='html'>Yes, All of the files for a website are stored on the server as ... .html, .css, .php, etc but they aren't all processed by the server. HTML and CSS files, as well as images files, are sent directly to the client browser without worrying about what's actually inside them. PHP files are different because they contain code that's processed and run on the web server. It's not the PHP code that's sent to the browser, it's the results of running the PHP code that are sent, and these results are pure HTML and CSS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-3791230988551461323?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/3791230988551461323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/but-dont-all-web-pages-originate-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/3791230988551461323'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/3791230988551461323'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/but-dont-all-web-pages-originate-on.html' title='But Don&apos;t All Web Pages Orginate on The Server Even Pure HTML Pages in .html Files?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-7276918871394170469</id><published>2009-10-02T00:47:00.000-07:00</published><updated>2009-10-31T03:40:35.154-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>Even Through My Web Browser Shows That a Web Page Has a Name that in Extension .php It's Still Pure HTML? How is That?</title><content type='html'>It's possible because the page originates as PHP code on the server but is transformed into HTML code before making its way to the browser. So the server runs the PHP code and converts it into HTML code before sending it along to the browser for viewing. This means that even though a .php extension file contains PHP code, the browser never sees it ... it only sees the HTML code that results from running the PHP code on the server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-7276918871394170469?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/7276918871394170469/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/even-through-my-web-browser-shows-that.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/7276918871394170469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/7276918871394170469'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/even-through-my-web-browser-shows-that.html' title='Even Through My Web Browser Shows That a Web Page Has a Name that in Extension .php It&apos;s Still Pure HTML? How is That?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-972731407888125787.post-5957434248017886396</id><published>2009-10-02T00:44:00.000-07:00</published><updated>2009-10-31T03:40:35.154-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PHP_MYSQL_CODING'/><title type='text'>What Does PHP Stand For?</title><content type='html'>PHP is an acronym that originally stood for Personal Home Pages. Somewhere along the way the acronym was changed to mean PHP: Hypertext Preprocessor. The latter is considered a recursive acronym beacause it references itself ... the acronym (PHP) is inside the acronym. Cleaver ? Confusing? You decide!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/972731407888125787-5957434248017886396?l=xicrozxadanz.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xicrozxadanz.blogspot.com/feeds/5957434248017886396/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/what-does-php-stand-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/5957434248017886396'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/972731407888125787/posts/default/5957434248017886396'/><link rel='alternate' type='text/html' href='http://xicrozxadanz.blogspot.com/2009/10/what-does-php-stand-for.html' title='What Does PHP Stand For?'/><author><name>Xicroz Xadanz</name><uri>http://www.blogger.com/profile/14895710057751613621</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
