/******************************* *Vertical Scroller *Made available by http://www.anandsoft.com *Written by G.Naresh *The above information may not be removed ..For help please email: info@anandsoft.com ********************************/ /*********************************************** * INSTRUCTIONS :BEGIN *------------------------------------------------------ * Create a database as follows (Next line (Note : donot include * )) * CREATE DATABASE Scrolldb; * * Create a table as follows (Next 7 lines (Note : donot include * )) * CREATE TABLE Scroller ( * message1 TEXT DEFAULT NULL , * message2 TEXT DEFAULT NULL , * message3 TEXT DEFAULT NULL , * message4 TEXT DEFAULT NULL , * message5 TEXT DEFAULT NULL , * ); * * Please ensure that no other columns are there in the table * This scroller is limited to a number of five messages * * For better understading the following code has been divided into two parts * and a php section is present in part1 * * Modifications to be done in part1 * ---------------------------------------------------------------------- * 1)Change the following in the Php section of part1 * * $servername to www.yoursitename.com * $username to username to connect to the database * $password to password to connect to the database * --------------------------------------------------------------------------- * * INSTRUCTIONS :END * ------------------------------------------------------ * ---------------- * EXAMPLE * ---------------- * This Example gives you a clear cut idea of the sequence of tags in html page * * *
* Place the code under part1 here * * *| * Place the code under part2 here * | *