Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-03 Thread Werner
Sergio A. Hernandez wrote: > Joshua, > I am writing a Getting Started 24 lessons book, and the part that I > did figure out yet is the CGI Web Application lesson. If you are > planning to release your tutorial under the terms of the GNU Free Doc > License and you are interested, you can be co-autho

Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-03 Thread Joshua Higgins
Sergio, I just had a look at the link you sent and it looks good. Once I've finished the tutorial I'd be happy for you to include it in your book, under the GNU Free Doc License. 2009/5/3 Sergio A. Hernandez > Joshua, > I am writing a Getting Started 24 lessons book, and the part that I > did f

Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-03 Thread Sergio A. Hernandez
So far I remember you need to register use the following link: http://gambasdoc.org/help/register On Sun, May 3, 2009 at 3:40 AM, Joshua Higgins wrote: >>        Print Request["your_name"] >> > > Works fantastic. Just one more question: how would I go about helping to > write the tutorial on maki

Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-03 Thread Sergio A. Hernandez
Joshua, I am writing a Getting Started 24 lessons book, and the part that I did figure out yet is the CGI Web Application lesson. If you are planning to release your tutorial under the terms of the GNU Free Doc License and you are interested, you can be co-author for this section of the book. http

Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-03 Thread Joshua Higgins
>Print Request["your_name"] > Works fantastic. Just one more question: how would I go about helping to write the tutorial on making a cgi web application here http://gambasdoc.org/help/tutorial ? -- joshua higgins >>-- -

Re: [Gambas-user] calling gambas server page from html form (post)

2009-05-02 Thread Benoît Minisini
> I've been experimenting with Gambas server pages and I must say, its > brilliant. > > At the moment I'm trying to get data entered on a form on a web page to be > written to a file on the server. I have got as far as making the html page > with a form. Here is an excerpt: > > > Your Name:

[Gambas-user] calling gambas server page from html form (post)

2009-05-02 Thread Joshua Higgins
I've been experimenting with Gambas server pages and I must say, its brilliant. At the moment I'm trying to get data entered on a form on a web page to be written to a file on the server. I have got as far as making the html page with a form. Here is an excerpt: Your Name: What I'm wonde