Forum: PHP Dec 23rd, 2008 |
| Replies: 6 Views: 844 First please look at this page
http://www.airedale911.org/e.php
Notice how the words ONLINE ADOPTION APPLICATION FORM
will not ge close to the top of the page. Any ideas why please?
Thank you... |
Forum: PHP Dec 22nd, 2008 |
| Replies: 3 Views: 769 Hi,
I'm not sure I understand. Would this be in the form script? Are you referring to changing something in the form?
Thanks |
Forum: PHP Dec 22nd, 2008 |
| Replies: 3 Views: 769 Happy Holidays!
Is it possible for a PHP FORM to send data from say...
dog@senddata.com (form user)
to
cat@getdata.com (data recipient)
BUT...
when cat@getdata.com gets the email with the... |
Forum: PHP Dec 15th, 2008 |
| Replies: 5 Views: 1,651 Oh, also...where is the connection script placed? Is that PHP or Javascript or HTML? Can I place it anywhere in the code?
Thx |
Forum: PHP Dec 15th, 2008 |
| Replies: 5 Views: 1,651 Thank! Great response. How would you define the 'root' or do I leave the word 'root' as is. Where do I define the url to the server? |
Forum: PHP Dec 15th, 2008 |
| Replies: 5 Views: 1,651 Happy Holidays!
I have a one field form. Upon submission with the submit button, I wish to drive this field value into my SQL database table called MEMBERS and field called NAMES, thus adding a... |
Forum: PHP Dec 13th, 2008 |
| Replies: 5 Views: 618 In your first solution, could I not simply type in
http://www.mysite/yourpage.com and get to the page? |
Forum: PHP Dec 13th, 2008 |
| Replies: 5 Views: 618 Hi,
This is a tough one!
Is there a way to prevent someone from typing in a url to get to a page YET that page IS accessible from a LINK on some other webpage.
Thx |
Forum: PHP Dec 11th, 2008 |
| Replies: 7 Views: 645 Let me see if I understand.
You are saying JS is better because you won't have to store data to be retrieved since the validation is done at the time the form is filled out on client side. So you... |
Forum: PHP Dec 10th, 2008 |
| Replies: 6 Views: 844 Thanks! Wonder why it's called header. What's it got to do with a header. It's a statement that will open a url inside php. Someone said it could not be done. |
Forum: PHP Dec 9th, 2008 |
| Replies: 6 Views: 844 Hmmm. Actually this is a form. Once submitted I would like to close the form window and open a thank you url.
Here's the area of the code I refer to. Thanks!
if(!$mail->Send())
{
echo... |
Forum: PHP Dec 9th, 2008 |
| Replies: 6 Views: 844 Good morning. I would like to replace line 178 with a statement which would simply open a new url and close out the page that calls the new url. Can this be done with one line of code? Thanks sin... |
Forum: PHP Dec 7th, 2008 |
| Replies: 7 Views: 645 Hi Gurus,
I have a form that works well. But there is no validation. Can validation be added on after the fact? I'm sure it's not ideal but can it be done. General suggestion appreciated on how.
... |
Forum: PHP Dec 7th, 2008 |
| Replies: 3 Views: 543 tried that it none of the data was in the email.
Here's what I ended up with that worked
$msgbody = "Referred by = " . $referredby
."<br>"
."Your Full Name = " . $fromname
."<br>"... |
Forum: PHP Dec 7th, 2008 |
| Replies: 3 Views: 543 Hi everyone: I have a form that will submit but won't show any data. No errors though. Does the syntax suggest anything right off the bat? It was working well until I broke up the $msgbody vertically... |