logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Coding & Scripting Corner View previous topic :: View next topic
Reply to topic   Topic: Using MySQL Temporay Tables in PHP?
Author
kr33



Joined: 19 Sep 2006
Posts: 64
Location: South Africa

PostPosted: Tue 31 Oct '06 22:29    Post subject: Using MySQL Temporay Tables in PHP? Reply with quote

Hi

Does anyone know how to use MySQL temporary tables in php?

Im trying to import 8 CSV files to a temporary set of tables and from these 8 CSV imports, I will need to take certain fields of data from each and replace their corresponding fields in the table that will actually be used.

Does anyone know how to do this? Please help Crying or Very sad

Much appreciated!

Quote:
Every man has to go through Hell...to reach his Paradise!
Back to top
Brian



Joined: 21 Oct 2005
Posts: 209
Location: Puyallup, WA USA

PostPosted: Wed 01 Nov '06 0:43    Post subject: Reply with quote

Try using a Google Search, or click here:

http://www.google.com/search?q=php%2Bmysql%2Btemporary%2Btables&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official

I found this as the first result which suggest you may use persistant connections.

http://us3.php.net/function.mysql-pconnect

Hope this is a good starting point.
Back to top


Reply to topic   Topic: Using MySQL Temporay Tables in PHP? View previous topic :: View next topic
Post new topic   Forum Index -> Coding & Scripting Corner