Jump to content

[SOLVED] Applying a time limit to edit posts


runnerjp

Recommended Posts

humm ok so iv got my post added into the db as 'showtime'

 

to edit a post i do this

 

use a link with the post id in it like so

 

<a href="index.php?page=reply&forum=<?php echo $forum; ?>&id=<? echo
$forumpostid ?>&pid=<? echo $getreplies3['editid']; ?>">Edit</a>

 

so how can i find out if 2 hours have passed to use in if statement?

 

Link to comment
Share on other sites

i tried this

 

    <?php   
      $last_active = time() - $getreply3['showtime'];
			echo ($last_active < 300)  ? ' <a href="index.php?page=reply&forum=$forum&id=$forumpostid&pid=$getreply3["'.postid.'"]">Edit</a>| Report ': "Edit";?>

 

but it just shows edit even if the time has been 2 seconds :S

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.