473,379 Members | 1,184 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Use MySQL as part of a Web page

Hello, all -

I would be interested in hearing opinions on how easy or difficult it it to
use MySQL as part of a Web page. I have no experience with MySQL, but I have
experience with MS Access and VB. The project that I'd like to put together
is an online ordering facility for videotapes, not too many concurrent users
and relatively low volume as these things go.

I am also interested in how one would go about integrating the MySQL
database with a site constructed with MS FrontPage (2000 or 2002).

Thank you all in advance for your help.
Steve E.

Jul 19 '05 #1
4 2980
On Wed, 24 Dec 2003 01:46:42 +0000, Serious_Practitioner wrote:
I would be interested in hearing opinions on how easy or difficult
it it to use MySQL as part of a Web page.
It isn't possible at all in the way you state the problem! What you
do is use a server side language with an API for MySQL to query the
database and sent the result to the client as html. The server side
language can be anything you want it it has an API for MySQL, but
PHP is very popular because it has such access built right in and
is fairly easy to learn.
I have no experience
with MySQL, but I have experience with MS Access and VB.


MySQL is very different than Access, being server based. There's a
learning curve while you learn to look at things from a different
angle. Once the curve is over you have the advantage that MySQL
serves data a lot faster than Access.

Took me about six months to move over, but once I got the idea the
next few projects went nice and fast.

You have to learn three things, though: MySQL, PHP, and html. All
well worth learning, though.

Ed
Jul 19 '05 #2
On Wed, 24 Dec 2003 01:46:42 +0000, Serious_Practitioner wrote:
I would be interested in hearing opinions on how easy or difficult
it it to use MySQL as part of a Web page.
It isn't possible at all in the way you state the problem! What you
do is use a server side language with an API for MySQL to query the
database and sent the result to the client as html. The server side
language can be anything you want it it has an API for MySQL, but
PHP is very popular because it has such access built right in and
is fairly easy to learn.
I have no experience
with MySQL, but I have experience with MS Access and VB.


MySQL is very different than Access, being server based. There's a
learning curve while you learn to look at things from a different
angle. Once the curve is over you have the advantage that MySQL
serves data a lot faster than Access.

Took me about six months to move over, but once I got the idea the
next few projects went nice and fast.

You have to learn three things, though: MySQL, PHP, and html. All
well worth learning, though.

Ed
Jul 19 '05 #3
Ed -

Thank you. I didn't phrase my question very well, but your answer gave me
the information I was interested in. Happy holidays to you and yours.
Steve E.
"Ed Seedhouse" <es********@shaw.ca> wrote in message
news:pa****************************@shaw.ca...
On Wed, 24 Dec 2003 01:46:42 +0000, Serious_Practitioner wrote:
I would be interested in hearing opinions on how easy or difficult
it it to use MySQL as part of a Web page.


It isn't possible at all in the way you state the problem! What you
do is use a server side language with an API for MySQL to query the
database and sent the result to the client as html. The server side
language can be anything you want it it has an API for MySQL, but
PHP is very popular because it has such access built right in and
is fairly easy to learn.
I have no experience
with MySQL, but I have experience with MS Access and VB.


MySQL is very different than Access, being server based. There's a
learning curve while you learn to look at things from a different
angle. Once the curve is over you have the advantage that MySQL
serves data a lot faster than Access.

Took me about six months to move over, but once I got the idea the
next few projects went nice and fast.

You have to learn three things, though: MySQL, PHP, and html. All
well worth learning, though.

Ed

Jul 19 '05 #4
Ed -

Thank you. I didn't phrase my question very well, but your answer gave me
the information I was interested in. Happy holidays to you and yours.
Steve E.
"Ed Seedhouse" <es********@shaw.ca> wrote in message
news:pa****************************@shaw.ca...
On Wed, 24 Dec 2003 01:46:42 +0000, Serious_Practitioner wrote:
I would be interested in hearing opinions on how easy or difficult
it it to use MySQL as part of a Web page.


It isn't possible at all in the way you state the problem! What you
do is use a server side language with an API for MySQL to query the
database and sent the result to the client as html. The server side
language can be anything you want it it has an API for MySQL, but
PHP is very popular because it has such access built right in and
is fairly easy to learn.
I have no experience
with MySQL, but I have experience with MS Access and VB.


MySQL is very different than Access, being server based. There's a
learning curve while you learn to look at things from a different
angle. Once the curve is over you have the advantage that MySQL
serves data a lot faster than Access.

Took me about six months to move over, but once I got the idea the
next few projects went nice and fast.

You have to learn three things, though: MySQL, PHP, and html. All
well worth learning, though.

Ed

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Mr Dygi | last post by:
Hi, PHP 4.3.4 installed manually from package *.zip and Apache 2. I have a problem with this simple code: <?php $link = mysql_connect("127.0.0.1","","") or die("Could not connect: " ....
4
by: Hal Halloway | last post by:
can mysql work in Windows but not Solaris? Is there any reason you can see why the fulltext php/mysql code below works OK on my win2k php4.3.6. mysql 4.1.3 pc but does *not* work when put on a...
175
by: Sai Hertz And Control Systems | last post by:
Dear all, Their was a huge rore about MySQL recently for something in java functions now theirs one more http://www.mysql.com/doc/en/News-5.0.x.html Does this concern anyone. What I...
8
by: Fred | last post by:
Hello, Our website is currently developed in ASP/Mysql 4. The dedicated servers on which it is currently hosted arrive at saturation. Here is their configuration: - 1 server PIV 2,8Ghz 1GB...
1
by: Jim Carlock | last post by:
I have a couple questions about MySQL involving which version of MySQL to use. I'm looking for minimal memory use on a Windows XP machine. Which version would be best for this? And can anyone...
15
by: Cheryl Langdon | last post by:
Hello everyone, This is my first attempt at getting help in this manner. Please forgive me if this is an inappropriate request. I suddenly find myself in urgent need of instruction on how to...
1
by: Ted | last post by:
In MS SQL I used the following to create a stored procedure. USE AdventureWorks; GO IF OBJECT_ID ( 'HumanResources.usp_My_Search', 'P' ) IS NOT NULL DROP PROCEDURE HumanResources.usp_My_Search;...
6
Atli
by: Atli | last post by:
This is an easy to digest 12 step guide on basics of using MySQL. It's a great refresher for those who need it and it work's great for first time MySQL users. Anyone should be able to get...
221
Atli
by: Atli | last post by:
You may be wondering why you would want to put your files “into” the database, rather than just onto the file-system. Well, most of the time, you wouldn’t. In situations where your PHP application...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.