Jump to content

Question

Posted

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

 

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.