This code works in a php file but not in html. I need to append a record when a user completes data enter. Unless I can call a php file from the Java Code, I...
... Take a closer look at the code you posted. In the second example (the one you say does not work), you are trying to name variables in PHP *before* the <?...
You are correct, This did it. Thanks for the help. m ... file ... Take a closer look at the code you posted. In the second example (the one you say does not...
I spoke to soon. If I hard code data as in my example, all is well. I'm having a problem with passing the form value to the append statement. I have tried...
... I missed the beginning of this thread... What method do you use in your form, "get" or "post"? If you use "post", the following should work: $lName =...
Ken I still trying to get my PayPal payment to work. Although the PayPal part works, I am trying to append a record to my MySQL database and I'm having...
... If the thing works when you hard code the data, the problem is very likely in the form that you are trying to use to pass the data. It should contain...
... I think you're getting confused because Javascript executes on the client and PHP executes on the server. In your code, by the time the client can see the ...
... I'd already deleted yesterday's stuff, but found one message today. It wasn't a returned message, but it did have a deleted attachment, which it said was...
... No biggie... it's a very common rant among Internet users, and most people feel exactly the same way. Because e-mail is free, it is used quite a lot for...
I could use PHP to verify my data. Unfortunately I do not know how to verify data in PHP. I'm new to web application design and although I'm learning fast, I...
Ken I agree, I do confuse PHP, java, html etc a lot. Maybe because my scenario is not typical for this form. The form is a two fold form. 1st. register a...
... Ok, I see what you're trying to do. I have some code on my laptop at home that will help. When I get home (late tonight) I will try to remember to post it....
Thanks ... entered ... to ... Ok, I see what you're trying to do. I have some code on my laptop at home that will help. When I get home (late tonight) I will...
... (from another post... the <label for=""> element names a block of text that is the label for a form control. If it is there, most browsers will allow you...
Hi Jen, I don't think there's much use in adding addresses to your filter, unless you know it doesn't change. They have so many redirects that it's not worth...
Hi, Have converted all my forms to use the <label for="">. Now I'm trying to figure out where the <fieldset> tags should be used. Is the <fieldset> tag for...
I am currently looking on input of design for a website that I am working on. The site is currently at http://test.mychristiannetwork.com Is there anything...
Michael Roush I'm able to follow most of your php code that changes my form entry verification from java to php. What I'm not sure of is this, do I put this...
Following this thread with interest- I'm curious as to how a server-side script (PHP) can validate form information without that information being sent to the...
... It can't, the data has to be sent to the server to be validated. It's just a different way of doing the process. It will also work when a user has turned ...
Hi Chris, Not to beat you up to bad... but... Keep the logo and start over :) Seriously the logo looks great. The multi colored boxes or just too much. I...
Right. Perhaps I misunderstood Michael (Rousch's) post then: "The logic of a php info verifier is exactly the same as the logic of your javascript method,...
So the question is, how do I send the form information to the server-side script for validation and after validation append to my MySQL database and then...
Not being a PHP-guru enough to follow the code example, perhaps Michael was saying that the form is actually submitted, but the processing procedure isn't...
Chris - I'm sorry to tell you that what I see on this site is in need of some attention. The colors hit you over the head like a sledge hammer. Pick three ...
... Sorry, I didn't post this last night, but I got home much later than I thought I would. Here's the general flow of what you're trying to do. There is a...
Thank you Ken. This seems straight forward but please clarify: PHP program. I'm not sure if you are referring to a function 'phpForm()' or separate file like...