Communauté Informatique NDFR.net : Help projet étudiante! - Programmation (C/C++, Delphi, VB, etc.)
Reply
Help projet étudiante!
Thread Tools Display Modes
  #1  
Old 08-06-2008, 01:52
léa léa is offline
Membre junior
 
Join Date: 07-06-2008
Posts: 2
Help projet étudiante!

Bonsoir a tous,
J'ai un projet de progra web a faire et si je le plante j'aurai pas mon année, il s'agit de réaliser un site de vente aux enchère en suivant un enoncé assez précis, ca devrait être basique pour les gens qui s'y connaisse j'admet être une vraie quiche en progra web alors si certain se sentent l'âme généreuse un coup de main serait plus que bienvenu!
J evous met l'enoncé en pièce jointe, la date limite de rendu est le 15 Juin, le projet doit petre redigé sous notpad et testé avec easyPHP,

Merci d'avance pour votre aide, vous pouvez me contacter sur
lealea2008@live.fr

encore merci!!!!!!!!!!!!!!!!!!!!!!!!
Attached Files
File Type: doc enoncé du projet.doc (43.5 KB, 14 views)
Reply With Quote
  #2  
Old 09-06-2008, 09:29
KnuX's Avatar
KnuX KnuX is offline
Membre senior
 
Join Date: 08-12-2002
Age: 38
Posts: 1,117
On t'envoie PASS au 86XXXX aussi ou pas ?
__________________
http://max.skyrock.com/
Reply With Quote
  #3  
Old 09-06-2008, 10:21
Matt Matt is offline
Super modérateur
1 Highscore
 
Join Date: 24-12-2002
Posts: 4,453
Et on va passer tes partiels à ta place ?
Reply With Quote
  #4  
Old 09-06-2008, 13:10
léa léa is offline
Membre junior
 
Join Date: 07-06-2008
Posts: 2
PASS et 86XXX, considerant ke je c même pas ce que c'est je repondrais non, j'ai commencé la première page du projet; ca donne;
PHP Code:
<?php
session_start
() ;
//titre de présentation
echo "Identification de la personne"
//formulaire permettant l'identification de l'étudiant
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/URL]">
<html xmlns="[URL]http://www.w3.org/1999/xhtml[/URL]">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Identification</title>
</head>
<body>
  
 <?php
if (isset($_POST['id_etudiant']) && (isset($_POST['mdp_etudiant'])) )
  {
  
$_SESSION['id_etudiant'] = $_POST['id_etudiant'] ;
  
$_SESSION['mdp_etudiant'] = $_POST['mdp_etudiant'] ;
  
$maconnexion mysql_connect('localhost','root','');
  
mysql_select_db('projet');
  
$resultat mysql_query("select * from etudiants where identifiant='".$_SESSION['id_etudiant']."' and mdp=".$_SESSION['mdp_etudiant']);
  
    if (
mysql_num_rows($resultat)==0)
    {
    
?>
    <form action="page_1.php"method="post">
    Erreur d'identifiant ou de mot de passe <br/>
    Entrez a nouveau votre identifiant : <input name="id_etudiant" type="text"/> <br/>
    Entrez a nouveau votre mot de passe : <input name="mdp_etudiant" type="password"/> <br/>
    <input type="submit" value="s'identifier" name="bouton" id="bouton"/>
    <?php
    
}
    else
    {
    echo 
"<script language='javascript' type='text/javascript'> ";
 echo 
"window.location.replace('Menu.php'); </script> ";
    }
  }
  else
  {
  
?>
  <form action="page_1.php"method="post">
 Entrez votre identifiant: <input name="id_etudiant" type="text"/> <br/>
 Entrez votre mot de passe : <input name="mdp_etudiant" type="password"/>
 <input type="submit" value="s'identifier" name="bouton" id="bouton"/>
  <?php
  
}
  
?></body>
</html>
Merci de t'interesser a mon cas Knux!

Last edited by Benjy; 09-06-2008 at 22:08. Reason: Parce qu'il y a des balises PHP...
Reply With Quote
  #5  
Old 10-06-2008, 03:41
Spycam's Avatar
Spycam Spycam is offline
Spectre de ces lieux
 
Join Date: 25-10-2002
Location: France
Age: 36
Posts: 1,075
Quote:
Originally Posted by léa View Post
PASS et 86XXX, considerant ke je c même pas ce que c'est je repondrais non, j'ai commencé la première page du projet; ca donne
C'est mignon.

Continue sur ta lancée !
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Associé - Projet Web Photos R1D3M4N Programmation Web (HTML, PHP, ASP, Java, XML, etc.) 0 16-04-2008 22:59
projet:calendrier s@r@h Programmation (C/C++, Delphi, VB, etc.) 0 19-11-2007 22:36
Problème C : mini-projet (othello) yasyes_2000 Programmation (C/C++, Delphi, VB, etc.) 1 20-04-2006 00:47
Non au projet Fontaine ! claude922 Discussions sur le site et/ou le forum 9 24-01-2003 17:30
Projet annuaire claude922 Discussions sur le site et/ou le forum 11 19-01-2003 20:36

All times are GMT +2. The time now is 21:18.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.