Jump to content

phrozenflame

Members
  • Posts

    106
  • Joined

  • Last visited

    Never

About phrozenflame

  • Birthday 04/14/1992

Profile Information

  • Gender
    Male
  • Location
    Woking,Surrey UK

phrozenflame's Achievements

Member

Member (2/5)

0

Reputation

  1. Yeah I aggree with emehrky it needs a more better design and you need to make it look more appealing to other viewers mabe a bit more colour and images.
  2. My little application is a simple file upload system. There is only ever going to be one user who will upload, and one user who will download the file. There is also an archive of current uploaded files for the download person, and a separate archive page for the uploader which is the same, but includes a delete function to delete the db record and also to delete the actual file. When a file is uploaded, an email is sent to the person who will download the file when he is ready, by visiting the archive page and choosing which file he wishes to dowload and clicking the 'download' link. So far so good. What I want to do now is to have a 'Yes'/'No' next to the archive of each file which will let the user know whether the file has been downloaded or not. The question is.....how do I detect if the file has been downloaded or not? Thanks for any suggestions
  3. I have been a long time user with using Dynamic SSI Iframes, but I am looking for an easier way to make a layout work. How can I make a layout with ease without having todo php includes? I want it to function like an iframe, but not actually be one
  4. I tried this by going onto my profile and clicking show last post's from this user and it hasent got all of mine only some.
  5. I know this is easy question but i haven't tried this before... I want to add addtional features to my website counter... Now, i want to put a condition to get the I.P. address of the visitor... Just a simple snippet codes will do... no problem with the counter stuffs. i just want to... record the I.P. address of the visitor... Thank you very much in advance...
  6. Hi, I have an excel file with macro and was wondering if there is a way to open this excel file from PHP and run the macro. The short  cut key to run macro is CTRL+SHIFT+A and is it als possible to send shortcut key in PHP? Any suggestion/input is much appreciated. thanks in advance,
  7. You might need to CHmod your folder permissions
  8. i am working on designing a webpage. I give a list of options for the user to choose from and then once the user has choosen what they want the products avaliable on the option are displayed. The code i have used is: foreach($food_categories  as $key => $subarray)        {     echo "<h3>$key</h3>";     echo "<ul>";     foreach($subarray as $type)     {       echo "<input type='radio' name='interest'                     value='$type'>$type \n";     }     echo "</ul>"; } Instead of having the list like this i want the user to be able to choose from a set of pictures. I have stored pictures in my database under the heading "pic". Now how do i change my code to enable me to display pictures which the user can select rather than a list??? Thanks
×
×
  • 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.