Re: newbies, text box problem
Thanks a lot Steve !
I can't beleive that I didn't see that mistake... has you can see I am still
a newbie...
:) L
"Steve" <me@xxxxxxxx> a écrit dans le message de news:
36rgm2pcgiql3mj26b234reqe2juvl59o5@xxxxxxxxxx
On Sat, 25 Nov 2006 11:11:59 -0500, "Laura25" <laura25@xxxxxxxxxx>
wrote:
You have this:
$submissionInfo = $_POST["submissionInfo"];
but your textbox is called SubmissionInfo
Change either the textbox name or the $_POST variable so that they
have the same case.
--
Steve
steve at flyingtigerwebdesign dot com
.
Relevant Pages
- Re: Mandatory Fields
... option by mistake then tries to change it to Yes or No? ... Yes, the could press Esc to cancel the record, but then they get to start ... The best way is to make them fill in the textbox prior to saving the record. ... > I'm trying to create an Access form that, when a person checks an 'unable ... (microsoft.public.access.forms) - Re: How to code a carriage return in a Textbox?
... "Klist Smith" wrote in message ... > I want my text to appear as multi-lines inside the VB textbox and the ... > I have already enabled Multiline property of the textbox. ... As harold suggested, you can avoid making the mistake again, and make your ... (microsoft.public.vb.general.discussion) - Re: How to code a carriage return in a Textbox?
... "Klist Smith" wrote in message ... > I want my text to appear as multi-lines inside the VB textbox and the ... > I have already enabled Multiline property of the textbox. ... As harold suggested, you can avoid making the mistake again, and make your ... (microsoft.public.vb.controls) - Re: How to format textbox value before sum?
... I'm grateful for the answers but they none of them are working on my ... One textbox contains for example the value "2 100". ... And if the user by mistake writes anything else than numbers it should ... be treated like "0" so that they always get a correct sum. ... (comp.lang.javascript) - Re: newbies, text box problem
... but your textbox is called SubmissionInfo ... Change either the textbox name or the $_POST variable so that they ... steve at flyingtigerwebdesign dot com ... (alt.php) |
|