Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Question About Cgi-bin, cant find a subforum
sirgalphan
post Nov 25 2004, 11:59 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 19
Joined: 15-November 04
Member No.: 1,374



I looked but couldn't find a sub-forum for topics relating to cgi-bins, so I figured I'd put this here.

Lets say I create a form for people to fill out, and I tell it to submit it to the cgi-bin that is a part of my free hosting package. When I receive the information, is there some way that I could have it put into a spreadsheet, say Excel, so that I could view it easily? I'm designing a website for my youth pastor, and it would make things much more simple if he could receive info (such as registration for conferences and retreats) in a spreadsheet format. I'm curious if there is a way to do this (outside of editing the cgi-bin itself).

This relates to the hosting somewhat, because I want to know not only if it can be done, but if the cgi-bin that I have access to as a part of my free hosting is capable of somehow handling this... Thanks.
Go to the top of the page
 
+Quote Post
mastercomputers
post Nov 26 2004, 01:37 PM
Post #2


BUG.SWAT.PATROL
Group Icon

Group: Members
Posts: 626
Joined: 1-September 04
From: Auckland, New Zealand
Member No.: 27



QUOTE(sirgalphan @ Nov 26 2004, 12:59 PM)
I looked but couldn't find a sub-forum for topics relating to cgi-bins, so I figured I'd put this here.

Lets say I create a form for people to fill out, and I tell it to submit it to the cgi-bin that is a part of my free hosting package. When I receive the information, is there some way that I could have it put into a spreadsheet, say Excel, so that I could view it easily? I'm designing a website for my youth pastor, and it would make things much more simple if he could receive info (such as registration for conferences and retreats) in a spreadsheet format. I'm curious if there is a way to do this (outside of editing the cgi-bin itself).

This relates to the hosting somewhat, because I want to know not only if it can be done, but if the cgi-bin that I have access to as a part of my free hosting is capable of somehow handling this... Thanks.
*



cgi scripts can do this, php scripts can do this, if you don't mind php scripts for it, will work the same.

I will write a script to do it, but won't be ready for at least a week, additional ideas is the ability to convert to database as well, but will work on the spreadsheet (all types of spreadsheets, not just excel format) way first.

It will be open source too, so you will be free to modify it how you want.

Cheers,


MC
Go to the top of the page
 
+Quote Post
sirgalphan
post Nov 26 2004, 07:25 PM
Post #3


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 19
Joined: 15-November 04
Member No.: 1,374



thanks mc, i appreciate it.
Go to the top of the page
 
+Quote Post
mastercomputers
post Nov 28 2004, 06:40 PM
Post #4


BUG.SWAT.PATROL
Group Icon

Group: Members
Posts: 626
Joined: 1-September 04
From: Auckland, New Zealand
Member No.: 27



QUOTE(sirgalphan @ Nov 27 2004, 08:25 AM)
thanks mc, i appreciate it.
*


Hey sirgalphan,

It's coming along nicely but I need to ask you some questions of what you will be using in your form, e.g. the input types. If you could point me to a link of the form currently in use, that would be great.

So far I've tested it with text, textarea, checkbox, selectbox and I am wondering whether you would use any other form types like radio, image etc, I will test these eventually but I thought the latter were more important as these other types I rarely use, I will look into multi-selectbox, multi-checkbox, etc as well.

I also need to understand how you would want this spreadsheet, either stored on your own web server, emailed to someone, etc. Those are basically the ideas I have, basically what it'll do is it'll write it onto your web server, then send it off as an attachment to a specified email address, but if you just want to store it on your server, then I can just do that.

I also need to know whether you'll be reusing this same spreadsheet over or if you would be using different spreadsheets per form submission, I thought just appending (adding) to the file would be better but eventually the filesize would be too large for sending.

Cheers,


MC
Go to the top of the page
 
+Quote Post
sirgalphan
post Dec 1 2004, 10:58 PM
Post #5


Newbie [ Level 2 ]
Group Icon

Group: [HOSTED]
Posts: 19
Joined: 15-November 04
Member No.: 1,374



the form i had in mind (havent worked on it lately) just has text areas and a submit button. if you could make it so it could be emailed (as an attachment perhaps) that would be awesome. and different spreadsheet per form is what i had in mind. thx.
Go to the top of the page
 
+Quote Post
roque
post Dec 4 2004, 05:35 AM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 4-December 04
Member No.: 1,604



QUOTE(sirgalphan @ Nov 25 2004, 03:59 PM)
I looked but couldn't find a sub-forum for topics relating to cgi-bins, so I figured I'd put this here.

Lets say I create a form for people to fill out, and I tell it to submit it to the cgi-bin that is a part of my free hosting package. When I receive the information, is there some way that I could have it put into a spreadsheet, say Excel, so that I could view it easily? I'm designing a website for my youth pastor, and it would make things much more simple if he could receive info (such as registration for conferences and retreats) in a spreadsheet format. I'm curious if there is a way to do this (outside of editing the cgi-bin itself).

This relates to the hosting somewhat, because I want to know not only if it can be done, but if the cgi-bin that I have access to as a part of my free hosting is capable of somehow handling this... Thanks.
*




Yes, I also agree to have a place to discuss and share the knowledge of CGI.
I can help on it, even I may not be very good and still I am still learning on it.

Actually I am also experimenting different ways on the CGI, like we don't need
to follow the traditional format or adding encode/decode on the string following
the URL address.

Go to the top of the page
 
+Quote Post
html_man
post May 1 2006, 06:17 PM
Post #7


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 8
Joined: 1-May 06
Member No.: 13,141



If i made a form with CGI i would make the CGI send the Form with the info to my email, its much easier if u want that u can download a thing called
TOTMAIL 3.6a or another versions the problem is that its in spanish O.o
When that CGI send the info to ur EMAIL its easy to see, but ur web hosting needs a SMTP server or SENDMAIL path
If your webhost server is UNIX u can use both, SMTP and SENDMAIL
If your webhost server is WINDOWS u can only use SENDMAIL
XD thats another way u can get the info from a form Bye ^^
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Question about Runtime.exec() stdout/stderr(1)
  2. Question About Professional 3d Animating(21)
  3. Force Object To Load Last(2)
  4. Question: Vector Based Animation?(4)
  5. Mp3 Questions(14)
  6. Question About Asp Now() Function(6)
  7. How To Install Applications In Fedora(12)
  8. MySQL Output Database Question(18)
  9. Web Browser And Taskbar Problems (web Browser Disappears)(7)
  10. VB.NET / MS Access Question(6)
  11. What's The Best CMS(35)
  12. Ipod Hardware And Software Question(9)
  13. Gaia Online Question(6)
  14. Mysql Question...(6)
  15. Do Google Search Better Than Yahoo?(15)
  1. Mysql Query Question(3)
  2. Concept Of Hijaab In Islaam(0)
  3. Question(2)
  4. File Storage Question?(4)
  5. Mysql Question(inserting Number From A Textfield)(3)
  6. 4 Ram Slots Question(6)
  7. Private Servers Question(13)
  8. Dynamic Php Image And Better Php Code Question(10)
  9. Joomla License Question(1)
  10. Simple Java Question(3)
  11. Php Question, Help Please(5)
  12. Question About Opengl Codes.(0)
  13. Css Minus The <p>(9)


 



- Lo-Fi Version Time is now: 5th September 2008 - 06:38 AM