Jump to content

kat01

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kat01's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. kat01

    tags

    Does anyone know how to make mobile phone barcodes? Like they have in www.tag.cx What are they made with?
  2. Thanks all for your answers, I'll carry on with these hints.
  3. Hi, I'm doing uploading files site and I need it to ask from a user yes or no if file exists. How would I do this? if (file_exists($uploadfile)) { echo "here should be the question"; } else { //here move_uploaded_file stuff }
  4. Hi all, is there a way I could read two values from csv to array. What I have is, csv file with two values each row. I want the first one to be key and the second one to be value in an array. This way: array(first value => second value)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.