a mySQL question

Q

QQ

Hello I am trying to build a webpage
which will be an interface,
people can input data through the webpage
the data will be inserted into the mySQL database


How can I do that?

Thanks a lot!
 
J

Jürgen Exner

QQ said:
Hello I am trying to build a webpage
which will be an interface,
people can input data through the webpage
the data will be inserted into the mySQL database


How can I do that?

In many different ways. What have you tried so far and where are you stuck
in your Perl program (assuming you are using Perl; there are many solutions
that that don't involve Perl).

jue
 
T

Tad McClellan

QQ said:
Hello I am trying to build a webpage
which will be an interface,
people can input data through the webpage
the data will be inserted into the mySQL database


How can I do that?


1) write a web page in HTML

2) get an accessable web server

3) write a Perl program to get the form fields and insert
them into the database.


Which parts have you gotten done already?

Which parts to you need help with?
 
I

ioneabu

QQ said:
Hello I am trying to build a webpage
which will be an interface,
people can input data through the webpage
the data will be inserted into the mySQL database


How can I do that?

Thanks a lot!

There's a book for MySQL, Perl and The Web. Check out Amazon.com.

wana
 
Q

QQ

Thank you very much!

Actually I have no clue at all on how to do it.

I doubt perl can do it, so I post the question here.

Any suggestions not limited in perl is high appreciated
 
J

John Bokma

QQ said:
Thank you very much!

Actually I have no clue at all on how to do it.

I doubt perl can do it, so I post the question here.

Any suggestions not limited in perl is high appreciated

Either find someone who can do it, or start studying (which involves
reading 3-4 books, each about $40 USD or so I guess)
 
X

xhoster

QQ said:
Hello I am trying to build a webpage
which will be an interface,
people can input data through the webpage
the data will be inserted into the mySQL database

How can I do that?

I would do that by writing a Perl program which uses CGI and DBI and
DBD::mysql and which does what I want.

HTH,

Xho
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,539
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top