Sublime Forum

Data source MySQL

#1

I am trying to build a form similar to the one below. I am new at coding. Is there a data source or MySQL that the below text is connected to?

                                    <br><table width="100%">
                                    <tr><td>

                                        <table bgcolor="#F9F4E1" cellpadding=2 cellspacing=2 width="100%" style="border-color:#989898;border-width: 1px 1px 1px 1px;border-style: solid;">
                                        <tr><td>
                                            <a name=topsubmit></a><font style="line-height:1.5em;font-size:18px;color:#ff6600;">Get a No Obligation Offer on your House:</font><br>
                                            <input type="hidden" name="step" value="submit">
                                            </font><div style="margin-top:1px;font-size:10px;color:#999999;">&nbsp;</div>
                                            <input type="text" name="ZipCode" value="Enter Your Zip Code" onclick="this.value='';" size="18">
                                            &nbsp;&nbsp;&nbsp;
                                            <input type="submit" value="Submit &#187;">
                                            <br>
                                            <br>One of our home buyers will be in touch within 24 hours.
                                            <div style="margin-top:1px;font-size:10px;color:#999999;">No Submissions by REALTORS<sup>&reg;</sup> or INVESTORS please - <a href="http://www.cashoffers.com/privacy.htm">Privacy Policy</a></div>
                                            </td>
                                        </tr></table>
                                    </td>
                                    <td width=115 bgcolor=#ffffff valign=top>
                                    <IFRAME
                                                                                    SRC="http://www.housebuyernetwork.com/hs.html"
                                                                                    WIDTH=110 HEIGHT=70
                                                                                    SCROLLING=NO frameborder=0></IFRAME>

                                    </td></tr></table>
0 Likes