can someone explain SQH and PHP?

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

can I do a database with SQH & PHP instead of having to have ASP on my
server? I need a database that can bring up info on various wins for people?

thanks
Pam
any info/help/direction would be appreciated!
 
You can create a database interface using any of a variety of technologies.
However, FrontPage only supports using ASP on a Windows server. What does
"various wins" mean? Also, I'm assuming you were referring to "SQL" - SQL is
a language for talking with a variety of databases. PHP is a technology for
writing web applications - not a Microsoft technology.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Pam,

PHP is usually paired up with MySQL. For info about these programs:
www.php.net
www.mysql.com

A warning that these sites are not very 'introductory.' Your best bet may
be to head into a bookstore and find some getting started-type books if you
think you want to use these tools.
 
thanks - what I'm trying to do is help someone create a site that will
enable people to insert the name of a horse and it will return that horse's
show wins, total points ect... I was told I would have to use ASP (which my
server does not provide - and have not needed at this point) so would have
to look for a windows server - at least that's what I'm assuming - unless of
course there is a way to create such a monster more easily....I'd love to
just find a PROGRAM that would do it for me :-)

thanks for all the help though - am checking out some of the sites to see
what's what....always learning :_)

Pam
 
Back
Top