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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jollydonkey

    CSS Centered Container, Trouble with Absolutely Positioned Elements

    Hello, I'm hoping someone can help me here. I'm trying to use a tableless layout, using only css for positioning. I'd like to have a centered layout, with elements absolutely positioned within a centered container. See http://jollydonkey.com/temp/ If you look at the css source code, can...
  2. jollydonkey

    Capture URL variables

    Hello, Is it possible for php to capture URL variables? Essentially, what I would like to do is send users an email with appended variables and upon clicking the URL, the users are directed to an HTML form with certain form fields prepopulated with extracted values from the URL. Please let...
  3. jollydonkey

    PHP processing cc form field (Windows Platform)

    Hello, I've got a peculiar situation. I have a php form processing script (Windows platform) that is supposed to send a copy of a form submission via email to cc recipients. The script reaches everyone in the to: field, however, not on the cc: field. On a Linux platform, this problem does not...
  4. jollydonkey

    Firefox NOT submitting/capturing form values

    Hello, I have a PHP form processing script that captures various form fields and submits them via email. The script is working in IE and Opera without issues. In Firefox and Netscape, the script executes, however, none of the values inputed in the form get captured. Why is this? If it helps...
  5. jollydonkey

    PHP File Upload (Windows Platform)

    Hello, I'm trying to use PHP to enable file uploads via a web form (one file only), however, I'm getting a File Upload Error. I'm dumbfounded. Note, I'm using a Windows platform for PHP. Below is the code, however, it's echoing a "Upload file error" (i.e. it's not getting beyond the first if...
  6. jollydonkey

    Line Breaks

    Hello, I'm having some issues with properly formatting text extracted from an online form using a textarea box. Output will be a plain text email. Here's what I need: -- text should wrap at 72 characters -- for lengthy lines, breaks (\n) should only occur after 72 characters -- if a user...
  7. jollydonkey

    Add a fixed string character at the end of line

    Hello, I'm stumped - I'm hoping someone can help me out. I have a form text field in which a user can enter a title of sorts. The title can be any number of characters in length upto a maximum of 60 characters. Now, at the end of the title, I'd like to use PHP to append a "|" character to the...
  8. jollydonkey

    Cc: PHP form processing of cc field

    Hello, I'm trying to use php to send a form to 2 cc recipients (the original form filler and an assigned person). While the $to person receives the email, the cc fields are blank. What could I possibly be doing wrong with my code below? $email = $_POST['email']; $cc = $_POST['cc']...
  9. jollydonkey

    Looping using Arrays

    Hello - I'm hoping someone can help me as I'm relatively new to PHP. In a nutshell, I would like to know the PHP version of the javascript code below (using arrays and looping). Essentially, I'm trying to capture related values from a form (there are 3 - APPLE, BEAR, and CAR), create a string...

Part and Inventory Search

Back
Top