<?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>Nabtron &#187; Logic</title> <atom:link href="http://nabtron.com/category/programming/logic/feed/" rel="self" type="application/rss+xml" /><link>http://nabtron.com</link> <description>Technology &#38; programming guide</description> <lastBuildDate>Sat, 04 Sep 2010 14:39:01 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Convert string variable characters to ASCII codes using PHP</title><link>http://nabtron.com/convert-string-variable-characters-to-ascii-codes-using-php/1904/</link> <comments>http://nabtron.com/convert-string-variable-characters-to-ascii-codes-using-php/1904/#comments</comments> <pubDate>Fri, 11 Jun 2010 03:57:57 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[amp]]></category> <category><![CDATA[ascii code]]></category> <category><![CDATA[ascii codes]]></category> <category><![CDATA[ascii value]]></category> <category><![CDATA[break]]></category> <category><![CDATA[carriage return]]></category> <category><![CDATA[character]]></category> <category><![CDATA[code snippet]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[foreach]]></category> <category><![CDATA[function]]></category> <category><![CDATA[line]]></category> <category><![CDATA[line break]]></category> <category><![CDATA[nabascii]]></category> <category><![CDATA[nabeel]]></category> <category><![CDATA[ord]]></category> <category><![CDATA[php code]]></category> <category><![CDATA[possibilities]]></category> <category><![CDATA[snippet]]></category><guid isPermaLink="false">http://nabtron.com/?p=1904</guid> <description><![CDATA[<a href="http://nabtron.com/convert-string-variable-characters-to-ascii-codes-using-php/1904/"><img align="left" hspace="5" width="100" src="http://nabtron.com/wp-content/uploads/2009/10/300px-PHP-logo1.png" class="alignleft wp-post-image tfe" alt="" title="300px-PHP-logo1" /></a>In situations where you want to convert the value stored in your variable to ascii code in PHP you can use the following code. function nabascii($input) { foreach (str_split($input) as $obj) {&#60;img class="alignright size-full wp-image-717" title="300px-PHP-logo1" src="http://nabtron.com/wp-content/uploads/2009/10/300px-PHP-logo1.png" alt="" width="70" height="37" /&#62; $output .= '&#38;amp;#' . ord($obj) . ';'; } return $output; } Call the code [...]]]></description> <wfw:commentRss>http://nabtron.com/convert-string-variable-characters-to-ascii-codes-using-php/1904/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to remove last (few) characters of a string variable in PHP</title><link>http://nabtron.com/how-to-remove-last-two-characters-of-a-string-variable-in-php/1867/</link> <comments>http://nabtron.com/how-to-remove-last-two-characters-of-a-string-variable-in-php/1867/#comments</comments> <pubDate>Thu, 03 Jun 2010 00:03:35 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[alphabets]]></category> <category><![CDATA[beginning]]></category> <category><![CDATA[character]]></category> <category><![CDATA[function]]></category> <category><![CDATA[nabeel]]></category> <category><![CDATA[number]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php function]]></category> <category><![CDATA[remove last character]]></category> <category><![CDATA[sentence]]></category> <category><![CDATA[simple]]></category> <category><![CDATA[solution]]></category> <category><![CDATA[string]]></category> <category><![CDATA[substr]]></category> <category><![CDATA[use]]></category><guid isPermaLink="false">http://nabtron.com/?p=1867</guid> <description><![CDATA[<a href="http://nabtron.com/how-to-remove-last-two-characters-of-a-string-variable-in-php/1867/"><img align="left" hspace="5" width="100" src="http://nabtron.com/wp-content/uploads/2009/08/300px-PHP-logo.svg1.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>If you are in a situation where you need to remove last few (one or two, or even three or so on) characters from a variable using php, then the solution is pretty much simple. Simply use this function to remove any number of desired characters from your string (variable) substr($your-variable,0,-1); In the above function [...]]]></description> <wfw:commentRss>http://nabtron.com/how-to-remove-last-two-characters-of-a-string-variable-in-php/1867/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to check if a website url is valid &#8211; PHP</title><link>http://nabtron.com/how-to-check-if-a-website-address-exists-php/1866/</link> <comments>http://nabtron.com/how-to-check-if-a-website-address-exists-php/1866/#comments</comments> <pubDate>Wed, 02 Jun 2010 23:48:48 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[accessible]]></category> <category><![CDATA[address]]></category> <category><![CDATA[check]]></category> <category><![CDATA[check if website]]></category> <category><![CDATA[file_get_contents]]></category> <category><![CDATA[fopen]]></category> <category><![CDATA[page]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[url]]></category> <category><![CDATA[webpage]]></category> <category><![CDATA[website]]></category><guid isPermaLink="false">http://nabtron.com/?p=1866</guid> <description><![CDATA[<a href="http://nabtron.com/how-to-check-if-a-website-address-exists-php/1866/"><img align="left" hspace="5" width="100" src="http://nabtron.com/wp-content/uploads/2009/08/300px-PHP-logo.svg1.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>There are various ways of checking if a given variable of website url is valid or not. However most of they try to get content of the webpage or ping it etc. The way that i prefer to use is by fopen command in a function or separately. Use this code to confirm or verify [...]]]></description> <wfw:commentRss>http://nabtron.com/how-to-check-if-a-website-address-exists-php/1866/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to remove extension from a file name using PHP</title><link>http://nabtron.com/how-to-remove-extension-from-a-file-name-using-php/1864/</link> <comments>http://nabtron.com/how-to-remove-extension-from-a-file-name-using-php/1864/#comments</comments> <pubDate>Wed, 02 Jun 2010 16:37:28 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[abit]]></category> <category><![CDATA[code]]></category> <category><![CDATA[ext]]></category> <category><![CDATA[extension]]></category> <category><![CDATA[file name]]></category> <category><![CDATA[file txt]]></category> <category><![CDATA[filename]]></category> <category><![CDATA[function]]></category> <category><![CDATA[php]]></category> <category><![CDATA[remove]]></category> <category><![CDATA[remove extension]]></category> <category><![CDATA[remove extension from file name using php]]></category> <category><![CDATA[RemoveExtension]]></category> <category><![CDATA[return]]></category> <category><![CDATA[strlen]]></category> <category><![CDATA[strName]]></category> <category><![CDATA[strrchr]]></category> <category><![CDATA[txt]]></category><guid isPermaLink="false">http://nabtron.com/?p=1864</guid> <description><![CDATA[<a href="http://nabtron.com/how-to-remove-extension-from-a-file-name-using-php/1864/"><img align="left" hspace="5" width="100" src="http://nabtron.com/wp-content/uploads/2009/08/300px-PHP-logo.svg1.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>This code can be used to remove an extension from the file name using php. If manipulated abit, it can also be used to find the extension of php and echo it. function RemoveExtension($strName) { $ext = strrchr($strName, &#039;.'); if($ext !== false) { $strName = substr($strName, 0, -strlen($ext)); } return $strName; } $Name = &#039;file.txt&#039;; echo RemoveExtension($filename); However, in my case, i tried using it with a bunch of [...]]]></description> <wfw:commentRss>http://nabtron.com/how-to-remove-extension-from-a-file-name-using-php/1864/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>How to code custom submit form in php in wordpress</title><link>http://nabtron.com/how-to-code-custom-contact-form-in-php-in-wordpress/1793/</link> <comments>http://nabtron.com/how-to-code-custom-contact-form-in-php-in-wordpress/1793/#comments</comments> <pubDate>Tue, 27 Apr 2010 01:32:43 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[add form]]></category> <category><![CDATA[admin panel]]></category> <category><![CDATA[contact]]></category> <category><![CDATA[contact form]]></category> <category><![CDATA[contact form in php]]></category> <category><![CDATA[content themes]]></category> <category><![CDATA[custom code]]></category> <category><![CDATA[Data]]></category> <category><![CDATA[file]]></category> <category><![CDATA[form]]></category> <category><![CDATA[form in php wordpress]]></category> <category><![CDATA[get]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Goto]]></category> <category><![CDATA[hide]]></category> <category><![CDATA[installation]]></category> <category><![CDATA[ofcourse]]></category> <category><![CDATA[page]]></category> <category><![CDATA[page goto]]></category> <category><![CDATA[panel]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php server side]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[post]]></category> <category><![CDATA[query]]></category> <category><![CDATA[search]]></category> <category><![CDATA[sms]]></category> <category><![CDATA[solution]]></category> <category><![CDATA[submit]]></category> <category><![CDATA[submit form]]></category> <category><![CDATA[submit php]]></category> <category><![CDATA[theme]]></category> <category><![CDATA[theme development]]></category> <category><![CDATA[theme directory]]></category> <category><![CDATA[title]]></category> <category><![CDATA[type]]></category> <category><![CDATA[wordpress 3 form submit post]]></category> <category><![CDATA[wordpress create custom form action]]></category> <category><![CDATA[wordpress create submission form]]></category> <category><![CDATA[wordpress custom contact form]]></category> <category><![CDATA[wordpress custom form comments]]></category> <category><![CDATA[wordpress custom page for editing posts]]></category> <category><![CDATA[wordpress custom page forms]]></category> <category><![CDATA[wordpress custom post submit form tutorial]]></category> <category><![CDATA[wordpress custom reply form]]></category> <category><![CDATA[wordpress custom submit formend]]></category> <category><![CDATA[wordpress submit form]]></category> <category><![CDATA[wordpress submit form to function]]></category> <category><![CDATA[wp submit form]]></category><guid isPermaLink="false">http://nabtron.com/?p=1793</guid> <description><![CDATA[<a href="http://nabtron.com/how-to-code-custom-contact-form-in-php-in-wordpress/1793/"><img align="left" hspace="5" width="100" height="100" src="http://nabtron.com/wp-content/uploads/2010/04/wordpress-code-for-custom-form-code1-150x150.png" class="alignleft tfe wp-post-image" alt="wordpress 3.0" title="wordpress 3.0" /></a>Today I got an sms from my friend regarding some query related to wordpress custom form coding (through plugin or theme directly) . Although i am sleepy while writing this post, I will try to be as much descriptive as I can. Do let me know if anything in the tutorial is ambiguous. The question [...]]]></description> <wfw:commentRss>http://nabtron.com/how-to-code-custom-contact-form-in-php-in-wordpress/1793/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>How to Remove Virtumart Image from Joomla Store (Joomla! 1.5 virtuemart 1.1.4)</title><link>http://nabtron.com/how-to-remove-virtumart-image-from-joomla-store-joomla-1-5-virtuemart-1-1-4/1235/</link> <comments>http://nabtron.com/how-to-remove-virtumart-image-from-joomla-store-joomla-1-5-virtuemart-1-1-4/1235/#comments</comments> <pubDate>Sat, 30 Jan 2010 10:54:08 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Joomla]]></category> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[1.1.4]]></category> <category><![CDATA[1.5]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[image]]></category> <category><![CDATA[link]]></category> <category><![CDATA[remove]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[virtuemart]]></category><guid isPermaLink="false">http://tech.nabtron.com/?p=1235</guid> <description><![CDATA[<a href="http://nabtron.com/how-to-remove-virtumart-image-from-joomla-store-joomla-1-5-virtuemart-1-1-4/1235/"><img align="left" hspace="5" width="100" height="100" src="http://nabtron.com/wp-content/uploads/2010/01/logo_virtuemart-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="logo_virtuemart" /></a>NOTE: This article is supposed to be for educational purposes only. This is tested on virtuemart 1.1.4 running on Joomla! 1.5 When we install virtuemart on joomla! it shows the logo for virtue mart on each shop page with link to virtuemart site. Yes, its their right to show it because it&#039;s their script and [...]]]></description> <wfw:commentRss>http://nabtron.com/how-to-remove-virtumart-image-from-joomla-store-joomla-1-5-virtuemart-1-1-4/1235/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>SI Captcha Issue &#8211; CAPTCHA image not displayed</title><link>http://nabtron.com/si-captcha-issue-captcha-image-not-displayed/842/</link> <comments>http://nabtron.com/si-captcha-issue-captcha-image-not-displayed/842/#comments</comments> <pubDate>Tue, 17 Nov 2009 15:31:31 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[captcha]]></category> <category><![CDATA[image]]></category> <category><![CDATA[issue]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[si captcha]]></category> <category><![CDATA[solution]]></category><guid isPermaLink="false">http://tech.nabtron.com/?p=842</guid> <description><![CDATA[<a href="http://nabtron.com/si-captcha-issue-captcha-image-not-displayed/842/"><img align="left" hspace="5" width="100" src="http://nabtron.com/wp-content/uploads/2009/11/screenshot-1-300x277.jpg" class="alignleft wp-post-image tfe" alt="captcha si image error" title="captcha si image error" /></a>Today i got contacted by a very nice person via my facebook profile regarding this blog. He mentioned that the Captcha image is not being displayed on the blog comments so it was not possible to post any comments. Well i quickly verified that the captcha was really broken! There was no image and it [...]]]></description> <wfw:commentRss>http://nabtron.com/si-captcha-issue-captcha-image-not-displayed/842/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>WordPress Plugin error &#8211; Warning: session_start() [function.session-start]: Cannot send session cache limiter &#8211; headers already sent (output started at / . . .</title><link>http://nabtron.com/wordpress-plugin-error-warning-session_start-function-session-start-cannot-send-session-cache-limiter-headers-already-sent-output-started-at/525/</link> <comments>http://nabtron.com/wordpress-plugin-error-warning-session_start-function-session-start-cannot-send-session-cache-limiter-headers-already-sent-output-started-at/525/#comments</comments> <pubDate>Sun, 27 Sep 2009 06:51:37 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[error]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[headers]]></category> <category><![CDATA[plugin]]></category> <category><![CDATA[sent]]></category><guid isPermaLink="false">http://tech.nabtron.com/?p=525</guid> <description><![CDATA[<a href="http://nabtron.com/wordpress-plugin-error-warning-session_start-function-session-start-cannot-send-session-cache-limiter-headers-already-sent-output-started-at/525/"><img align="left" hspace="5" width="100" src="http://nabtron.com/wp-content/uploads/2009/09/finished-150x150.jpg" class="alignleft wp-post-image tfe" alt="wordpress technical article error" title="wordpress technical article error" /></a>Today while developing a wordpress plugin, i experienced an error when i activated it. Although the plugin worked as it was expected to, but the error was there and seemed as if my plugin is conflicting with si-captcha for wordpress plugin. The error was: Warning: session_start() [function.session-start]: Cannot send session cache limiter &#8211; headers already [...]]]></description> <wfw:commentRss>http://nabtron.com/wordpress-plugin-error-warning-session_start-function-session-start-cannot-send-session-cache-limiter-headers-already-sent-output-started-at/525/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Detect users internet browser (firefox, safari, iphone, ipod, ipad, internet explorer, opera ) and redirect to different page specific to it</title><link>http://nabtron.com/detect-users-browser-firefox-safari-iphone-ipod-internet-explorer-opera-and-redirect-to-load-different-page-specific-to-that-browser/281/</link> <comments>http://nabtron.com/detect-users-browser-firefox-safari-iphone-ipod-internet-explorer-opera-and-redirect-to-load-different-page-specific-to-that-browser/281/#comments</comments> <pubDate>Wed, 05 Aug 2009 15:25:56 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[HTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Logic]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[//detecting device if ($ipod == true || $iphone == true){]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[code]]></category> <category><![CDATA[code checks]]></category> <category><![CDATA[comments]]></category> <category><![CDATA[conditional]]></category> <category><![CDATA[conditionally detect iPad]]></category> <category><![CDATA[css file]]></category> <category><![CDATA[detect]]></category> <category><![CDATA[detect ipad browser]]></category> <category><![CDATA[detect iphone browser]]></category> <category><![CDATA[detect safari php]]></category> <category><![CDATA[detect user agent]]></category> <category><![CDATA[detect useragent]]></category> <category><![CDATA[document]]></category> <category><![CDATA[explorer]]></category> <category><![CDATA[explorer safari]]></category> <category><![CDATA[file]]></category> <category><![CDATA[how to tell if browser is iphone]]></category> <category><![CDATA[inernet]]></category> <category><![CDATA[internet explorer]]></category> <category><![CDATA[ipad]]></category> <category><![CDATA[ipad browser sniffer]]></category> <category><![CDATA[ipad conditional comment]]></category> <category><![CDATA[ipad internet browser]]></category> <category><![CDATA[Iphone]]></category> <category><![CDATA[iphone ipad redirect script html]]></category> <category><![CDATA[ipod]]></category> <category><![CDATA[ipod browser code]]></category> <category><![CDATA[ipod internet browser]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[javascript code]]></category> <category><![CDATA[javascript detect if using iphone ipad]]></category> <category><![CDATA[javascript detect iOS]]></category> <category><![CDATA[javascript function detect iphone android opera]]></category> <category><![CDATA[javascript if browser is safari]]></category> <category><![CDATA[javascript iphone redirect]]></category> <category><![CDATA[js]]></category> <category><![CDATA[language javascript]]></category> <category><![CDATA[location]]></category> <category><![CDATA[opera internet]]></category> <category><![CDATA[page]]></category> <category><![CDATA[php]]></category> <category><![CDATA[recognize iphone and ipad code]]></category> <category><![CDATA[redirect]]></category> <category><![CDATA[safari]]></category> <category><![CDATA[script language]]></category> <category><![CDATA[use]]></category> <category><![CDATA[user]]></category> <category><![CDATA[user agent]]></category> <category><![CDATA[userAgent]]></category><guid isPermaLink="false">http://tech.nabtron.com/?p=281</guid> <description><![CDATA[<a href="http://nabtron.com/detect-users-browser-firefox-safari-iphone-ipod-internet-explorer-opera-and-redirect-to-load-different-page-specific-to-that-browser/281/"><img align="left" hspace="5" width="100" height="100" src="http://nabtron.com/wp-content/uploads/2009/08/cross-browser-compatibility-150x150.jpg" class="alignleft tfe wp-post-image" alt="cross-browser-compatibility" title="cross-browser-compatibility" /></a>Some times we need to detect the browser of the user in order to redirect them to browser specific page, or to do any other task that is related to displaying that website for that particular user&#039;s browser, e.g firefox, opera, internet explorer, safari, or are coming from an iphone or an ipod. Edit: You [...]]]></description> <wfw:commentRss>http://nabtron.com/detect-users-browser-firefox-safari-iphone-ipod-internet-explorer-opera-and-redirect-to-load-different-page-specific-to-that-browser/281/feed/</wfw:commentRss> <slash:comments>28</slash:comments> </item> <item><title>Restrict script use (number of times per day) using php &amp; mysql</title><link>http://nabtron.com/restrict-script-use-number-of-times-per-day-using-php-mysql/66/</link> <comments>http://nabtron.com/restrict-script-use-number-of-times-per-day-using-php-mysql/66/#comments</comments> <pubDate>Wed, 08 Jul 2009 23:14:12 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[checks]]></category> <category><![CDATA[current user]]></category> <category><![CDATA[custom error]]></category> <category><![CDATA[database table]]></category> <category><![CDATA[date]]></category> <category><![CDATA[difficulty]]></category> <category><![CDATA[idea]]></category> <category><![CDATA[logic]]></category> <category><![CDATA[lt]]></category> <category><![CDATA[number 1]]></category> <category><![CDATA[php]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[programmer]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[programming language]]></category> <category><![CDATA[restrict]]></category> <category><![CDATA[script]]></category> <category><![CDATA[side]]></category> <category><![CDATA[time]]></category> <category><![CDATA[use]]></category> <category><![CDATA[user]]></category> <category><![CDATA[username]]></category><guid isPermaLink="false">http://tech.nabtron.com/?p=66</guid> <description><![CDATA[If you are a programmer and want your script to be restricted to say 5 time use only per day, then here is the basic idea about how to do it in this post. Please let me know if you feel any difficulty or need any code example etc too. We need to make a [...]]]></description> <wfw:commentRss>http://nabtron.com/restrict-script-use-number-of-times-per-day-using-php-mysql/66/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Restrict script use (number of times per day) using php &amp; mysql</title><link>http://nabtron.com/restrict-script-use-number-of-times-per-day-using-php-mysql-2/1547/</link> <comments>http://nabtron.com/restrict-script-use-number-of-times-per-day-using-php-mysql-2/1547/#comments</comments> <pubDate>Wed, 08 Jul 2009 23:14:12 +0000</pubDate> <dc:creator>Nabeel</dc:creator> <category><![CDATA[Logic]]></category> <category><![CDATA[amp]]></category> <category><![CDATA[checks]]></category> <category><![CDATA[current user]]></category> <category><![CDATA[custom error]]></category> <category><![CDATA[database table]]></category> <category><![CDATA[date]]></category> <category><![CDATA[difficulty]]></category> <category><![CDATA[idea]]></category> <category><![CDATA[logic]]></category> <category><![CDATA[lt]]></category> <category><![CDATA[number 1]]></category> <category><![CDATA[php]]></category> <category><![CDATA[PHP & Mysql]]></category> <category><![CDATA[programmer]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[programming language]]></category> <category><![CDATA[restrict]]></category> <category><![CDATA[script]]></category> <category><![CDATA[side]]></category> <category><![CDATA[time]]></category> <category><![CDATA[use]]></category> <category><![CDATA[user]]></category> <category><![CDATA[username]]></category><guid isPermaLink="false">http://tech.nabtron.com/?p=66</guid> <description><![CDATA[If you are a programmer and want your script to be restricted to say 5 time use only per day, then here is the basic idea about how to do it in this post. Please let me know if you feel any difficulty or need any code example etc too. We need to make a [...]]]></description> <wfw:commentRss>http://nabtron.com/restrict-script-use-number-of-times-per-day-using-php-mysql-2/1547/feed/</wfw:commentRss> <slash:comments>1</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) (user agent is rejected)
Database Caching 4/32 queries in 0.016 seconds using disk

Served from: nabtron.com @ 2010-09-06 11:24:25 -->