Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1012 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1012 Bytes

CodeRogue

Database Name: CodeRogue1 Table: login Columns: rollnumber ->type INT password ->type VARCHAR username -> type VARCHAR

Table Data rollnumber password username 21327 hello Saransh Baniyal 21310 hello Deepak Sharma 21215 hello Dhruv Shrivastava

Table: gatesession Columns:

passing data from php to javascript

<script> var data = ; // Don't forget the extra semicolon! console.log(data); </script>