<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Script BASIC]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5999&amp;type=atom" />
	<updated>2015-11-03T05:33:04Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5999</id>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24648#p24648" />
			<content type="html"><![CDATA[<p>Script BASIC is an interpreter like php. You can compile Script BASIC applications to <strong>C</strong> which allow statically linking in its <strong>C</strong> extensions modules. </p><p>I forgot the mention Script BASIC has a GUI desktop debugger/IDE and a remote socket based debugger that is great for debugging a client&#039;s web application. </p><p>I&#039;ll keep you in the loop if a Front Accounting <strong>php</strong> to <strong>Script BASIC</strong> port becomes a project.</p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-03T05:33:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24648#p24648</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24647#p24647" />
			<content type="html"><![CDATA[<p>ScriptBASIC will then be replacing the entire PHP code with it&#039;s &quot;compiled&quot; version. A sort of a Desktop FA that has been done using&nbsp; <a href="https://github.com/cztomczak/phpdesktop">PHPDesktop</a> earlier. FA updates would then need fresh compilations - nice business sense to sell &quot;service&quot;!</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-03T04:50:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24647#p24647</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24645#p24645" />
			<content type="html"><![CDATA[<p>Front Accounting is very well written and would be an easy port to Script BASIC due to everything being class based. I&#039;m seriously thinking of porting it to Script BASIC to attract the Sage 100 (MAS90) crowd. They are Business BASIC centric so a FA in Script BASIC would make sense to them.</p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-03T03:32:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24645#p24645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24644#p24644" />
			<content type="html"><![CDATA[<p>I use the Apache config (sites-enabled) for the mod_rewrite additions pointing to the /home web directory to forward the request to the sbhttpd server.</p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-03T02:49:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24644#p24644</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24643#p24643" />
			<content type="html"><![CDATA[<p>Then would it mean that the proxy is to be used by the Apache conf file to manage folder paths selectively to enable <strong>sbhttpd</strong> to partake of port 80 as it&#039;s publicly accessible port and for PHP to partake of the real proxy port ( say port 8080 ) in it&#039;s interaction with ScriptBASIC?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-03T02:41:02Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24643#p24643</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24642#p24642" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>If the recommended way to use ScriptBASIC is as a proxy to Apache and Apache runs on port 80 and the proxy runs on say port 8080, must the client then use port 8080 to access the application?</p></blockquote></div><p>Just standard access on port 80 for the user. In my example, anything out of <strong>/home</strong> is <strong>sbhttpd</strong> related.</p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-02T16:18:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24642#p24642</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24641#p24641" />
			<content type="html"><![CDATA[<p>@John: Thanks for the detailed info on ScriptBASIC. Just trying to find what part of <strong>C</strong> interfacing with FrontAccounting would need to justify using it. </p><p>MySQL interaction in a thread safe manner is the current way FA works with the MySQL server and that is as close as we get with <strong>C</strong> interaction with PHP and possibly no worse than ScriptBASIC. Hence any ScriptBASIC interfacing on the database side will not provide for any significant advantage especially if some form of cachiing (APC, memcached, etc) is used.</p><p>Interfacing with sensors for embedded applications where no php extension is available may be a use case for using PHP with ScriptBASIC.</p><p>If the recommended way to use ScriptBASIC is as a proxy to Apache and Apache runs on port 80 and the proxy runs on say port 8080, must the client then use port 8080 to access the application?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-02T15:00:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24641#p24641</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24636#p24636" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Hence ScriptBASIC in it&#039;s final use case would be to replace the entire Apache/PHP/MySQL stack with a pure ScriptBASIC compiled (or intermediate compiled) alternative and no advantage in using both together.</p></blockquote></div><p><strong>sbhttpd</strong> is a proxy server. It only runs Script BASIC scripts. Apache handles the media, load levelling, security, ... and uses a mod_rewrite for communication with SB.</p><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>What is it that can be done in ScriptBASIC that cannot be just as easily done in PHP?</p></blockquote></div><p><strong>php</strong> is fine for a single instance application. It&#039;s resource heavy and interfacing with <strong>C</strong> is a PITA. Script BASIC works great as a cloud SaaS engine and <em>glue</em> to everything else.</p><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>The reason why PHP in general and FA in particular became popular is that it is in open text form and loosely typed and easy to program for the non programmer. &quot;Protecting / Obfuscating&quot; code will mitigate against the userbase. Proprietary code and compiled applications can hold users to ransom. Those who wish to retain independance in the code they use will run away from it! When acceptable alternatives like ScriptBASIC arrive, there must be a compelling reason to undertake a fresh learning curve and migrate to it.</p></blockquote></div><p><strong>BASIC</strong> is the basis for all other languages following it including <strong>php</strong>. If you don&#039;t know traditional BASIC than you shouldn&#039;t be able to to code in the first place.</p><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>With the arrival of Triggers, Procedures and Functions in MySQL, most PHP code can be replaced by them in getting logically directed computed storage done.</p></blockquote></div><p>A simple Script BASIC <strong>MySQL</strong> example.</p><div class="codebox"><pre><code>&#039; MySQL Test Program

INCLUDE mysql.bas

dbh = mysql::RealConnect(&quot;localhost&quot;,&quot;root&quot;,&quot;the_password&quot;,&quot;classicmodels&quot;)

mysql::query(dbh,&quot;SELECT * FROM products&quot;)

WHILE mysql::FetchHash(dbh,column)
  PRINT column{&quot;productCode&quot;},&quot; - &quot;,column{&quot;productName&quot;},&quot;\n&quot;
WEND

PRINTNL
PRINT &quot;The database handle is: &quot;,dbh,&quot;\n&quot;
PRINT &quot;Affected rows by SELECT: &quot;,mysql::AffectedRows(dbh),&quot;\n&quot;
PRINT &quot;Character set name is: &quot;,mysql::CharacterSetName(dbh),&quot;\n&quot;
PRINT &quot;Last error is: &quot;,mysql::ErrorMessage(dbh),&quot;\n&quot;
PRINT &quot;Client info is: &quot;,mysql::GetClientInfo(),&quot;\n&quot;
PRINT &quot;Host info is: &quot;,mysql::GetHostInfo(dbh),&quot;\n&quot;
PRINT &quot;Proto info is: &quot;,mysql::GetProtoInfo(dbh),&quot;\n&quot;
PRINT &quot;Server info is: &quot;,mysql::GetServerInfo(dbh),&quot;\n&quot;
PRINT &quot;PING result: &quot;,mysql::Ping(dbh),&quot;\n&quot;
PRINT &quot;Thread ID: &quot;,mysql::ThreadId(dbh),&quot;\n&quot;
PRINT &quot;Status is: &quot;,mysql::Stat(dbh),&quot;\n&quot;

mysql::Close(dbh)</code></pre></div><p><strong>Output</strong><br /></p><div class="codebox"><pre><code>scriptbasic: ~/sb22/test $ time scriba testmysql.sb
S32_1268 - 1980s GM Manhattan Express
S32_1374 - 1997 BMW F650 ST
S32_2206 - 1982 Ducati 996 R
S32_2509 - 1954 Greyhound Scenicruiser
S32_3207 - 1950&#039;s Chicago Surface Lines Streetcar
S32_3522 - 1996 Peterbilt 379 Stake Bed with Outrigger
S32_4289 - 1928 Ford Phaeton Deluxe
S32_4485 - 1974 Ducati 350 Mk3 Desmo
S50_1341 - 1930 Buick Marquette Phaeton
S50_1392 - Diamond T620 Semi-Skirted Tanker
S50_1514 - 1962 City of Detroit Streetcar
S50_4713 - 2002 Yamaha YZR M1
S700_1138 - The Schooner Bluenose
S700_1691 - American Airlines: B767-300
S700_1938 - The Mayflower
S700_2047 - HMS Bounty
S700_2466 - America West Airlines B757-200
S700_2610 - The USS Constitution Ship
S700_2824 - 1982 Camaro Z28
S700_2834 - ATA: B757-300
S700_3167 - F/A 18 Hornet 1/72
S700_3505 - The Titanic
S700_3962 - The Queen Mary
S700_4002 - American Airlines: MD-11S
S72_1253 - Boeing X-32A JSF
S72_3212 - Pont Yacht
 
The database handle is: 1
Affected rows by SELECT: 110
Character set name is: latin1
Last error is:
Client info is: 5.5.44
Host info is: Localhost via UNIX socket
Proto info is: 10
Server info is: 5.5.44-0ubuntu0.14.04.1
PING result: -1
Thread ID: 0
Status is: Uptime: 5375236  Threads: 1  Questions: 19980  Slow queries: 0  Opens: 627  Flush tables: 1  Open tables: 400  Queries per second avg: 0.003

real    0m0.014s
user    0m0.004s
sys     0m0.002s
scriptbasic: ~/sb22/test $    </code></pre></div><div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>As your sbhttpd is a proxy, does it still depend on the availability of a real web server like Apache?</p></blockquote></div><p><strong>sbhttpd</strong> can run standalone for HTTP (non-media) based applications but typically it&#039;s a proxy to Apache.</p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-02T08:10:28Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24636#p24636</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24633#p24633" />
			<content type="html"><![CDATA[<p>Hence ScriptBASIC in it&#039;s final use case would be to replace the entire Apache/PHP/MySQL stack with a pure ScriptBASIC compiled (or intermediate compiled) alternative and no advantage in using both together. </p><p>What is it that can be done in ScriptBASIC that cannot be just as easily done in PHP?</p><p>The reason why PHP in general and FA in particular became popular is that it is in open text form and loosely typed and easy to program for the non programmer. &quot;Protecting / Obfuscating&quot; code will mitigate against the userbase. Proprietary code and compiled applications can hold users to ransom. Those who wish to retain independance in the code they use will run away from it! When acceptable alternatives like ScriptBASIC arrive, there must be a compelling reason to undertake a fresh learning curve and migrate to it.</p><p>With the arrival of Triggers, Procedures and Functions in MySQL, most PHP code can be replaced by them in getting logically directed computed storage done.</p><p>As your sbhttpd is a proxy, does it still depend on the availability of a real web server like Apache?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-02T07:41:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24633#p24633</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24623#p24623" />
			<content type="html"><![CDATA[<p><strong>sbhttpd</strong> supports in memory sessions with static read/write lockable shared variables between threads and runs as a service.&nbsp; If using <strong>ODBC</strong> for database access, connection pooling is supported. Appropriate extension modules used on the desktop are usable with sbhttpd. </p><p>I&#039;m working on a php to Script BASIC translator but it&#039;s not a priority at the moment. I use Ultra Edit search and replace macros to do most of my php to SB conversion now. </p><p>I&#039;m just about to release a QuickBooks Online connection to SuiteCRM running as SaaS with sbhttpd mirroring the QBO database in MySQL for instant access and unlimited users.&nbsp; <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-01T23:51:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24623#p24623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24622#p24622" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>apmuthu wrote:</cite><blockquote><p>Please post some php source interacting with ScriptBASIC source code.</p></blockquote></div><p>The Script BASIC <strong>sbhttpd</strong> proxy server is a replacement for <strong>PHP</strong>. The syntax is traditional BASIC with a sprinkle of Perl and Python syntax mixed in.</p><p>Here is the code to the <strong>echo</strong> example I posted previously.<br /></p><div class="codebox"><pre><code>global const nl = &quot;\n&quot;
Const NumberOfCookies = 3

include cgi.bas

option cgi$Method cgi::Get or cgi::Upload

&#039; cgi::RequestBasicAuthentication &quot;Test Realm&quot;
cgi::Header 200,&quot;text/html&quot;

&#039;
&#039; We are setting several cookies. The expiry time is ten seconds so you can test that
&#039; the cookies are sent by the browser if you press some of the buttons fast enough,
&#039; but it does not if you are slow
&#039;
for i=1 to NumberOfCookies 
  &#039; cookie(i) is i, no domain is defined, path is /, expires after 5 seconds, not secure
  cgi::SetCookie &quot;cookie&quot; &amp; i,i,undef,&quot;/&quot;,gmtime()+10,false
next i

cgi::FinishHeader

&#039;-------------------------------------------------------
print &quot;&quot;&quot;&lt;HTML&gt;
&lt;HEAD&gt;
&lt;title&gt;CGI parameter testing&lt;/title&gt;
&lt;/HEAD&gt;
&lt;BODY&gt;&lt;font face=&quot;VERDANA&quot; size=&quot;2&quot;&gt;
&lt;H1&gt;View CGI Parameters&lt;/H1&gt;
This page shows the cgi parameters the way it was uploaded.
&lt;!-- here is the result of the previous HTTP request --&gt;
&lt;FONT SIZE=&quot;3&quot;&gt;
&lt;PRE&gt;
CGI system variables
--------------------

&quot;&quot;&quot;
&#039;-------------------------------------------------------

print &quot;ServerSoftware  = &quot;,cgi::ServerSoftware(), nl
print &quot;ServerName      = &quot;,cgi::ServerName(), nl
print &quot;GatewayInterface= &quot;,cgi::GatewayInterface(),nl
print &quot;ServerProtocol  = &quot;,cgi::ServerProtocol(), nl
print &quot;ServerPort      = &quot;,cgi::ServerPort(), nl
print &quot;RequestMethod   = &quot;,cgi::RequestMethod(), nl
print &quot;PathInfo        = &quot;,cgi::PathInfo(), nl
print &quot;PathTranslated  = &quot;,cgi::PathTranslated(), nl
print &quot;ScriptName      = &quot;,cgi::ScriptName(), nl
print &quot;QueryString     = &quot;,cgi::QueryString(), nl
print &quot;RemoteHost      = &quot;,cgi::RemoteHost(), nl
print &quot;RemoteAddress   = &quot;,cgi::RemoteAddress(), nl
print &quot;AuthType        = &quot;,cgi::AuthType(), nl
print &quot;RemoteUser      = &quot;,cgi::RemoteUser(), nl
print &quot;RemoteIdent     = &quot;,cgi::RemoteIdent(), nl
print &quot;ContentType     = &quot;,cgi::ContentType(), nl
print &quot;ContentLength   = &quot;,cgi::ContentLength(), nl
print &quot;UserAgent       = &quot;,cgi::UserAgent(), nl
print &quot;Cookie          = &quot;,cgi::RawCookie(), nl

print &quot;Referer         = &quot;,cgi::Referer(),nl
print &quot;Password        = &quot;,Environ(&quot;HTTP_PASSWORD&quot;),nl
print &quot;Full auth string= &quot;,Environ(&quot;HTTP_AUTHORIZATION&quot;),nl
print &quot;\nCookies:\n&quot;
for i=1 to NumberOfCookies
  print &quot;cookie&quot; &amp; i,&quot; &quot;,cgi::Cookie(&quot;cookie&quot; &amp; i),&quot;\n&quot;
next i

print &quot;Text field using Param(\&quot;TEXT-FIELD\&quot;) is &quot;,cgi::Param(&quot;TEXT-FIELD&quot;),nl,nl


if cgi::RequestMethod() = &quot;GET&quot; then
  print &quot;GET text field using GetParam(\&quot;TEXT-FIELD\&quot;) is &quot;,cgi::GetParam(&quot;TEXT-FIELD&quot;),nl
end if

if cgi::RequestMethod() = &quot;POST&quot; then
  print &quot;POST text field using PostParam(\&quot;TEXT-FIELD\&quot;) is &quot;,cgi::PostParam(&quot;TEXT-FIELD&quot;),nl
  if cgi::ContentType() like &quot;multipart*&quot; then
    print &quot;Original file name is &quot;,cgi::FileName(&quot;FILE-UPLOAD-NAME&quot;),nl
    if cgi::FileLength(&quot;FILE-UPLOAD-NAME&quot;) &gt; 0 then
      print &quot;File of length &quot;,cgi::FileLength(&quot;FILE-UPLOAD-NAME&quot;),&quot; bytes is saved\n&quot;
      on error goto NoSave
      cgi::SaveFile &quot;FILE-UPLOAD-NAME&quot;,&quot;/home/jrs/sb/upload.txt&quot;
    else
      print &quot;There is no uploaded file.&quot;
    end if
  end if
end if

print &quot;&quot;&quot;&lt;/PRE&gt;&lt;TABLE&gt;&lt;TR&gt;&lt;TD BORDER=0 BGCOLOR=&quot;EEEEEE&quot;&gt;&lt;PRE&gt;
A simple form to POST parameters:&lt;BR&gt;
&lt;FORM METHOD=&quot;POST&quot; ACTION=&quot;/home/echo&quot;&gt;
&lt;INPUT TYPE=&quot;TEXT&quot; VALUE=&quot;DEFAULT TEXT&quot; NAME=&quot;TEXT-FIELD&quot;&gt;
&lt;INPUT TYPE=&quot;SUBMIT&quot; NAME=&quot;SUBMIT-BUTTON&quot; VALUE=&quot; POST &quot;&gt;
&lt;/FORM&gt;
&lt;/PRE&gt;&lt;/TD&gt;&lt;TD BORDER=1 width=&quot;20&quot;&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD BORDER=0 BGCOLOR=&quot;EEEEEE&quot;&gt;&lt;PRE&gt;
A simple form to GET parameters:&lt;BR&gt;
&lt;FORM METHOD=&quot;GET&quot; ACTION=&quot;/home/echo&quot;&gt;
&lt;INPUT TYPE=&quot;TEXT&quot; VALUE=&quot;DEFAULT TEXT&quot; NAME=&quot;TEXT-FIELD&quot;&gt;
&lt;INPUT TYPE=&quot;SUBMIT&quot; NAME=&quot;SUBMIT-BUTTON&quot; VALUE=&quot; GET &quot;&gt;
&lt;/FORM&gt;
&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;PRE&gt;
&lt;hr&gt;
&lt;/FORM&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&quot;&quot;&quot;
stop
NoSave:

print &quot;An error has happened saving the file. Code =&quot;,error(),nl

resume next</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-01T23:02:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24622#p24622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24621#p24621" />
			<content type="html"><![CDATA[<p>Please post some php source interacting with ScriptBASIC source code.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-01T22:53:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24621#p24621</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24619#p24619" />
			<content type="html"><![CDATA[<p>Here is a cool project a Script BASIC sbhttpd user did. It uses the <strong>GD</strong> extension module to create live <strong>buoy weather data</strong> graphics overlayed on satellite&nbsp; images. They use the Script BASIC <strong>sbhttpd</strong> server for the task.</p><p><a href="http://www.scriptbasic.org/download/buoygd.jpg">Worldwide Buoy Weather</a></p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-01T22:39:09Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24619#p24619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24617#p24617" />
			<content type="html"><![CDATA[<p>I have an <strong>echo</strong> example of the <strong>Script BASIC</strong> multi-thread HTTP application proxy server running on my www.Koding.com account if you would like to take a peak. (750 KB total) <strong>php</strong> core starts at 3 MB per session. A painted elephant. <img src="https://frontaccounting.com/punbb/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p><p><a href="http://scriptbasic.koding.io/home/echo">Script BASIC web server - echo</a> (scales like nothing else out there)</p><p>It supports MySQL, (unix)ODBC, SQLite, Curl, ... as extension modules that seamlessly extend the language.</p><p>I&#039;ll post a few more examples if there is interest.</p>]]></content>
			<author>
				<name><![CDATA[ScriptBASIC]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=20798</uri>
			</author>
			<updated>2015-11-01T21:29:27Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24617#p24617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Script BASIC]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=24616#p24616" />
			<content type="html"><![CDATA[<p>Whilst FA is interpreted, executed and presented to the Web Browser (not necessarily on CGI), how would we get to use ScriptBASIC with it? Please provide an example of it&#039;s usage with PHP (non CGI).</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-11-01T20:57:11Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=24616#p24616</id>
		</entry>
</feed>
