[PHP] Objects and Arrays - need help?

2004-02-21 Thread John Romero
Here is my code. Two files: 1) myclass.php 2)test.php to instantiate the objects. I have two classes. One is a "parts" class with some basic properties in an array. And the other class is the "repair" class which needs to hold MANY parts. In the "repair" class, I have a $partsarray so that I can j

[PHP] Re: How can I use a value from a Html's Form

2004-02-21 Thread John Romero
You can use the $myvalue = $_REQUEST['htmlvariable']; to grab the variable you want. -johnr <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi,all! > > if anyone can tell me how can i use a value from Html Form! I know, it is use like as "<%=Request.Form("item_name")%>" in a ASP's