• Hi all!
    I’m newbie in PHP but…
    I want to extend my current theme and add submit button in single.php file and do it like this
    …..
    // I add this code into single.php
    <form method=”post” action=”my.php”>
    <input type=”submit” …..
    …..
    The only problem is that code in my.php can’t get access to WordPress environment so I can’t get data from wbdb and so on…
    More over I can’t find any help how to bound click action to php function.
    Thank for advice.

  • The topic ‘Extend single.php’ is closed to new replies.