This topic is locked

export function

3/26/2006 9:51:21 AM
PHPRunner General questions
B
bruce2005 author

I am considering purchase, with the php connect function I probably will.

I notice though on the website for export only has:

Excel Word CSV XML

One of the reasons I am considering it is the fact for some db work I need to connect through my website using a dedicated IP which I can't get through my isp.
I am working now with a remote DB which I have select priveleges on, what I want to do is export the tables to mysql on a website I manage.

  1. Can there be more export formats??
  2. php connect, how can I know its a new connection to the remote DB, it has no update time or anything?
    I don't yet have a clue what all this program does and have 4 days left lol

Sergey Kornilov admin 3/27/2006

Bruce,

  1. there aren't more export format.

    You can create database creation script with special utility to transfer your database.

    I recommend you to use phpmyAdmin:

    http://www.phpmyadmin.net
  2. I'm not sure that I understand you correctly. Please clarify your problem.