Search results

  1. E

    Open File Issue

    Ill explain what im trying to do a little better. I have a folder on my computer that contains over 1000 jpg files. I want to be able to select that directory and submit the form. When the form is submitted it takes all the file names and creates a long variable seperated by commas sent to...
  2. E

    Open File Issue

    I have a code that I want to create but I am unsure how to accomplish a small portion. Goal: I need the customer to be able to select a folder on their computer. When the form is submitted I need to load all the file names into an array including all files within folders. If anyone has any...
  3. E

    php / ajax variables

    Your answer would be $sendlink = gourl();
  4. E

    Javascript submit to form submit

    I am aware I left that our because I believe there is an error in the way the form is submitting. I use the input below <input type="image" name="submit" src="../images/tell.jpg" onmouseover="this.src='../images/tell1.jpg';" onmouseout="this.src='../images/tell.jpg';" border="0" alt="Add to...
  5. E

    Javascript submit to form submit

    I have been trying to figure this out for a hour now and im hoping someone can give me some assistance. I need to convert the following code to work with a form. <script language="JavaScript"> function newWindow(mypage,myname,w,h,features) { if(screen.width){ var winl =...
  6. E

    Comment Form

    I had a slow day today so I spent it looking for comment program. I stumbled across one exactly what I was looking for after a few hours of searching. I thank you all for your help You may close this thread
  7. E

    Comment Form

    The demo Does not work
  8. E

    Comment Form

    I want the product Id to be a hidden field and I want the comments to be publicly displayed
  9. E

    .htaccess

    It should be in your public_html folder. If you are accessing it through file manage in cPannel make sure you have the Show Hidden Files (dotfiles). box clicked before clicking go on the popup window. If you still do not have the file you can just make one.
  10. E

    Comment Form

    I have been looking for a comment form that I would like to use on my site but I cant find anything that I like. I tried to program my own but found that PHP and MySQL are still a little over my head. I looked on all the sites I could find and could not find a code that looked good. If anyone...
  11. E

    Clean Blue template!

    Looks great in IE but it is flawed in FF. In FF your 2 link lists become vertical instead of horizontal.
  12. E

    Review Script

    I already have a shopping cart self programmed using paypal buttons. I dont wish to implement a new shopping cart.
  13. E

    Review Script

    I am looking for a free script that allows my customers to rate my products form one to 5 stars. It can be in any language. If someone is willing to code one up for me I am willing to pay out 400 credits.
  14. E

    MYSQL/PHP to Simple Form

    Thanks for all the help xmakina code is working well You can close this thread
  15. E

    MYSQL/PHP to Simple Form

    I ran the coding through PHPmyAdmin and received the following information. I have already handed out the 300 credits but im giving 20 credits for the solution of this error ERROR: Unknown Punctuation String @ 1 STR: <? SQL: <?php function addStore($name, $address, $city, $state, $zip...
  16. E

    MYSQL/PHP to Simple Form

    I constantly add store locations to my database but the way I do so is driving me nuts. The code I have pulls the addresses from a text document. I would like to use a simple form to submit the information to the database but I have trouble with database programming. I will list my current...
  17. E

    Random Information

    Thanks Scopey that is exactly what we were looking for. It works great.
  18. E

    Random Information

    I have been working with a friend on his site and I have run into a road block. He has a site with 3 columns. We have been trying to find a way to display a page at random in the third column using server side includes. We have 3 different pages that we want to randomize on page load. If...
  19. E

    CSS Question

    Thank you this is exactly what I was looking for. I tried googleing it but i did not know what it was called im still fairly new to CSS. You can close this thread.
  20. E

    CSS Question

    The header is from one side of the page to the other. I want to keep the header stationary so that when someone scrolls down the page they will always see my header but the lower page content changes. Is there a way to do this using CSS or would i have to use frames
Top