IntensE
Power Member
- Aug 19, 2008
- 771
- 661
I want to create the following:
I have a WP blog whatever.com and a post "Hello world 2011" for example.
So, I go to the blog, click the post and end up here: whatever.com/hello-world-2011
In this post I have an <a href= link >to the php file phpguru.php
Now when I click on the link it should open whatever.com/phpguru.php and in there I want to echo the post title.
So it should echo me: "Hello World 2011"
How can I do that ? I need it badly.
I have a WP blog whatever.com and a post "Hello world 2011" for example.
So, I go to the blog, click the post and end up here: whatever.com/hello-world-2011
In this post I have an <a href= link >to the php file phpguru.php
Now when I click on the link it should open whatever.com/phpguru.php and in there I want to echo the post title.
So it should echo me: "Hello World 2011"
How can I do that ? I need it badly.