Jump to content

PHP code src?


runestation

Recommended Posts

      <label><textarea name="currentxp">
      <?php
$name = $_POST['username'];
$filecontents = file_get_contents("http://hiscore.runescape.com/index_lite.ws?player=$name");
$stats = explode(',' , $filecontents);
$exp =  explode("\n", $stats[24]);
echo $exp[0]; //209351778
//echo print_r($stats);//dont need this
?>
        </textarea>     
</label>

Link to comment
Share on other sites

but if it's not php code, and its only seen as text, won't the code not work?

 

I don't really understand what you are trying to accomplish. Do you want a text area to appear with the code in it, so others can see the source, or are you trying to get the text area to have the result of the code in it?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.