Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Diggum1

  1. Diggum1

    Turn off swipe left/right on iPad image gallery

    Thanks! I'll try that. Rick
  2. Diggum1

    Turn off swipe left/right on iPad image gallery

    I created a quick gallery website using jquery Responsive Image Gallery (http://jpatrickking.com). It works fine in a desktop browser, but when viewing the gallery on an ipad, if I try to pinch to zoom (or touch the image in any way), the gallery automatically advances to the next slide. This...
  3. Diggum1

    javascript text navigation system

    Great ideas, thanks guys!
  4. Diggum1

    javascript text navigation system

    Thanks for the responses. I'm leaning towards having 3 divs, each holding 10 names. Where I'm getting stuck is figuring out how to only show the "More" link on the initial 10 names, show both "More" and "Previous" on 11-20, and only the "Previous" link on names 21-30.
  5. Diggum1

    javascript text navigation system

    Hi everyone, I'm looking for a way to create a small javascript text navigation system. I have a faculty list of 30 names, only 10 of which will fit in the design at a time. So I'd like functionality where the first 10 are displayed initially, then you can click on "More" to display the next 10...
  6. Diggum1

    HTML tags inside PHP Variable

    This is what I'm doing. I have a dropdown that have 5 selections. One of these selections should have a superscript in it's value. But I can't put a superscript inside a dropdown value, so I was trying to use PHP to convert that value into a superscript. These values are then first previewed...
  7. Diggum1

    HTML tags inside PHP Variable

    Yea, that makes sense, no reason for Excel to interpret html tags. I'll keep digging.
  8. Diggum1

    HTML tags inside PHP Variable

    I have the following variable that I'd like to add a superscript character to. If the value from a dropdown selection equals MLS(ASAP), I'd like to add that CM superscript to the value. This value will be inserted into an Excel CSV via FPDF. However, the code below simply inserts the HTML...
  9. Diggum1

    FPDF and Open Type fonts

    Does anyone have any experience installing an Open Type font and using it with FPDF and PHP? Can it even be done? I've got the PDF functionality working great, but for the life of me can't figure out how to install a new font, Open Type or otherwise, Also, I have another version of the same...
  10. Diggum1

    form variable in message body of email

    ah great, thanks, appreciate it!
  11. Diggum1

    form variable in message body of email

    Not quite sure how to do that...like this? $message .= "$price";
  12. Diggum1

    form variable in message body of email

    I have a script that takes the form submission of a user, creates a .csv and attaches it to an email, then sends the email. The issue I have now is that I can't get the Price variable into the message body of the email. Currently is reads, "The Price is: $price." but when I receive the email...
  13. Diggum1

    conditional form variable

    Thanks for the explanation, it works great.
  14. Diggum1

    conditional form variable

    ah great, thanks!
  15. Diggum1

    conditional form variable

    I know this should be simple, but I just started php. I have a form that will submit an email. The company name will be set by a selection from a drop down (with values of Company1,Company2,Company3). What I have below always returns Company3, regardless of which option I select from the drop...

Part and Inventory Search

Back
Top