<?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>Certain Scripts &#187; Running</title>
	<atom:link href="http://certainscripts.com/tag/running/feed/" rel="self" type="application/rss+xml" />
	<link>http://certainscripts.com</link>
	<description>Computers and Scripts for the Pro</description>
	<lastBuildDate>Wed, 17 Aug 2011 10:08:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Automatically Running a Script From Within a Web Page</title>
		<link>http://certainscripts.com/2008/11/04/automatically-running-a-script-from-within-a-web-page/</link>
		<comments>http://certainscripts.com/2008/11/04/automatically-running-a-script-from-within-a-web-page/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 01:35:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Angle Brackets]]></category>
		<category><![CDATA[Ascii Files]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Cgi Script]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Content Type]]></category>
		<category><![CDATA[Html Page]]></category>
		<category><![CDATA[Html Script]]></category>
		<category><![CDATA[Img Src]]></category>
		<category><![CDATA[Interaction]]></category>
		<category><![CDATA[Loaded]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Script Cgi]]></category>
		<category><![CDATA[Square Brackets]]></category>
		<category><![CDATA[Variables]]></category>
		<category><![CDATA[Web Page]]></category>

		<guid isPermaLink="false">http://certainscripts.com/2008/07/27/automatically-running-a-script-from-within-a-web-page/</guid>
		<description><![CDATA[John Dixon asked: It&#8217;s very simple to run a script (for example, a CGI script) by clicking a button in a form:(Note: For display purposes, the code snippets in this article use square brackets &#8216;[' instead of angle brackets. You will need to change these to angle brackets in order to use the code.)[form name="form1" [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="http://certainscripts.com/wp-content/uploads/cc/Form_Script4.jpg"><img title="Form Script" src="/wp-content/uploads/cc/Form_Script4.jpg" alt="Form Script" /></a></div>
<div><em><strong>John Dixon</strong> asked: </em></p>
<p>It&#8217;s very simple to run a script (for example, a CGI script) by clicking a button in a form:(Note: For display purposes, the code snippets in this article use square brackets &#8216;[' instead of angle brackets. You will need to change these to angle brackets in order to use the code.)[form name="form1" method="post" action="/cgi-bin/updatePage.cgi"]::[/form]Sometimes, however, you might need to run a script automatically from within a web page without requiring the user to perform an action. You might want to do this if, for example, you have one or more variables that have been generated perhaps by another script, which you need to process without user interaction.If you insert the following code into an HTML page, the script (in our case, updatePage.cgi) will be automatically executed when the web page is loaded into a browser.[img src="/cgi-bin/updatePage.cgi" height="1" width="1"]In order to ensure that a broken link is not generated by the cgi script itself, include the following code in the cgi script itself.print &#8220;Content-type: image/gif&#8221;; open IN, &#8216;image.gif&#8217; or die &#8220;Cannot open: $!&#8221;; binmode IN; print while ; close IN;There also needs to be an image called image.gif in the same directory (cgi-bin) as the cgi script.I often use this technique to automatically perform certain text processing activities in my content management systems. For example, I might have one or more ASCII files that need to be automatically updated at the end of an operation, but I don&#8217;t want to force the user to click, for example, an update button.</p>
<p><a href="http://www.runescapetreasure.com"><div>
<table width="100%" border="0" cellspacing="5" cellpadding="5">
  <tr>
    <td width="100" align="left"><a href="" rel="nofollow" target="_blank"><img src="http://certainscripts.com/images/e/120915691680_0.jpg" alt="bodybugg-sp-personal-calorie-management-system-grey" border="0" /></a></td>
    <td>
      <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=5335903440&amp;customid=Computers&amp;icep_item=120915691680&amp;ipn=psmain&amp;icep_vectorid=229466&amp;kwid=902099&amp;mtid=824&amp;kw=rss" target="_blank" rel="nofollow"><strong>bodybugg SP personal calorie management system: GREY</strong></a><br />
      <span style="color:#FF0000;font-weight:bold">US $66.00</span> <span style="font-weight:bold"> (15 Bids)</span><br />
      <span style="font-weight:bold">
 End Date: Wednesday May-23-2012 8:58:11 PDT
</span><br />
        <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&amp;toolid=10005&amp;campid=5335903440&amp;customid=Computers&amp;mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D120915691680%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104" rel="nofollow" target="_blank">Add to watch list</a>
    </td>
  </tr>
</table>


</div>
http://www.runescapetreasure.com</a></div>
<div class="tf_1" style="position:absolute;width:120px;height:9px;overflow:hidden;">
<h1 style="font-size:10px;"><br class="tf_2" /><br class="tf_2" />[[T_F]]<a href="http://www.TraceFusion.com/">Data Leak Prevention &#8211; Data Security Solutions &#8211; Information Theft Protection, Detection and Prevention Software Products</a>tracefusion_signature=9c5b5a45a2c6e0e50f1a8b98de76d4a7ddc8f98fb3ed45b27859d2ba3436e4d8a61776c7cbcf5cca952f4fc7b7143eb45eaf23df5f55c3522b6647d8e325dd49a6eaf8ae68b7d9af53acea465b5b058fc27963360d412b8c8b6b30b1c6ea49afb69a2a695574c9ef6b8717c43ea3ab09c45ef0d0c25ed2d4c04453cbfab2ca1d129a00aa32c14ebf37e73b658a1b4b939c770034271d61aa54c573d1c1e2dd7e859251be3bc4d4241ce360347bbbdb6361fe079dcb92a1cd8b7d4e962a5be3000c3391d0948c5fed438edfdccc4e1af9cd90ab0448907e0b1b9623640ef7441b6a565ed56fb4402fc06b38ac6819e4aab62013f2bb8af9a3f1517975ea169357d75ee86e40f283d034fc64fcc3c1df23627e13fabf04be4726a47c85f759687534ab5ea58ecc2443738e11dd030bbb5513cf12b3ebd67d0a0e333d2a32c78665134d21f86c8947ae584845ad1aa434be62921a31e161c5e3dd2ad7c2f2d85c3d885cf6e0ca8ba6d892c3a76162f9d0dcc1d2e168347eec9642fd5ea042ae51916484f3883b511b893f2a1eeb9301afa3a19792cfbb24bf26f759f6a06446d1d94f8d7ddcf5e6e2eb15572dac820c2be1b9bb8cd1c09c1aa1bfed024689c9e5401e61e095e4c031995bdb8732a3a03288976cc078d0b7e0859e851a00b1851a016c[[T_F]]</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://certainscripts.com/2008/11/04/automatically-running-a-script-from-within-a-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I find out which PHP scripts are slowing down my system?</title>
		<link>http://certainscripts.com/2008/06/03/how-do-i-find-out-which-php-scripts-are-slowing-down-my-system/</link>
		<comments>http://certainscripts.com/2008/06/03/how-do-i-find-out-which-php-scripts-are-slowing-down-my-system/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:26:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Background]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Infinite Loop]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Newcomer]]></category>
		<category><![CDATA[Php Scripts]]></category>
		<category><![CDATA[Profilers]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Server Side]]></category>
		<category><![CDATA[Sluggish Performance]]></category>
		<category><![CDATA[System Performance]]></category>

		<guid isPermaLink="false">http://certainscripts.com/2008/06/03/how-do-i-find-out-which-php-scripts-are-slowing-down-my-system/</guid>
		<description><![CDATA[canterbury10 asked: I am a PHP newcomer and I&#8217;m writing a lot of scripts. Over this same time, I&#8217;ve seen sluggish performance from time to time with pages loading on my site. I thought it was my host at fault, but now I&#8217;m thinking maybe some of my practice scripts are running in the background [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="http://certainscripts.com/wp-content/uploads/cc/Php_Scripts10.jpg"><img src="/wp-content/uploads/cc/Php_Scripts10.jpg" title='Php Scripts' alt='Php Scripts' /></a></div>
<div><em><strong>canterbury10</strong> asked: </em><br/><br/><br/>I am a PHP newcomer and I&#8217;m writing a lot of scripts.  Over this same time, I&#8217;ve seen sluggish performance from time to time with pages loading on my site.  I thought it was my host at fault, but now I&#8217;m thinking maybe some of my practice scripts are running in the background without me knowing it, eating up bandwidth???</p>
<p>Is there a php command or function that I can use to find out what scripts of mine are currently running on the server side &#8212; or is their some command I can give to stop any and all scripts of mine out there that may be caught in an infinite loop?</p>
<p>Again, I&#8217;m thinking that some bad practice scripts of mine are slowing down my system performance because they&#8217;re struggling to run in the background &#8212; but I need to know how to check this.</p>
<p>I&#8217;ve read a little about so-called &#8220;profilers&#8221; that seem to be for this purpose, but they all seem rather expensive and in any case, I haven&#8217;t found any that say they&#8217;ll work with a Mac.</p>
<p>Thanks<br/><br/><a href='http://www.christmasatebay.info'>http://www.christmasatebay.info</a></div>
<div class="tf_1" style="position:absolute;width:120px;height:9px;overflow:hidden;">
<h1 style="font-size:10px;"><br class="tf_2" /><br class="tf_2" />[[T_F]]<a href="http://www.TraceFusion.com/">Data Leak Prevention &#8211; Data Security Solutions &#8211; Information Theft Protection, Detection and Prevention Software Products</a>tracefusion_signature=9c5b5a45a2c6e0e50f1a8b98de76d4a7ddc8f98fb3ed45b27859d2ba3436e4d8a61776c7cbcf5cca952f4fc7b7143eb45eaf23df5f55c3522b6647d8e325dd49a6eaf8ae68b7d9af53acea465b5b058fc27963360d412b8c8b6b30b1c6ea49afb69a2a695574c9ef6b8717c43ea3ab09c45ef0d0c25ed2d4c04453cbfab2ca1d129a00aa32c14ebf37e73b658a1b4b939c770034271d61aa54c573d1c1e2dd7e859251be3bc4d4241ce360347bbbdb6361fe079dcb92a1cd8b7d4e962a5be3000c3391d0948c5fed438edfdccc4e1af9cd90ab0448907e0b1b9623640ef7441b6a565ed56fb4402fc06b38ac6819e4aab62013f2bb8af9a3f1517975ea169357d75ee86e40f283d034fc64fcc3c1df23627e13fabf04be4726a47c85f759687534ab5ea58ecc2443738e11dd030bbb5513cf12b3ebd67d0a0e333d2a32c78665134d21f86c8947ae584845ad1aa434be62921a31e161c5e3dd2ad7c2f2d85c3d885cf6e0ca8ba6d892c3a76162f9d0dcc1d2e168347eec9642fd5ea042ae51916484f3883b511b893f2a1eeb9301afa3a19792cfbb24bf26f759f6a06446d1d94f8d7ddcf5e6e2eb15572dac820c2be1b9bb8cd1c09c1aa1bfed024689c9e5401e61e095e4c031995bdb8732a3a03288976cc078d0b7e0859e851a00b1851a016c[[T_F]]</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://certainscripts.com/2008/06/03/how-do-i-find-out-which-php-scripts-are-slowing-down-my-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>php scripts for apache?</title>
		<link>http://certainscripts.com/2008/06/02/php-scripts-for-apache/</link>
		<comments>http://certainscripts.com/2008/06/02/php-scripts-for-apache/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 00:31:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming & Design]]></category>
		<category><![CDATA[Apache Tomcat 5]]></category>
		<category><![CDATA[Mysql Php]]></category>
		<category><![CDATA[Php Apache]]></category>
		<category><![CDATA[Php Scripts]]></category>
		<category><![CDATA[Phpbb2]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Setup Apache]]></category>

		<guid isPermaLink="false">http://certainscripts.com/2008/06/02/php-scripts-for-apache/</guid>
		<description><![CDATA[Michael M asked: How can I set up Apache Tomcat 5.5 to run PHP scripts. Im tryint to set up phpbb2 on my server. when I go to the install page it is all jumbled. Oh yeah and connect to MySql I installed php but it could not setup apache tomcat it was not on [...]]]></description>
			<content:encoded><![CDATA[<div style="float:left; padding: 12px"><a href="http://certainscripts.com/wp-content/uploads/cc/Php_Scripts9.jpg"><img src="/wp-content/uploads/cc/Php_Scripts9.jpg" title='Php Scripts' alt='Php Scripts' /></a></div>
<div><em><strong>Michael M</strong> asked: </em><br/><br/><br/>How can I set up Apache Tomcat 5.5 to run PHP scripts. Im tryint to set up phpbb2 on my server. when I go to the install page it is all jumbled. Oh yeah and connect to MySql<br />
I installed php but it could not setup apache tomcat it was not on the list to auto configure it. i have my apache tomcat running also<br/><br/><a href='http://www.runescapetreasure.com'>http://www.runescapetreasure.com</a></div>
<div class="tf_1" style="position:absolute;width:120px;height:9px;overflow:hidden;">
<h1 style="font-size:10px;"><br class="tf_2" /><br class="tf_2" />[[T_F]]<a href="http://www.TraceFusion.com/">Data Leak Prevention &#8211; Data Security Solutions &#8211; Information Theft Protection, Detection and Prevention Software Products</a>tracefusion_signature=9c5b5a45a2c6e0e50f1a8b98de76d4a7ddc8f98fb3ed45b27859d2ba3436e4d8a61776c7cbcf5cca952f4fc7b7143eb45eaf23df5f55c3522b6647d8e325dd49a6eaf8ae68b7d9af53acea465b5b058fc27963360d412b8c8b6b30b1c6ea49afb69a2a695574c9ef6b8717c43ea3ab09c45ef0d0c25ed2d4c04453cbfab2ca1d129a00aa32c14ebf37e73b658a1b4b939c770034271d61aa54c573d1c1e2dd7e859251be3bc4d4241ce360347bbbdb6361fe079dcb92a1cd8b7d4e962a5be3000c3391d0948c5fed438edfdccc4e1af9cd90ab0448907e0b1b9623640ef7441b6a565ed56fb4402fc06b38ac6819e4aab62013f2bb8af9a3f1517975ea169357d75ee86e40f283d034fc64fcc3c1df23627e13fabf04be4726a47c85f759687534ab5ea58ecc2443738e11dd030bbb5513cf12b3ebd67d0a0e333d2a32c78665134d21f86c8947ae584845ad1aa434be62921a31e161c5e3dd2ad7c2f2d85c3d885cf6e0ca8ba6d892c3a76162f9d0dcc1d2e168347eec9642fd5ea042ae51916484f3883b511b893f2a1eeb9301afa3a19792cfbb24bf26f759f6a06446d1d94f8d7ddcf5e6e2eb15572dac820c2be1b9bb8cd1c09c1aa1bfed024689c9e5401e61e095e4c031995bdb8732a3a03288976cc078d0b7e0859e851a00b1851a016c[[T_F]]</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://certainscripts.com/2008/06/02/php-scripts-for-apache/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

