Einzelnen Beitrag anzeigen

Benutzerbild von Neutral General
Neutral General

Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
 
Delphi 10.2 Tokyo Professional
 
#1

HTML/PHP - PHP Variable in HTML

  Alt 31. Mär 2007, 14:10
Hi,

Ich habe irgendwo vorher im Code

Code:
$bookid = xyz;
definiert. Jetzt will ich die Variable an eine URL dranhängen:

Code:
<table>
<tr>
  <td>
   
  </td>
</tr>
<tr>
  <td style="padding-left:10px">
    <form action="index.php?post&id=[[[HIER SOLL DIE BOOKID HIN]]]" method="POST">
      <textarea name="text" style="width: 500px; height: 200px"></textarea>
     
<input type="submit" value="Absenden"></br>
    </form>
  </td>
</tr>
</table>
Dummerweise geht das irgendwie nicht... mit smarty bekomm ichs irgendwie auch nicht hin...

Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
  Mit Zitat antworten Zitat