[PHP-DB] Re: copying data

2002-12-15 Thread David Eisenhart
If its a 'one off' kind of transfer then i'd recommend that you consider doing what I did - export the data from Access to text file(s) and then import from the text file(s) into MySQL (phpMyAdmin is v handy for this lind of task) {Of course if you want a more automated solution then this is not th

[PHP-DB] Re: copying data

2002-12-15 Thread David Eisenhart
If its a 'one off' kind of transfer then i'd recommend that you consider doing what I did - export the data from Access to text file(s) and then import from the text file(s) into MySQL (phpMyAdmin is v handy for this lind of task) {Of course if you want a more automated solution then this is not th

[PHP-DB] Beginner problem: let the user select 1 element

2002-12-15 Thread tonibern
Hi, I have this problem. I have a db and I want to let the user modify already inputted data: can any one show me a way to handle this, I think common, problem, maybe by showing me a tutorial? Thanks ANtonio -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-DB] From a beginner, how to modify the contents of a table

2002-12-15 Thread tonibern
Sorry for the duplication of this message Hi, does anypne know a tutorial where is described how to let the user update the contents of a table? I thought of 1. the user selects with the help of a form some records (done) 2. these records are shown to the user (done) 3. the user selects the one he

Re: [PHP-DB] Beginner problem: let the user select 1 element

2002-12-15 Thread Brad Bonkoski
Check out: http://www.phpbeginner.com/columns/joel/mysql There are other tutorials there as well for other databases. Also, phpbuilder.com and devshed.net have good tutorials to check out. HTH -Brad [EMAIL PROTECTED] wrote: > Hi, > I have this problem. > I have a db and I want to let the user mod

Re: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-15 Thread Joshua Minnie
The MySQL db is on the same machine as the website. It has the following set up on it: -- Server Information: + PHP v. 4.2.3 + Apache 1.3.26 + MySQL 3.23.53 + SSL -- Because I don't know muc

RE: [PHP-DB] OpenSSL, PHP and MySQL

2002-12-15 Thread John W. Holmes
What you need to do is get a merchant account and use a service like authorize.net or something similar to charge credit cards. You send the data over SSL to their servers which charge the account and credit your account and you receive a response back. You don't store the credit card number anywhe

[PHP-DB] RE: copying data

2002-12-15 Thread Thomas G. Knight
There is a utility called MyAcess it is like MyODBC and I have used it to do this exact thing. It works very well. I believe you can find it on Freshmeat. Thomas G. Knight [EMAIL PROTECTED] http://www.slaponline.com -Original Message- From: David Eisenhart [mailto:[EMAIL PROTECTED]] Sent:

Re: [PHP-DB] Linux+php+remote MS SQL

2002-12-15 Thread Ruth Zhai
John, Thank you so much for your response to my post. As I mentioned before, a few things in this project are new to me: remote access, MS SQL and SSL. Your experience gives me more confidence although I still have a lot to learn. I am sure I will need people's help here later on. Thanks again.

[PHP-DB] newbee in PHP-MySQL- help in relational tables

2002-12-15 Thread Phanivas Vemuri
hi, I need to knwo if anyone had worked on a php interface for relational tables in MySql. I have a problem , would be explaning the problem after anyone responds. Thankyou, Phani. _ The new MSN 8: advanced junk mail protection and

Re: [PHP-DB] newbee in PHP-MySQL- help in relational tables

2002-12-15 Thread Brad Bonkoski
I would say, that MYSQL is a relational database, thus implying that tables would eb relational and this is a DB forum, so just shot, what's the problem? Phanivas Vemuri wrote: > hi, > I need to knwo if anyone had worked on a php interface for relational tables > in MySql. I have a problem , woul

[PHP-DB] approaching a relational database

2002-12-15 Thread Doug Parker
I'm about to embark on a project where I have to enter many, many fields into a MySQL database, and I don't know how to approach the database structure. The data is statistics for a golf course. There are 18 holes, and each hole has a Red Tee Par, White Tee Par, and Blue Tee Par, which is 54