Jump to content

$_GET Function


dean7

Recommended Posts

Hi all, Im trying something which when a User clicks on there Rep they have it displays all the ranks, but on the same page, so far ive got this:

 

<?php
$view_rep = $_GET['repview'];
$thererep = $fetch->rep;

if (strip_tags($view_rep)){
echo ("<table align='center' class='table' border='1' cellpadding='0' cellspacing='0' width='50%'>
	<tr>
		<td class='header' align='center'>Your Rep</td>
	</tr>
	<tr>
		<td>You Currently Have: ".makecomma($thererep)."</td>
	</tr>
</table>");
}
?>
<font color='#000055'>Rep:</font> <a href='?repview' target='mainFrame'><?php echo("".makecomma($fetch->rep).""); ?></a>

(I haven't finished the whole echo(""); part yet as I was just testing it before I got to far.)

 

But when the click the Rep link it just shows there full stats instaid just the Rep.

 

Is anyone able to put me in the right direction on sorting this?

Thanks.

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.