Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume TemplateFatal error: Uncaught Error: Call to undefined function mysql_connect() in C:xampphtdocsSchoolManagementclient_userstandard.php:117 Stack trace: #0 {main} thrown in C:xampphtdocsSchoolManagementclient_userstandard.php on line 117 This issue is occuring in all pages .I create the same db name (student) and add the tables. please help me..
most likely it occur when u enter wrong database name and may also because of wrong other parameter information. mysqli_connect('server','username','password','database name') server may be loclahost username mostly root password set empty :)
2019-11-22 15:56:06most likely it occur when u enter wrong database name and may also because of wrong other parameter information. mysqli_connect('server','username','password','database name') server may be loclahost username mostly root password set empty :)
2019-11-22 15:55:55