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...
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...
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...
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...
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...
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...
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...
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']...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.