Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: UKmichael
  • Content: Threads
  • Order by date
  1. UKmichael

    Include local libraries?

    I need to use a zip function that does not appear to be available from my host' remote server. Is it possible to to install the zip library locally and include a link to this in my php scripts?
  2. UKmichael

    Zip File Archive fatal error

    I am using php version 4.1.2 and get a Fatal error: Call to undefined function: zip_open() in.... when I run this code. <?php $zip = zip_open("price.zip"); ..... I thought that Zip File Archive was ncluded (PHP 4 >= 4.1.0) Any ideas? Thanks
  3. UKmichael

    Load data infile error

    When I enter 'LOAD DATA INFILE 'imptest.txt' INTO TABLE imptest' directly into phpmyadmin I get the following error Access denied for user: 'me@localhost' (Using password: YES) Yet when I use the following php code, it opens the same file without any problem. $url = '../../imptest.txt'; $fp =...
  4. UKmichael

    Multiple Update

    Hi all I have two simple tables t1 and t2. I want to update the price field in t2 with the values of the (selected) price field in t1. I have followed other threads regarding similar problems and have worked out that these two attempts should work. Alas, they don't. Anybody any ideas? Thanks...

Part and Inventory Search

Back
Top