Recent content by iRant

  1. I

    dealing with csv uploads with php/mysql?

    I need to build a web based system using php, and probably mysql, that can accept uploads from users in .csv, top and tail the csv files to abstract the right data, put that data into arrays (then probably mysql tables) then perform various processes to ultimately display valuable information to...
  2. I

    Any ideas why this php code adaption doesn't work?

    I'm using something similar to the following code (with thanks to ratchetr) to display images in the jpg directory: <?php //path to directory to scan $directory = "jpg/"; //get all image files with a .jpg extension. $images = glob($directory . "*.jpg"); //print each file name foreach($images...
  3. I

    php-form to send an email with .csv attachment?

    My client needs a membership form to send details of new applicants in csv form to the membership secretary. It'd be nice if there was a function that would do the whole thing in one or two steps but I think I need to break it down: 1 - Php form to collect details for example: - surname -...
  4. I

    php-form to send an email with .csv attachment?

    My client needs a membership form to send details of new applicants in csv form to the membership secretary. It'd be nice if there was a function that would do the whole thing in one or two steps but I think I need to break it down: 1 - Php form to collect details for example: - surname -...
  5. I

    Current PC Car Racing Games?

    Not long ago, I asked about current MAINSTREAM car racing games for the PC. I got a few stupid answers with links to free flash rubbish (Well, one answer but twice) Now I have the answer - ppl are playing nfs world which, it sounds unlikely from EA I know, is FREE! TO! PLAY! And is pretty fast...
Back
Top