Jump to content

Graphical Editor Free Progarm


rabadaba

Recommended Posts

I am working on my first PHP - My Sql website.

 

I am just starting to get into the data development and I find it quit tedious and slow to use Php MyAdmin to enter data.

 

Note there is no data source - I need to create and enter data from the keyboard.

 

What would be ideal is to have some sort of editor to allow me to copy / paste etc to move data creation along quickly.

 

My ideal set up would be to have the data in Excel, edit it and then load it to the data base.

 

My web host service does not aloow me to upload excel files.  I have had all sorts of trouble trying to upload a CSV file.

 

Please help if there is a simple free solution.

 

Thanks,

 

Adi

Link to comment
https://forums.phpfreaks.com/topic/109130-graphical-editor-free-progarm/
Share on other sites

You can definitely load data in bulk from CSV... in fact, newer versions of MySQL can even using the CSV file as a storage engine.

 

If you're having trouble, you likely haven't exported your XLS file correctly, or your LOAD DATA INFILE statement is wrong.  Post the relevant info.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.