Jump to content

if anyone could give me any suggestions on this


esandra

Recommended Posts

How to do #3 by a PHP page instead? mainly so

that there wouldn't be a need to

export the sql after doing #2 then

import it into the online phpmyadmin(#3)

 

#1. Convert database from foxpro to sql

#2. Change some fields in the sql table

#3. Upload to phpmyadmin

 

Is it possible to create a code to export

from the server and then import the sql online?

 

like by making use of mysql_fetch_array() and insert into

Link to comment
Share on other sites

I have done this. My approach was to write a PHP script that parsed the date and stuffed it into a mysql table directly. To do so you need to set up PHP to use an ODBC (or maybe other way?) to dump the table. You can make the PHP script create the mysql table on the fly and make changes as needed.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.