RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
Would it be possible to use something like this to create a page that the
user can open up on their machine that would transfer data from an access
file on their machine to a mysql db on my server?

Thanks,
Edie

-Original Message-
From: Philippe Saladin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 10:49 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: offline application


 I have a database. And now I need to create something like offline
 site with that database: ii means php pages, html and images. After
 this I will burn all it to CD. And that CD should be working om every
 machine (I suppose win32 as OS and php will be installed if needed).

You would have a look to ScriptViewer. From
http://www.angorasoftware.com/scriptviewer.html :
Develop and distribute web page scripts without a web server. Useful for
CD-ROM distribution, Stand-Alone materials, kiosks, and web page
development. The application starts an executable (like PHP, Perl, Python,
or other script parser) with a file parameter, showing the result in a HTML
viewer. The Zip file has PHP4 enclosed. 

Regards,

Philippe



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: offline application

2002-12-19 Thread Philippe Saladin

 Would it be possible to use something like this to create a page that the
 user can open up on their machine that would transfer data from an access
 file on their machine to a mysql db on my server?

If I understand well, you want to transfer data from Access to MySql ?
1) Could we imagine a small application that creates a flat text with data
from Access, in the format you want ?
2) the user would upload this file to your server
3) then your server would process this file to import it into MySql (see
Load Data Infile in mysql documentation).

I'm not sure I have well understood your problem. Hope it will help you !
Regards,
Philippe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
This is pretty much what I want with as little work to the user as possible.

-Original Message-
From: Philippe Saladin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 12:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: offline application



 Would it be possible to use something like this to create a page that the
 user can open up on their machine that would transfer data from an access
 file on their machine to a mysql db on my server?

If I understand well, you want to transfer data from Access to MySql ?
1) Could we imagine a small application that creates a flat text with data
from Access, in the format you want ?
2) the user would upload this file to your server
3) then your server would process this file to import it into MySql (see
Load Data Infile in mysql documentation).

I'm not sure I have well understood your problem. Hope it will help you !
Regards,
Philippe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Re: offline application

2002-12-19 Thread Edward Peloke
using php, can I extract data from an access file?

-Original Message-
From: Philippe Saladin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 19, 2002 12:16 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Re: offline application



 Would it be possible to use something like this to create a page that the
 user can open up on their machine that would transfer data from an access
 file on their machine to a mysql db on my server?

If I understand well, you want to transfer data from Access to MySql ?
1) Could we imagine a small application that creates a flat text with data
from Access, in the format you want ?
2) the user would upload this file to your server
3) then your server would process this file to import it into MySql (see
Load Data Infile in mysql documentation).

I'm not sure I have well understood your problem. Hope it will help you !
Regards,
Philippe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Re: offline application

2002-12-19 Thread Philippe Saladin
Edward Peloke [EMAIL PROTECTED] a écrit dans le message news:
[EMAIL PROTECTED]
 using php, can I extract data from an access file?
you can use odbc or com to connect to an access database.
(http://www.php.net/manual/en/faq.databases.php#faq.databases.access)

BTW, concerning your first question (burning a php application on a cd), you
would also look at
http://www.webmasterworld.com/forum13/1760.htm

Philippe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php