<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-9083808122145075973</id><updated>2024-11-01T03:32:59.302-07:00</updated><category term="scripting"/><category term="php"/><category term="php errors"/><category term="javascript"/><category term="ajax"/><category term="downlad file"/><category term="download"/><category term="easy gridview"/><category term="email validation"/><category term="error"/><category term="get"/><category term="interface"/><category term="jquery"/><category term="loop"/><category term="mysql"/><category term="mysql errors"/><category term="overloading"/><category term="php array"/><category term="php foreach"/><category term="php functions"/><category term="php myadmin"/><category term="php script"/><category term="php strarer"/><category term="php variables"/><category term="phpmyadmin"/><category term="post"/><category term="serverside scripting"/><category term="sigmawidget"/><category term="start php"/><category term="tutorials"/><category term="wamp"/><category term="webhosting"/><category term="xampp"/><title type="text">Advanced php from phpinformer</title><subtitle type="html"/><link href="http://phpinformer.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default?redirect=false" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-6354120077274739941</id><published>2010-08-14T05:02:00.001-07:00</published><updated>2010-08-14T05:02:43.312-07:00</updated><title type="text">Use of html hidden variables in php</title><content type="html">Html hidden variables are very useful in php.&lt;p&gt;Html hidden controls are used to store values or id&amp;#39;s . If we add a&lt;br&gt;form with this hidden control, values stored in that control can be&lt;br&gt;passed in post method&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/6354120077274739941/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/use-of-html-hidden-variables-in-php.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/6354120077274739941" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/6354120077274739941" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/use-of-html-hidden-variables-in-php.html" rel="alternate" title="Use of html hidden variables in php" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-8362478787145514266</id><published>2010-08-11T11:13:00.000-07:00</published><updated>2010-08-11T11:14:05.545-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="email validation"/><category scheme="http://www.blogger.com/atom/ns#" term="php"/><title type="text">php email validation example</title><content type="html">Here is the code to validate email address&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
if (!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$",$email)){&lt;br /&gt;
echo "Invalid email";&lt;br /&gt;
}else{&lt;br /&gt;
echo "Valid Email";}&lt;br /&gt;
&lt;br /&gt;
?&amp;gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/8362478787145514266/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-email-validation-example.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/8362478787145514266" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/8362478787145514266" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-email-validation-example.html" rel="alternate" title="php email validation example" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-4446551042640529888</id><published>2010-08-08T10:25:00.000-07:00</published><updated>2010-08-08T10:25:44.140-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ajax"/><category scheme="http://www.blogger.com/atom/ns#" term="easy gridview"/><category scheme="http://www.blogger.com/atom/ns#" term="javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="php"/><category scheme="http://www.blogger.com/atom/ns#" term="sigmawidget"/><title type="text">create gridviews with sigmawidgets [javascript,ajax]</title><content type="html">Sigma grid is Written in pure javascript, Sigma Grid is an Ajax data grid for displaying and inline editing data in a scrollable and sortable table. With MVC architecture, plenty of attributes and powerful script API, this grid control brings developer more flexibilities and less workload.&lt;br /&gt;
&lt;br /&gt;
For more details visit :&lt;a href="http://www.sigmawidgets.com/download.html"&gt;sigmawidgets&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/4446551042640529888/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/create-gridviews-with-sigmawidgets.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/4446551042640529888" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/4446551042640529888" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/create-gridviews-with-sigmawidgets.html" rel="alternate" title="create gridviews with sigmawidgets [javascript,ajax]" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-2251790926422460369</id><published>2010-08-08T09:53:00.000-07:00</published><updated>2010-08-08T09:56:58.115-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="overloading"/><category scheme="http://www.blogger.com/atom/ns#" term="php"/><category scheme="http://www.blogger.com/atom/ns#" term="php functions"/><category scheme="http://www.blogger.com/atom/ns#" term="scripting"/><title type="text">php functions explained  -- func_num_args() and func_get_args()</title><content type="html">&lt;div style="color: orange;"&gt;1. func_num_args() &lt;/div&gt;&lt;div style="color: orange;"&gt;2. func_get_args()&lt;/div&gt;&lt;div style="color: orange;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: orange;"&gt;&lt;span style="color: black;"&gt;These are two php functions used to find number of arguments passed to a function and get get argument values.&lt;/span&gt;&lt;/div&gt;&lt;div style="color: orange;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: orange;"&gt;&lt;span style="color: black;"&gt;For more details visit&amp;nbsp;&lt;a href="http://php.net/manual/en/function.func-get-args.php"&gt;php manual&lt;/a&gt; &lt;/span&gt;&lt;/div&gt;&lt;div style="color: blue;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: blue;"&gt;why this functions?&lt;/div&gt;&lt;div style="color: blue;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="color: blue;"&gt;&lt;span style="color: black;"&gt;These functions are used in function oveloading to find number of arguments passed and there values. &lt;/span&gt;.&lt;/div&gt;Usual method of function overloading not works in php.&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/2251790926422460369/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-functions-explained-funcnumargs-and.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2251790926422460369" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2251790926422460369" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-functions-explained-funcnumargs-and.html" rel="alternate" title="php functions explained  -- func_num_args() and func_get_args()" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-4118370447013085546</id><published>2010-08-07T01:00:00.001-07:00</published><updated>2010-08-07T01:00:20.554-07:00</updated><title type="text">Make a div clickable javascript</title><content type="html">&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "&gt;You can make a div or li tag clickable using javascript&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;use following code&lt;/div&gt;&lt;div&gt;&lt;br&gt; &lt;/div&gt;&lt;div&gt;&amp;lt;div onclick=&amp;quot;window.location.href=&amp;#39;cc.html&amp;#39;&amp;quot;&amp;gt;&lt;/div&gt;&lt;/span&gt; &lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/4118370447013085546/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/make-div-clickable-javascript.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/4118370447013085546" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/4118370447013085546" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/make-div-clickable-javascript.html" rel="alternate" title="Make a div clickable javascript" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-3268860755836173795</id><published>2010-08-06T11:02:00.000-07:00</published><updated>2010-08-06T11:02:40.326-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php myadmin"/><category scheme="http://www.blogger.com/atom/ns#" term="webhosting"/><title type="text">Export and import mysql database for webhosting</title><content type="html">&lt;div style="color: orange;"&gt;&lt;b&gt;phpmyadmin provides good interface to upload and download database .&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxPXrZxwAPbTB0tVtAiBW80l7SwE0nc2L2kUMZvyLtXEoenLaQdcfxs5H48gmUZFXN6hLdiTV17PA3ZnVewj1e8zEn5jO4ocz4E7PcfYcwXyEPp2nvOyArzRYr0A9ugxl2Ne8VhWY1MF3c/s1600/phpmyadmin.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxPXrZxwAPbTB0tVtAiBW80l7SwE0nc2L2kUMZvyLtXEoenLaQdcfxs5H48gmUZFXN6hLdiTV17PA3ZnVewj1e8zEn5jO4ocz4E7PcfYcwXyEPp2nvOyArzRYr0A9ugxl2Ne8VhWY1MF3c/s320/phpmyadmin.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
All webhosting sites provides phpmyadmin to upload databases.&lt;br /&gt;
&lt;br /&gt;
Here is interface to export database.It is very simple you can select database or tables to export &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3pX1ZVVI8KLoWnSeFNiaz9bd0exalp8P5EBhytQHuiCekhxj0cK9YZiGQho4bbvvaSNNiwAQT9D3JD-vQCqObpuL_iJp8_wfuDOmLKkEzv0fgAvU845BdOsMbtnleLQNY1B69gG03pYfQ/s1600/phpmyadminexport.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3pX1ZVVI8KLoWnSeFNiaz9bd0exalp8P5EBhytQHuiCekhxj0cK9YZiGQho4bbvvaSNNiwAQT9D3JD-vQCqObpuL_iJp8_wfuDOmLKkEzv0fgAvU845BdOsMbtnleLQNY1B69gG03pYfQ/s320/phpmyadminexport.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can export database in following formats&lt;br /&gt;
&lt;br /&gt;
1. &lt;label for="radio_plugin_csv"&gt;CSV&lt;/label&gt;&lt;br /&gt;
2. &lt;label for="radio_plugin_excel"&gt;CSV for MS Excel&lt;/label&gt;&lt;br /&gt;
3. &lt;label for="radio_plugin_htmlexcel"&gt;Microsoft Excel 2000&lt;/label&gt;&lt;br /&gt;
4. &lt;label for="radio_plugin_htmlword"&gt;Microsoft Word 2000&lt;/label&gt;&lt;br /&gt;
5. &lt;label for="radio_plugin_latex"&gt;LaTeX&lt;/label&gt;&lt;br /&gt;
6. &lt;label for="radio_plugin_ods"&gt;Open Document Spreadsheet&lt;/label&gt; &lt;br /&gt;
7. &lt;label for="radio_plugin_odt"&gt;Open Document Text&lt;/label&gt;&amp;nbsp; &lt;br /&gt;
8.&amp;nbsp;  &lt;label for="radio_plugin_pdf"&gt;PDF&lt;/label&gt;&lt;br /&gt;
9.&amp;nbsp; &lt;label for="radio_plugin_sql"&gt;SQL&lt;/label&gt;&lt;br /&gt;
10 .&lt;label for="radio_plugin_xml"&gt;XML&lt;/label&gt;&lt;br /&gt;
Most commonly database is exported as sql&lt;br /&gt;
&lt;br /&gt;
You can also download database in zipped or gzip format&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For importing database browse the databse and save to server through import interface&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIA1wEf9fLAanGMQpQ7lWG5hAzlkUMq3JA41mp43k7x-fHLRtuE_DW_YJfvO1UseDQOVXDAdcFKPJq4d2IG3Y8LBr2Fw2bOBe8nenOHK4TdcQbj13SR2LZXxs3a1Om3f3u0pOzneGbRFqB/s1600/phpmyadmin+import+copy.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIA1wEf9fLAanGMQpQ7lWG5hAzlkUMq3JA41mp43k7x-fHLRtuE_DW_YJfvO1UseDQOVXDAdcFKPJq4d2IG3Y8LBr2Fw2bOBe8nenOHK4TdcQbj13SR2LZXxs3a1Om3f3u0pOzneGbRFqB/s320/phpmyadmin+import+copy.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/3268860755836173795/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/export-and-import-mysql-database-for.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/3268860755836173795" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/3268860755836173795" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/export-and-import-mysql-database-for.html" rel="alternate" title="Export and import mysql database for webhosting" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxPXrZxwAPbTB0tVtAiBW80l7SwE0nc2L2kUMZvyLtXEoenLaQdcfxs5H48gmUZFXN6hLdiTV17PA3ZnVewj1e8zEn5jO4ocz4E7PcfYcwXyEPp2nvOyArzRYr0A9ugxl2Ne8VhWY1MF3c/s72-c/phpmyadmin.jpg" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-260158557103821134</id><published>2010-08-06T10:25:00.000-07:00</published><updated>2010-08-06T10:45:39.992-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php variables"/><category scheme="http://www.blogger.com/atom/ns#" term="scripting"/><title type="text">Pass variables from one page to another</title><content type="html">Here is a simple method to Pass variables from one page to another&lt;br /&gt;
&lt;br /&gt;
Here is the code in first page&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;&amp;lt;a href=&amp;quot;page2.php?nam=sree&amp;quot;&amp;gt;click here&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;br /&gt;
In your second page you can access variable name as&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
$name=$_GET['nam'];&lt;br /&gt;
echo $name;&lt;br /&gt;
&lt;br /&gt;
This code will display sree&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/260158557103821134/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/pass-variables-from-one-page-to-another.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/260158557103821134" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/260158557103821134" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/pass-variables-from-one-page-to-another.html" rel="alternate" title="Pass variables from one page to another" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-8378632437649794473</id><published>2010-08-05T09:46:00.001-07:00</published><updated>2010-08-05T10:00:00.898-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="downlad file"/><category scheme="http://www.blogger.com/atom/ns#" term="php script"/><title type="text">Download files with php script example</title><content type="html">&lt;b&gt;Simple code for downloading files &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Place this code in a php file and make links to it. That links will be act as download link for the file .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php &lt;br /&gt;
$filename=&amp;quot;left.txt&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
$type=filetype($filename);&lt;br /&gt;
&lt;br /&gt;
header(&amp;quot;Content-type: $type&amp;quot;);&lt;br /&gt;
header(&amp;quot;Content-Disposition: attachment;filename=$filename&amp;quot;);&lt;br /&gt;
header(&amp;quot;Content-Transfer-Encoding: binary&amp;quot;);&lt;br /&gt;
header(&amp;#39;Pragma: no-cache&amp;#39;);&lt;br /&gt;
header(&amp;#39;Expires: 0&amp;#39;);&lt;br /&gt;
// Send the file contents.&lt;br /&gt;
set_time_limit(0);&lt;br /&gt;
//readfile($file);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ?&amp;gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/8378632437649794473/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/download-files-with-php-script-example.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/8378632437649794473" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/8378632437649794473" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/download-files-with-php-script-example.html" rel="alternate" title="Download files with php script example" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-188560481509162887</id><published>2010-08-03T10:32:00.001-07:00</published><updated>2010-08-03T10:40:15.320-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php"/><category scheme="http://www.blogger.com/atom/ns#" term="php array"/><title type="text">Pass array in php from one php  page to other</title><content type="html">&lt;pre&gt;&lt;b style="color: #ff6600;"&gt;Here is a simple way to pass your array in post method.&lt;/b&gt;

In first page we are creating a form.In that form creating hidden 
controls with arrray value as shown below.

In second part (display.php) we can extract values from request 
variable.&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;Here is the code&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;///////////////////////////////////////////////////

echo '&amp;lt;form name="form" method="post" action="display.php"&amp;gt;';


$i=0;

foreach($arr as $key =&amp;gt; $value)
{
$i++;
echo '&amp;lt;input type="hidden" name="val['.$i.']" value="'.$value.'"/&amp;gt;';
}

echo '&amp;lt;/form&amp;gt;';







////////////////Copde in display.php page ////////////////



foreach($_REQUEST['val'] as $key =&amp;gt; $value)
{


echo $value;
}

//////////////////////////////////////

If you found some good method to pass array Share with us as comments&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;with regards SREEHARI
&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/188560481509162887/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/pass-array-in-php-from-one-page-to.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/188560481509162887" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/188560481509162887" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/pass-array-in-php-from-one-page-to.html" rel="alternate" title="Pass array in php from one php  page to other" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-7293130244130576418</id><published>2010-08-02T10:03:00.000-07:00</published><updated>2010-08-03T11:15:32.900-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="jquery"/><title type="text">Javascript vs jquery</title><content type="html">Jquery is a collection of javascript classes .It is very easier than javascript.If you are new to client side scripting you can prefer jquery.&lt;br /&gt;
&lt;br /&gt;
What are the advantages of using Jquery?&lt;br /&gt;
&lt;br /&gt;
Jquery is simple to use.It avoids difficulties in using java script .&lt;br /&gt;
&lt;br /&gt;
You can find simple examples of jquery from&lt;br /&gt;
www.w3schools.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;For more details, visit &lt;a href="http://jquery.com/" rel="nofollow" target="_blank"&gt;http://jquery.com&lt;/a&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/7293130244130576418/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/javascript-vs-jquery.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/7293130244130576418" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/7293130244130576418" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/javascript-vs-jquery.html" rel="alternate" title="Javascript vs jquery" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-5818283730665152792</id><published>2010-08-01T19:53:00.001-07:00</published><updated>2010-08-01T19:54:40.228-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="get"/><category scheme="http://www.blogger.com/atom/ns#" term="loop"/><category scheme="http://www.blogger.com/atom/ns#" term="php foreach"/><category scheme="http://www.blogger.com/atom/ns#" term="post"/><title type="text">Display all get variables using foreach loop</title><content type="html">Using following code we can display all get variable passing from a page&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
foreach($_GET as $k=&amp;gt;$v)&lt;br /&gt;
echo $v;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Same way we can also display all post varibles with their keys&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
&lt;br /&gt;
foreach($_POST  as $k=&amp;gt;$v)&lt;br /&gt;
echo $v;&lt;br /&gt;
?&amp;gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/5818283730665152792/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/re-display-all-get-variables-using.html#comment-form" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/5818283730665152792" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/5818283730665152792" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/re-display-all-get-variables-using.html" rel="alternate" title="Display all get variables using foreach loop" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-2727769055424648735</id><published>2010-08-01T05:20:00.000-07:00</published><updated>2010-08-01T05:21:17.841-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="error"/><category scheme="http://www.blogger.com/atom/ns#" term="mysql errors"/><title type="text">My sql error - (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near)</title><content type="html">&lt;b&gt;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can easily find error by identifying remaining part of error .The error in your mysql query is in the first character of  the remaining error .&lt;br /&gt;
&lt;br /&gt;
For example error in the following message must be near word "long"&lt;br /&gt;
&lt;br /&gt;
Eg:- "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'long,buy,credit,bankrupt,discharged,forclosure,lforclosure,home_loan,payment,mpa' at line 1"&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/2727769055424648735/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/my-sql-error-you-have-error-in-your-sql.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2727769055424648735" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2727769055424648735" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/my-sql-error-you-have-error-in-your-sql.html" rel="alternate" title="My sql error - (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near)" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-229474998522819957</id><published>2010-08-01T04:52:00.000-07:00</published><updated>2010-08-01T04:52:58.029-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php errors"/><category scheme="http://www.blogger.com/atom/ns#" term="scripting"/><title type="text">php error -(Parse error: syntax error, unexpected T_DNUMBER, expecting ',' or ';')</title><content type="html">&lt;b&gt;Parse error: syntax error, unexpected T_DNUMBER, expecting ',' or ';'&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This error occur when a number comes when expecting a string .&lt;br /&gt;
For example the following code produces error because a string is concatenated with integer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
echo "example".1;&lt;br /&gt;
?&amp;gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/229474998522819957/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-error-parse-error-syntax-error.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/229474998522819957" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/229474998522819957" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-error-parse-error-syntax-error.html" rel="alternate" title="php error -(Parse error: syntax error, unexpected T_DNUMBER, expecting ',' or ';')" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-2958299603440001740</id><published>2010-08-01T04:44:00.000-07:00</published><updated>2010-08-01T04:45:17.129-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php errors"/><category scheme="http://www.blogger.com/atom/ns#" term="scripting"/><title type="text">php errors-    (Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';')</title><content type="html">&lt;b&gt;2. Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';'&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This error occurs when a semicolon missing&lt;br /&gt;
&lt;br /&gt;
For example following code produces this error because of missing a semicolon in second line&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;php&lt;br /&gt;
echo $s&lt;br /&gt;
?&amp;gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/2958299603440001740/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-errors-parse-error-syntax-error_01.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2958299603440001740" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2958299603440001740" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-errors-parse-error-syntax-error_01.html" rel="alternate" title="php errors-    (Parse error: syntax error, unexpected T_ECHO, expecting ',' or ';')" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-2383457991873880697</id><published>2010-08-01T04:25:00.000-07:00</published><updated>2010-08-01T04:35:59.128-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php errors"/><category scheme="http://www.blogger.com/atom/ns#" term="scripting"/><title type="text">php errors- Parse error: syntax error, unexpected T_ECHO</title><content type="html">Errors are very helpful to programmers .When you identifies cause of error next time that error will not be a challenge  for you.&lt;br /&gt;
Here i am providing some common errors&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.Parse error: syntax error, unexpected T_ECHO &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This error is due to some unidentified symbol or character in code&lt;br /&gt;
&lt;br /&gt;
For example following code produces the above error because of  "character x" in code&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
x&lt;br /&gt;
echo "error example";&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/2383457991873880697/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-errors-parse-error-syntax-error.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2383457991873880697" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/2383457991873880697" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/08/php-errors-parse-error-syntax-error.html" rel="alternate" title="php errors- Parse error: syntax error, unexpected T_ECHO" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-7787542230718489982</id><published>2010-07-31T21:53:00.000-07:00</published><updated>2010-07-31T21:53:52.152-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php strarer"/><category scheme="http://www.blogger.com/atom/ns#" term="tutorials"/><title type="text">Study php</title><content type="html">Find resources Study php?&lt;br /&gt;
You can find basics of php from internet.Some of the helpful sites are&lt;br /&gt;
&lt;a href="http://w3schools.com"&gt;w3schools&lt;/a&gt;&lt;br/&gt;&lt;br /&gt;
&lt;a href="http://php.net"&gt;php.net&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/7787542230718489982/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/study-php.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/7787542230718489982" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/7787542230718489982" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/study-php.html" rel="alternate" title="Study php" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-3431727382680436197</id><published>2010-07-31T21:36:00.000-07:00</published><updated>2010-07-31T21:36:29.829-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="download"/><category scheme="http://www.blogger.com/atom/ns#" term="wamp"/><category scheme="http://www.blogger.com/atom/ns#" term="xampp"/><title type="text">Download xampp</title><content type="html">Where you can download xampp/wamp ?&lt;br /&gt;
&lt;br /&gt;
&lt;a href="www.apachefriends.org/en/xampp.html"&gt;Download xampp&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="www.wampserver.com"&gt;Download wampserver&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/3431727382680436197/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/download-xampp.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/3431727382680436197" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/3431727382680436197" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/download-xampp.html" rel="alternate" title="Download xampp" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-1771987444198132361</id><published>2010-07-31T21:24:00.000-07:00</published><updated>2010-07-31T21:24:02.047-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="interface"/><category scheme="http://www.blogger.com/atom/ns#" term="mysql"/><category scheme="http://www.blogger.com/atom/ns#" term="phpmyadmin"/><title type="text">Phpmyadmin</title><content type="html">What is php myadmin?&lt;br /&gt;
&lt;br /&gt;
Phpmyadmin is to control mysql databases for php.It gives a good interface to do operations in databases and tables .Phpmyadmin will be installed with xamp or wamp.You can connect to phpmyadmin from xamp/wamp controlpanel.&lt;br /&gt;
&lt;br /&gt;
All hosting services provides a phpmyadmin interface for uploading and manage your mysql database&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/1771987444198132361/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/phpmyadmin.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/1771987444198132361" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/1771987444198132361" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/phpmyadmin.html" rel="alternate" title="Phpmyadmin" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-4138143657095800663</id><published>2010-07-31T13:16:00.000-07:00</published><updated>2010-07-31T13:16:41.986-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="serverside scripting"/><title type="text">php and client side</title><content type="html">Php is only a server side scripting.For client side scripting we can use javascript&lt;br /&gt;
&lt;br /&gt;
If you are new in php &lt;a href="http://www.w3schools.com/"&gt;&lt;span class="f"&gt;&lt;cite&gt;go to www.&lt;b&gt;w3schools&lt;/b&gt;.com/&amp;nbsp; &lt;/cite&gt;&lt;/span&gt;&lt;/a&gt; simple working examples&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/4138143657095800663/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/php-and-client-side.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/4138143657095800663" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/4138143657095800663" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/php-and-client-side.html" rel="alternate" title="php and client side" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-9083808122145075973.post-3159930586201902657</id><published>2010-07-31T13:12:00.000-07:00</published><updated>2010-07-31T13:12:40.415-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="start php"/><title type="text">Start php</title><content type="html">How you can start php?&lt;br /&gt;
Download and Install Xamp or wamp server in your windows machine to start learning php.&lt;br /&gt;
Xamp and wamp are software packages ,it installs apache ,php mysql in your system and provides running environment for php.&lt;br /&gt;
&lt;br /&gt;
You can place your website folder in htdocs(in xamp) or in www(root folder in wamp).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We can also create php by manualy configuring php,mysql and apache. Also we can use iis instead of apache.&lt;div class="blogger-post-footer"&gt;www.phpinformer.blogspot.com/&lt;/div&gt;</content><link href="http://phpinformer.blogspot.com/feeds/3159930586201902657/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/start-php.html#comment-form" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/3159930586201902657" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/9083808122145075973/posts/default/3159930586201902657" rel="self" type="application/atom+xml"/><link href="http://phpinformer.blogspot.com/2010/07/start-php.html" rel="alternate" title="Start php" type="text/html"/><author><name>Hari</name><uri>http://www.blogger.com/profile/03712443354986886585</uri><email>noreply@blogger.com</email><gd:image height="16" rel="http://schemas.google.com/g/2005#thumbnail" src="https://img1.blogblog.com/img/b16-rounded.gif" width="16"/></author><thr:total>0</thr:total></entry></feed>