Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [PHP]Problem echo sie nie pokazuje
goartur
post 16.01.2015, 18:24:21
Post #1





Grupa: Zarejestrowani
Postów: 233
Pomógł: 27
Dołączył: 19.10.2014

Ostrzeżenie: (0%)
-----


Czesc, mam problem, chce aby wyswietlalo sie echo przy nacisnieciu na button, lecz gdy to robie nic sie nie dzieje. Linijka 7/8

  1. <?php include 'connect.php';?>
  2. <?php
  3. $idUpdate = $_POST[''];
  4. $titleUpdate = $_POST['title'];
  5. $contentUpdate = $_POST['content'];
  6. $dateUpdate = $_POST['date'];
  7. if(isset($POST['update'])){
  8. echo("test");
  9.  
  10. };
  11. ?>
  12. <html>
  13.  
  14. <head>
  15. </head>
  16.  
  17. <body>
  18.  
  19. <?php
  20. $sql = mysql_query("SELECT * FROM blogData ORDER BY id DESC");
  21. while($row = mysql_fetch_array($sql)){
  22. $id = $row['id'];
  23. $title = $row['title'];
  24. $content = $row['content'];
  25. $date = $row['date'];
  26.  
  27. ?>
  28. <div class="newEdit">
  29. <form method="post" action="news_controll.php">
  30. <input name="id" value="<?php echo $id; ?>">
  31. <br>
  32. <br>
  33. <input type="text" name="title" value="<?php echo $title; ?>">
  34. <br>
  35. <input type="text" name="date" value="<?php echo $date; ?>">
  36. <br>
  37. <textarea name="content"><?php echo $content ?></textarea>
  38. <button id="buttonLogin" name="update" type="submit">Update</button>
  39. </form>
  40. </div>
  41. <?php
  42. }
  43. ?>
  44. </body>
  45. </html>
Go to the top of the page
+Quote Post
SpiritCode
post 16.01.2015, 18:26:52
Post #2





Grupa: Zarejestrowani
Postów: 167
Pomógł: 35
Dołączył: 29.12.2014
Skąd: Otwock

Ostrzeżenie: (0%)
-----


Literówka?
w linii 7. masz $POST zamiast $_POST
Go to the top of the page
+Quote Post
goartur
post 16.01.2015, 18:28:28
Post #3





Grupa: Zarejestrowani
Postów: 233
Pomógł: 27
Dołączył: 19.10.2014

Ostrzeżenie: (0%)
-----


No tak... literowka...
Dziekuje.

Ten post edytował goartur 16.01.2015, 18:28:49
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 23.04.2024 - 21:28