Search the web
Sign In
New User? Sign Up
HTML-on-the-WEB · HTML-on-the-WEB Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17729 - 17758 of 22463   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17729
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
5:29 pm
17730
... 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 <?...
Michael Roush
mdroush
Offline Send Email
Mar 1, 2005
6:18 pm
17731
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
6:39 pm
17732
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
6:59 pm
17733
... 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 Robinson
kenrbnsn
Offline Send Email
Mar 1, 2005
7:13 pm
17734
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
7:32 pm
17735
... 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...
Michael Roush
mdroush
Offline Send Email
Mar 1, 2005
8:09 pm
17736
... 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 ...
Ken Robinson
kenrbnsn
Offline Send Email
Mar 1, 2005
8:12 pm
17737
... 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...
Jen (aka Sassy Devil)
jenlistowner
Offline Send Email
Mar 1, 2005
8:15 pm
17738
... 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...
Michael Roush
mdroush
Offline Send Email
Mar 1, 2005
8:26 pm
17739
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
8:27 pm
17740
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
8:40 pm
17741
... 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....
Ken Robinson
kenrbnsn
Offline Send Email
Mar 1, 2005
8:56 pm
17742
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 1, 2005
9:05 pm
17743
... (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...
Michael Roush
mdroush
Offline Send Email
Mar 1, 2005
9:26 pm
17744
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...
Bob
robert_dehoure
Offline Send Email
Mar 2, 2005
12:20 am
17745
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...
Bob
robert_dehoure
Offline Send Email
Mar 2, 2005
1:58 am
17746
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...
chris allen
mcncyo
Offline Send Email
Mar 2, 2005
12:18 pm
17747
... From: "chris allen" <maillinglist@...> To: <HTML-on-the-WEB@yahoogroups.com> Sent: Wednesday, March 02, 2005 5:57 AM Subject:...
Al Lowe
al_lowe666
Offline Send Email
Mar 2, 2005
12:22 pm
17748
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 2, 2005
3:10 pm
17749
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...
Gary Krockover
gkrockover
Offline Send Email
Mar 2, 2005
3:25 pm
17750
... 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 ...
Ken Robinson
kenrbnsn
Offline Send Email
Mar 2, 2005
3:44 pm
17751
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...
Tom Barker
bajeba2000
Offline Send Email
Mar 2, 2005
3:50 pm
17752
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,...
Gary Krockover
gkrockover
Offline Send Email
Mar 2, 2005
3:58 pm
17753
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 2, 2005
4:12 pm
17754
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...
Gary Krockover
gkrockover
Offline Send Email
Mar 2, 2005
4:22 pm
17755
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 ...
Jeff Wright
jeffvwright
Offline Send Email
Mar 2, 2005
4:26 pm
17756
... 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...
Ken Robinson
kenrbnsn
Offline Send Email
Mar 2, 2005
4:40 pm
17757
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...
Michael Pakay
pakaymc
Offline Send Email
Mar 2, 2005
5:30 pm
17758
... <fieldset>...</fieldset> is for grouping sections of information in a form together. Say, for instance, you have a form that collects personal ...
Michael Roush
mdroush
Offline Send Email
Mar 2, 2005
5:51 pm
Messages 17729 - 17758 of 22463   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help