Search found 8 matches

by rafael.lucchese
Fri Oct 26, 2007 1:15 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Thanks

Thank you for the suggestion to use links but I could not get it to work, I am definately doing something very wrong. I decided however, to move on with the buttons and I was hoping you might bew able to assist me with a problem: The the session variable that contains the textfield $_SESSION['inputT...
by rafael.lucchese
Mon Oct 22, 2007 11:11 am
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Thank you :) I think the idea sounds great, but I do not really understand the sintax and how it can be applied. I am assuming that the value of the buttons will be stored in $_GET['button'] and $_GET['value'], then I can use string functions to just append to the values. If I go that route, would I...
by rafael.lucchese
Sun Oct 21, 2007 1:09 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Thanks Greg, I think that your advice is really good. Talking about sessions, I am thinking now that I need to append to the text field variable contents, and send everything to the server at once for computation. What I mean is that, once I have the second operand and I press the equal sign or anot...
by rafael.lucchese
Sat Oct 20, 2007 6:46 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Thank you both for your replies. Yes sir, I also think that you have a valid point and I respect it. Unfortunately, I really have to complete the assignment with the constraints that were presented to me, and JavaScript was not mentioned (only HTML, CSS, and PHP). Either way, I thank you for all of ...
by rafael.lucchese
Sat Oct 20, 2007 5:10 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Thanks. Here is what I have done after using the submit input type. I am not able to update the value but I have a feeling that I am very close. Let me know if you can offer me any more advice. Thanks again for your help. Rafael. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http...
by rafael.lucchese
Sat Oct 20, 2007 4:41 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

PHP

Thank you for your reply and the code correction as well,


Does this button have to be a submit button? Should I make every button in the calculator a submit button?

Thanks,

Rafael.
by rafael.lucchese
Sat Oct 20, 2007 4:09 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Thank you

Greg, Thanks, I think that you have quite a point there :) Javascript would be a great way to approach this problem. Unfortunately, it is a requirement for this assignment that I would get it done with PHP, so that is why I have been sitting in front of my code for a few hours trying to figure it ou...
by rafael.lucchese
Sat Oct 20, 2007 3:38 pm
Forum: PHP - Code
Topic: Controling Forms with PHP
Replies: 15
Views: 2497

Controling Forms with PHP

Everah | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hello, ...