Recent Topics

1 Jun 26, 2005 20:51    

I would like to add a button where I can find the blog entry by its item number.

For example, suppose I have an entry number 34 with title "b2evo tips", I would fill in 34 in the box, click the button and I would load
www.myblog.nl/blog/index.php?title=b2evo_tips

Basically, how to generate an URL to the specific entry if you only know the item number.

Thanks in anticipation!

2 Jun 28, 2005 09:58

<form action="index.php">
<label for="p">Enter post id </label><input type="text" id="p" name="p" value="0" />
<input type="submit" value="view post" />
</form>

¥

3 Jun 29, 2005 22:46

¥åßßå wrote:

<form action="index.php">
<label for="p">Enter post id </label><input type="text" id="p" name="p" value="0" />
<input type="submit" value="view post" />
</form>

¥

Thanks!!


Form is loading...