Adamuabu's Posts
Nairaland Forum › Adamuabu's Profile › Adamuabu's Posts
1 (of 1 pages)
Thanks everyone. |
Thanks a lot Hoodboi, Javadoctor for your help. I really appreciate it. |
I Salute all the gurus in the house, I am new to CMS, and I believe forums like this are created to assist all levels of knowledge. Explaining my question: Using Dreamweaver (PHP)+ WAMP, What I have done before is create a general user page where everyone who logs in access the same information, Now I want to create a dynamic site for a school where everyone logs into their own pages. |
Please I need help creating a user login page where every user log into their separate profile page |
I am having challenges creating a database in phpmyadmin which I need to fetch information from a registration form to include picture upload, select menu and text area datas. What is the best approach to go about it. |
Thanks a lot guys, it finally works. I wasn't using the complete db and username in cpanel (cpanel username followed by an underscore then the MySQL username I created. same with dbname). Thanks a lot, you guided me to it, really appreciate it. |
Thanks a lot guys for your solutions. Will work on them and get back to you. |
I have finish designing a dynamic site with PHP/MySQL in dreamweaver. Upon upload, I keep getting "no database selected" when I try to log in my database as a user. here is my connection file code: <?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_db = "localhost"; $database_db = "dbname"; $username_db = "username"; $password_db = "pasword"; $sya = mysql_connect("localhost", "cplogin", "cppassword", "dbname" or trigger_error(mysql_error(),E_USER_ERROR); ?> |
Hi Please can any one help me to unlock my Huawei E303 Modem IMEI: 861862005779500 |
1 (of 1 pages)
or trigger_error(mysql_error(),E_USER_ERROR);