This is a simple sign up system made in php and mySQL.If you have any queries than comment on this video or contact me at divyanshukakwani@gmail.com.I hav not explained mySQl in this video but if you any problem than contact me.Some basic mySQL syntax in php
//for connecting to mysql
$con=mysql_connect("127.0.0.1:3306","username","password");
//for selecting database
mysql_select_db("database_name",$con);
//mySQL query
$sql=mysql_query("INSERT INTO `table` VALUES('$name','$username','$password')");
//closing the connections
mysql_query($sql,$con);
mysql_close($con);
Where is the files to download?
mustafa7amin 4 months ago
Awesome tutorial...
dipkakwani 9 months ago 2
great!! It will help me learning php. Thanks!!!
Niranjan
nkakwani 1 year ago