Databinding

wxdqz

New Member
Hi,

I would like to know how you can bind data from a database to a textfield, I am only new to php and I have moved from asp.

is asp you would do it something like this
<input type="text" maxlength=254 name='RID' value=http://www.phpbuilder.com/board/archive/index.php/"<%= rs("yourColumn") %>">

How do you do it in php?

Thanks in advance for your answer

Sean
 
Back
Top