i trying bring value form in page1.php (form add data db) page2.php (form add img db). read whole bunch of pages how still can't figure out. <form name="formbrokertour" class="login-form-addproperty" method="post" action="insertpropertyinfowithgeocode.php" onsubmit="return validateform()"> and need add several fields, address, city, zip code state. here 1 out of 4: <td width="125" class="formlable">address</td> <td width="269" class="formsquare"> <input type="text" class="general_input" name="address" id="nametext" width="269" > </td> page2.php (relevant part) - see, if write address, address addded in database, don't need worry sql being wrong. if try pass info page 1 page 2 either session (since have username in place add info in database) or post/get, address not added. interes...
Comments
Post a Comment