-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathz.php
More file actions
27 lines (23 loc) · 946 Bytes
/
z.php
File metadata and controls
27 lines (23 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<?php
date_default_timezone_set('Europe/Paris');
$date = date("Y-m-d");
$dbhost = 'tuxa.sme.utc';
$dbuser = 'nf92p003';
$dbpass = 'gK41aEr1RFds';
$dbname = 'nf92p003';
$connect = mysqli_connect($dbhost, $dbuser, $dbpass, $dbname) or die ('Error connecting to mysql');
//la ligne suivante permet d'éviter les problèmes d'accent entre la page ouèbe et le serveur mysql
mysqli_set_charset($connect, 'utf8');
fi smthg weird thats happening when i try to inscrire l eleve a une seance bl same day ta3it seance tenye il est inscrit fiya bi7otoule eno l eleve est deja inscrit a la seance bas l fekra eno ana ma 3melet hel shi bl code fa how tf
<button onclick="history.back()">Go Back</button>
mysqli_close($connect);
?>
</body>
</html>