The Complete Project Source Code Platform

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 Template

datas are not showing in frontend?

  kenlyle    2019-10-05 02:53:04

0

0


Fatal 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..

Answers

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:06

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:55:55

Post Your answer