Jump to content

help


Venice

Recommended Posts

why image not show when type

 

test.php

<html>
<body>

<form action="welcome.php" method="post">
InGame Nick: <input type="text" name="fname" />
Confirm Nick: <input type="text" name="iname" />
<input type="submit" />
</form>

</body>
</html>

 

 

 

welcome.php

 

<html>
<body>

This is your Status Signature Link http://swatsamp.net/swat.php?nick=<?php echo $_POST["fname"]; ?><br />
<img src="http://swatsamp.net/swat.php?nick=$_POST["fname"]" alt="swat" width="200" height="80">
</body>
</html>

Link to comment
https://forums.phpfreaks.com/topic/248897-help/#findComment-1278247
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.