I need to know how to use an HTML control, such as TextBox, dynamically. Suppose I have a TextBox in the .php page. I would like to grow / shrink the control at run time as we are doing in VB. I would like to maintain the code by PHP. Please help.
Printable View
I need to know how to use an HTML control, such as TextBox, dynamically. Suppose I have a TextBox in the .php page. I would like to grow / shrink the control at run time as we are doing in VB. I would like to maintain the code by PHP. Please help.
You would need to use Javascript to do that.
I'm sure I've told you this before, but PHP runs once, it's not like running an application live on the server, it just processes your script, feeds it back to the browser, and then quits and forgets all about you.