Search found 22 matches

by Chris Shields
Thu Oct 22, 2009 9:35 am
Forum: Non-BR Topics
Topic: Trouble with simple PHP
Replies: 2
Views: 10903

Looks like your are just missing some quotes and some other small syntax issues. I made some corrections. <html> <head> <title>Simple Test</title> </head> <body> <form action="formtest.php" method="POST"> <p> Name: <br/> <input type="text" name="user"/> </p> <...
by Chris Shields
Thu Oct 01, 2009 12:47 pm
Forum: Advanced Concepts
Topic: BR Web Scripting
Replies: 9
Views: 10450

Download the latest bridge package here: http://sourceforge.net/projects/brwebscriptingb/ Apache will be configured to use some directory as the 'root' of the web server. Open the 'httpd.conf' file and find the 'DocumentRoot' directive. This is where all website content should be placed. I would cre...
by Chris Shields
Thu Oct 01, 2009 12:06 pm
Forum: Advanced Concepts
Topic: BR Web Scripting
Replies: 9
Views: 10450

You must also have Apache's PHP module installed.
by Chris Shields
Thu Oct 01, 2009 11:27 am
Forum: Advanced Concepts
Topic: BR Web Scripting
Replies: 9
Views: 10450

It looks like I need to do some cleanup of the wiki documentation. I'll try to get in there and update soon.

Which links are you referring to?
by Chris Shields
Thu Oct 01, 2009 10:52 am
Forum: Advanced Concepts
Topic: BR Web Scripting
Replies: 9
Views: 10450

That last two comments were mine. Forgot to use my personal account, again.
by Chris Shields
Tue Aug 18, 2009 5:07 pm
Forum: General Development
Topic: Checkboxes - sizing
Replies: 4
Views: 7324

I mean to use my personal username when posting. But I forget to switch sometimes.
by Chris Shields
Thu Aug 06, 2009 12:44 am
Forum: Advanced Concepts
Topic: [BR_forum] going from BR to Web
Replies: 7
Views: 8581

I came up with a solution that runs BR programs over the Web. You can check it out here:

http://www.sageax.com/bridgedemo/

There are a few simple examples and documentation. It is all free and open source.