Link to home
Start Free TrialLog in
Avatar of bneuman
bneuman

asked on

fill in form that fills in table??

Hello,

I've been doing our fantasy football month long draft on the web for a couple years. I put together a website that has some java scripts (countdown/up scripts) and primarily use tables to present data. Currently team owners email or phone in their picks. I then update the table in the html code. Well this is a pain in the a--. Also our company has put a stop to me ftp'ing out. Can I build a form that I could fill in and have it go into the tables? If you could give me an example to follow thats all I would need to do this. (I hope). Thanks....

BIll
ASKER CERTIFIED SOLUTION
Avatar of VEngineer
VEngineer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KenAdney
KenAdney

I'm kind of a one trick pony, so I like ASP.  If you're looking for some cut & paste code, you could check out http://www.hotscripts.com/ASP/Scripts_and_Components/Form_Processors/ , although like everything else, it's probably better if you learn it instead.

Avatar of bneuman

ASKER

Been trying to get into forums since yesterday afternoon. Just got in.

Provider supports Perl/CGI

I'll also check out the URL KenAdney suggested.

Bill
Avatar of bneuman

ASKER

I just found out the my provider also supports Apache ASP. Does this help me with using asp scripts. I'm not sure how the asp scripts work and where they are placed on the server. I know CGI but would like to learn ASP if my provider can run it...

BIll
Avatar of bneuman

ASKER

I just found out the my provider also supports Apache ASP. Does this help me with using asp scripts. I'm not sure how the asp scripts work and where they are placed on the server. I know CGI but would like to learn ASP if my provider can run it...

BIll
Avatar of bneuman

ASKER

I just found out the my provider also supports Apache ASP. Does this help me with using asp scripts. I'm not sure how the asp scripts work and where they are placed on the server. I know CGI but would like to learn ASP if my provider can run it...

BIll
Avatar of bneuman

ASKER

I just found out the my provider also supports Apache ASP. Does this help me with using asp scripts. I'm not sure how the asp scripts work and where they are placed on the server. I know CGI but would like to learn ASP if my provider can run it...

BIll
Avatar of bneuman

ASKER

I just found out the my provider also supports Apache ASP. Does this help me with using asp scripts. I'm not sure how the asp scripts work and where they are placed on the server. I know CGI but would like to learn ASP if my provider can run it...

BIll
Avatar of bneuman

ASKER

Whats going on with the forums??

Heres more info. I'm using 123ehosts to host my webpage(s). They support Perl/CGI and Apache ASP. Also MySQL. I would really love to have 1 main form to input to a database. Team owners send to me via email or phone their selections. I then input the data. I would like them to be able to view the whole database and also be able to query the database by position, league team name and others. I don't think I will be able to do this with my current web provider. Tell me I'm wrong and put me on the right track.

Bill
Avatar of bneuman

ASKER

Whats going on with the forums??

Heres more info. I'm using 123ehosts to host my webpage(s). They support Perl/CGI and Apache ASP. Also MySQL. I would really love to have 1 main form to input to a database. Team owners send to me via email or phone their selections. I then input the data. I would like them to be able to view the whole database and also be able to query the database by position, league team name and others. I don't think I will be able to do this with my current web provider. Tell me I'm wrong and put me on the right track.

Bill
yes u can do this with your current web provider too.

I suggest u write scripts in perl/cgi for ur requirement.
Avatar of bneuman

ASKER

Thanks all but I decided to write .asp scripts. I also put my website over on Brinkster. Thanks all...

BIll
Avatar of bneuman

ASKER

I guess I'll give you the points VEngineer. Thanks.

BIll