Jump to content
  • 0

Problema Semnatura PANEL


Stefan F.

Question

Salut.Am realizat un panel pentru serverul meu si vreau sa fac un tab la fiecare player cu un link catre semnatura lui,sa fie imaginea semnaturii si dedesubt codul HTML: 

<img src="http://panel.site.ro/sig/signature.php?user=STeFaNN">

(si aici intr-o casuta sa apara textul urmator):

<img src="http://panel.site.ro/sig/signature.php?user=<?=playerdata['playerName']?>">

<?=playerdata['playerName']?>  sa fie in PHP

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Salut nu prea am inteles ce vrei sa faci dar foloseste input class

Foloseste ce iti dau eu mai jos

<form class="form-horizontal">
<fieldset>

<!-- Form Name -->
<legend>Form Name</legend>

<!-- Text input-->
<div class="control-group">
  <label class="control-label" for="textinput">Text Input</label>
  <div class="controls">
        <input id="textinput" name="textinput" type="text" placeholder="Aici codul tau" class="input-large" required="">
        <p class="help-block">help</p>
  </div>
</div>

</fieldset>
</form>

 

Edited by Gotze
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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. For more details you can also review our Terms of Use and Privacy Policy.