Thread: CSV to mySQL
View Single Post
  #14 (permalink)  
Old 07-05-2006, 10:19 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,110
kgun RepRank 3kgun RepRank 3
Default

Quote:
Originally Posted by richkoi
mysqlfront works great... Except GoDaddy.com does not allow access from anything but their web access portal!

Right now I am using another host to create my tables and then exporting them to .sql files and then importing them using the GoDaddy webportal.

What would work much better for me is if I could use localhost to do this. I tried installing mySQL and PHP on my Windows XP pro machine... but I don't know how to get it all to work together. I'm a n00b when it comes to this so any help setting this up would be appreciated.

Rich
You do that in 5 minutes using XAMPP. Read the first paragraphs of the front page of OopSchool in my signature.

What may be difficult is to find out where you have to store your projects. They should be stored in

c:\programfiles\xampp\htdocs\myproject

or wherever you installd xampp.

I use it with DreamWeaver and test PHP / MySQL pages by hitting F12.

Can it be easier?

I have installed Vista Beta, but not tried it on that plattform.
Reply With Quote