<?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>Tutorials, Scripts, Technology and Interview Tips &#187; PHP</title>
	<atom:link href="http://mistonline.in/wp/tutorials/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 24 Jan 2012 13:59:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Count distinct records or values and display it using mysql and php</title>
		<link>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/</link>
		<comments>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1612</guid>
		<description><![CDATA[This tutorial shows you how to count unique records with mysql and display it using php. Very simple to understand. This line count(&#60;COLUMN_NAME&#62;) AS count_me simply means that the count value is assigned to variable count_me and we can ECHO it using $row['count_me'] Complete code is displayed below. Here i am using connect.php which contains [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sort MYSQL data according to the date in php or mysql itself</title>
		<link>http://mistonline.in/wp/sort-mysql-d/</link>
		<comments>http://mistonline.in/wp/sort-mysql-d/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 14:15:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1605</guid>
		<description><![CDATA[Sort the data from mysql using date. If you have a field inside mysql for DATE and you need to sort the data accordingly in ascending or descending order you can use this UNIX_TIMESTAMP(FIELD NAME). You can even update your existing SQL TYPE to DATE but it may sometimes results in loss of date if [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/sort-mysql-d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set xampp:- Apache Mysql Filezilla Mercury Tomcat as a windows service and get xampp to start automatically on boot up</title>
		<link>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/</link>
		<comments>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1595</guid>
		<description><![CDATA[Set xampp- Apache,Mysql, Filezilla, Mercury and Tomcat as a windows service and get xampp to start automatically on boot up. For this first we need to install xampp on windows. Refer this LINK ON HOW TO INSTALL XAMPP or we have a set of tutorials related to xampp HERE. Once we are done with the [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect webpage using php</title>
		<link>http://mistonline.in/wp/redirect-webpage-using-php/</link>
		<comments>http://mistonline.in/wp/redirect-webpage-using-php/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:46:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1584</guid>
		<description><![CDATA[Redirect webpage after a specific time delay using php.We have html code for redirecting one webpage to another.But here we have php for doing the same. We can even give a delay of our choice inside the code. Grab the code here. &#60; ?php header(&#34;refresh:3;url=redirected.htm&#34;);?&#62; Put the above code in any webpage you need the [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/redirect-webpage-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read text file reverse using php</title>
		<link>http://mistonline.in/wp/read-text-file-reverse-using-php/</link>
		<comments>http://mistonline.in/wp/read-text-file-reverse-using-php/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 08:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1578</guid>
		<description><![CDATA[Read text file reverse using php $file = file('text.txt'); $read_rev = array_reverse($file); $count=0; foreach ($read_rev as $dis_line) { print_r($dis_line); echo &#34;&#60;br /&#62;&#34;; } Demo Incoming search terms: contoh code javascript get data from listbox (1) php чтение файл reverse (1)]]></description>
		<wfw:commentRss>http://mistonline.in/wp/read-text-file-reverse-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send mail to admin or website owner when ever the logs show 404 or 500 or 401 or 400 error codes</title>
		<link>http://mistonline.in/wp/send-mail-to-admin-or-website-owner-when-ever-the-logs-show-404-or-500-or-401-or-400-error-codes/</link>
		<comments>http://mistonline.in/wp/send-mail-to-admin-or-website-owner-when-ever-the-logs-show-404-or-500-or-401-or-400-error-codes/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 08:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1572</guid>
		<description><![CDATA[Send an mail to admin or website owner when ever the logs show 404 or file not found error.This script can be used as a cron and is run on everyday basis to get all the details in your email.You can modify the code URI accordingly to get different error message details such as 404, [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/send-mail-to-admin-or-website-owner-when-ever-the-logs-show-404-or-500-or-401-or-400-error-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Date in title bar using php</title>
		<link>http://mistonline.in/wp/date-in-title-bar-using-php/</link>
		<comments>http://mistonline.in/wp/date-in-title-bar-using-php/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 07:12:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1569</guid>
		<description><![CDATA[This is a simple script that appends date inside the html title tag. &#60;title&#62;Today is &#60; ?php print date(&#34;l&#34;); print(&#34;, &#34;); print date(&#34;d/M/y&#34;);?&#62;&#60;/title&#62; Incoming search terms: date in title bar using php (2) jewish clothing pictures admin php intitle:datalife engine (2) suicide girls pin up admin php intitle:datalife engine (2) php database tutorial using combobox [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/date-in-title-bar-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Output buffering using ob_start in php</title>
		<link>http://mistonline.in/wp/output-buffering-using-ob_start-in-php/</link>
		<comments>http://mistonline.in/wp/output-buffering-using-ob_start-in-php/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 04:23:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1537</guid>
		<description><![CDATA[Output buffering using ob_start in php and saving it to a variable, this is a very good feature available in php mainly when we want to output and html data or php data ob_start(); //Turn on output buffering ?&#62; Get this link &#60;a href=&#34;http://www.mistonline.in&#34;&#62;output buffer&#60;/a&#62; &#60;div class=&#34;style&#34;&#62;Rest of html&#60;/div&#62; &#60;?php $get_html = ob_get_clean(); //copy current [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/output-buffering-using-ob_start-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get browser language using php</title>
		<link>http://mistonline.in/wp/get-browser-language-using-php/</link>
		<comments>http://mistonline.in/wp/get-browser-language-using-php/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 04:16:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1533</guid>
		<description><![CDATA[In php you can get the language of your visitor, this is very helpful if you have many versions of your website for different languages. $language = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); echo &#34;The browser language is &#34;.$language; Incoming search terms: inurl php\mail:id= (1)]]></description>
		<wfw:commentRss>http://mistonline.in/wp/get-browser-language-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find files inside a directory that starts with a specific string using php</title>
		<link>http://mistonline.in/wp/find-files-inside-a-directory-that-starts-with-a-specific-string-using-php/</link>
		<comments>http://mistonline.in/wp/find-files-inside-a-directory-that-starts-with-a-specific-string-using-php/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 18:29:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1502</guid>
		<description><![CDATA[Find files inside a directory that starts with a specific string using php.This script will search for files that starts with a string [Whatever you give] inside the query string. For instance if the below script is saved inside a file say search_files.php then the script will work if you provide www..com/search_files.php?name=access_log $dir = &#34;logs&#34;; [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/find-files-inside-a-directory-that-starts-with-a-specific-string-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the string and then the line number using php from text file</title>
		<link>http://mistonline.in/wp/find-the-string-and-then-the-line-number-using-php-from-text-file/</link>
		<comments>http://mistonline.in/wp/find-the-string-and-then-the-line-number-using-php-from-text-file/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 18:22:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1499</guid>
		<description><![CDATA[Find the string and then the line number using php from text file or a text data base. In this we are searching a string named alan inside one of our log files. $searchString = 'alan'; $URL = &#34;logs/logs.txt_2011-08-10&#34;; $data = file_get_contents($URL); $data = explode(&#34;\n&#34;, $data); for ($line = 0; $line &#60; count($data); $line++) { [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/find-the-string-and-then-the-line-number-using-php-from-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display text file line by line and delete certain lines using php</title>
		<link>http://mistonline.in/wp/display-text-file-line-by-line-and-delete-certain-lines-using-php/</link>
		<comments>http://mistonline.in/wp/display-text-file-line-by-line-and-delete-certain-lines-using-php/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 19:31:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1495</guid>
		<description><![CDATA[Display text file or text data base line by line and delete certain lines using php. Each line of the text file is read and a DELETE link is added along with it.Grab the script here. NOTE:-My text file name is mail_list.txt Create a file with name del.php and add the below code. Save it [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/display-text-file-line-by-line-and-delete-certain-lines-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View edit and save text file database using php</title>
		<link>http://mistonline.in/wp/view-edit-and-save-text-file-database-using-php/</link>
		<comments>http://mistonline.in/wp/view-edit-and-save-text-file-database-using-php/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 04:22:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1471</guid>
		<description><![CDATA[This tutorial will help you in viewing editing and saving a text file database using si php. //your file name here $fn = &#34;My_File.txt&#34;; if (isset($_POST['content'])) { $content = stripslashes($_POST['content']); $fp = fopen($fn,&#34;w&#34;) or die (&#34;Error opening file in write mode!&#34;); fputs($fp,$content); fclose($fp) or die (&#34;Error closing file!&#34;); header('Location: ANY_FILE_TO_BE_REDIRECTED.php'); } ?&#62; &#60;form action=&#34;&#60;?php echo [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/view-edit-and-save-text-file-database-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zip or Archive a directory using php</title>
		<link>http://mistonline.in/wp/zip-or-archive-a-directory-using-php/</link>
		<comments>http://mistonline.in/wp/zip-or-archive-a-directory-using-php/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 16:57:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1467</guid>
		<description><![CDATA[This is a simple script that archive or zip the current directory using php. Just copy paste the code and run on your host or path where you need the archive to be created. You can even pass the path as an argument using GET or POST method. ini_set(&#34;max_execution_time&#34;, 1000); $zip = new ZipArchive(); $file_name='my-archive.zip'; [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/zip-or-archive-a-directory-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating An Image Using PHP</title>
		<link>http://mistonline.in/wp/creating-an-image-using-php/</link>
		<comments>http://mistonline.in/wp/creating-an-image-using-php/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 08:34:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/creating-an-image-using-php/</guid>
		<description><![CDATA[Just Copy And Paste The Code Below you can create .JPG,.GIF,.PNG Any thing of you choice Enjoy Wink &#60; ?php create_image(); print &#34;&#34;; function create_image(){ $im = @imagecreate(200, 200) or die(&#34;Cannot Initialize new GD image stream&#34;); $background_color = imagecolorallocate($im, 105, 255, 0); // yellow imagepng($im,&#34;image1.jpg&#34;); imagedestroy($im); } ?&#62; Incoming search terms: using inurl:/entry php?id= (7) [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/creating-an-image-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Example Of Database Connection Using PEAR In PHP</title>
		<link>http://mistonline.in/wp/simple-example-of-database-connection-using-pear-in-php/</link>
		<comments>http://mistonline.in/wp/simple-example-of-database-connection-using-pear-in-php/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 08:33:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[pear]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1447</guid>
		<description><![CDATA[This is a very simple example that uses a Database connection using pear which is a application repository in PHP. Create a Database of your choice and run these sql queries in the database. CR'EATE TABLE mydb_test ( mydb_test_id mediumint(9) NOT NULL auto_increment, mydb_test_stamp bigint(20), mydb_test_text varchar(50), PRIMARY KEY (mydb_test_id) ); INS'ERT INTO mydb_test VALUES [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-example-of-database-connection-using-pear-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding size of a directory using php</title>
		<link>http://mistonline.in/wp/finding-size-of-a-directory-using-php/</link>
		<comments>http://mistonline.in/wp/finding-size-of-a-directory-using-php/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 08:33:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/finding-size-of-a-directory-using-php/</guid>
		<description><![CDATA[Easy to find the size of a directory using php script Just copy and paste the code to a file &#60;somename&#62;.php on your server or localhost $totalsize=0; function show_dir($dir, $pos=1){ global $totalsize; if($pos == 1) echo &#34;&#60;hr /&#62;&#60;pre&#62;&#34;; $handle = @opendir($dir); while ($file = @readdir ($handle)){ if (eregi(&#34;^\.{1,2}$&#34;,$file)) continue; if(is_dir($dir.$file)){ echo &#34;&#124;- &#34;.$pos.&#34;s &#60;b&#62;$file&#60;/b&#62;\n&#34;; show_dir(&#34;$dir.$file/&#34;, [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/finding-size-of-a-directory-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Randomly read and display values of an xml file using php</title>
		<link>http://mistonline.in/wp/randomly-read-and-display-values-of-an-xml-file-using-php/</link>
		<comments>http://mistonline.in/wp/randomly-read-and-display-values-of-an-xml-file-using-php/#comments</comments>
		<pubDate>Mon, 23 May 2011 18:10:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[perl]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1430</guid>
		<description><![CDATA[This script will show you how to read and display the values of an xml file using php. My demo.xml looks like this &#60;message&#62;&#60;name&#62;Antonio Paulo/name&#62;&#60;website&#62;http://mistonline.in&#60;/website&#62;&#60;comment&#62;Good One&#60;/comment&#62;&#60;date&#62;1305127910&#60;/date&#62;&#60;user_ip&#62;2.241.68.95&#60;/user_ip&#62;&#60;user_agent&#62;Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13&#60;/user_agent&#62;&#60;spam&#62;0&#60;/spam&#62;&#60;/name&#62;&#60;/message&#62; Here i am just reading the Name and the Comment TAGS. &#60; ?php $xml = new SimpleXMLElement('demo.xml', [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/randomly-read-and-display-values-of-an-xml-file-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up wordpress using .htaccess part 1</title>
		<link>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-1/</link>
		<comments>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-1/#comments</comments>
		<pubDate>Sun, 22 May 2011 08:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=340</guid>
		<description><![CDATA[Very simple method to speed up websites that use wordpress as backend using .htaccess methodology Add the below stuff whatever i have given in your .htaccess file simple. gzip files gzip allows you to compress files, so obviously that means they load faster. The code below will gzip html, text, css, js and php files: [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/speed-up-wordpress-using-htaccess-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File System Reference In PHP</title>
		<link>http://mistonline.in/wp/file-system-reference-in-php/</link>
		<comments>http://mistonline.in/wp/file-system-reference-in-php/#comments</comments>
		<pubDate>Sat, 21 May 2011 08:33:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=260</guid>
		<description><![CDATA[The unlink() function deletes a file. This function returns TRUE on success, or FALSE on failure. Syntax unlink(filename,context) Parameter Description filename Required. Specifies the file to delete Example &#60;?php $file = &#8220;newfile.txt&#8221;; if (!unlink($file)) { echo (&#8220;Error deleting $file&#8221;); } else { echo (&#8220;Deleted $file&#8221;); } ?&#62; Definition and Usage The rmdir() function removes an [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/file-system-reference-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

