Jump to content

AshAsirus

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

AshAsirus's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. No help on this one guys? We sure?
  2. can be done mostly with JS browser name: navigator.appName browser version: navigator.appVersion resolution: screen.width & screen.height os: navigator.userAgent you can google them to figure out how to use them
  3. couldn't you populate the Select Box with the names from your DB and give them the VALUE of the person ID. then on change simply submit the form grab the info based off the id and set them as vars ... then simply set the value of each input box to the apporiate var.
  4. hmm, if you can send HTML format you can put the text in a Table and give the td a nowrap attribute and that should fix it. .... Just the first Idea that came into my head, i'm sure some better ones exist.
  5. What I would like to do is allow the use to use a form to browse their local machine, choose a file then hit submit. After which a script runs and creates a sized thumbnail and large size version of the image on the web server. I am using dreamhost and they do not allow file access for PHP for security reasons, so I am having to use cURL which I am not familiar with. If someone could give me some example code so I could see how this is done I would be forever grateful. My first post, hope this is a good php board, would like to stick around for future questions/helping others.
×
×
  • 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.