Welcome to the PageLines Forum. First check out the PageLines Docs to see if we have already answered your question. Before you post please read the forum guidelines.
Upcoming “PageLines Developer Essential Training”
Latest news regarding the developer training videos Click here!
I am using ecopro theme and I am wondering how I should embed the optin form at the end of each post with php coding as it showing in the example site below.
You'll need an e-mail newsletter client to have that kind of option form. There are various kinds, but it's a matter of finding one that works best for you. For example, the one on the site you gave is from http://www.aweber.com, but this isn't free. There are free options, though, if you search for e-mail subscription services on Google. One free option I know of is available from http://www.madmimi.com.
You cannot edit template files in EcoPro directly. If you do, the changes will be lost when you upgrade the theme because the old files will be overwritten by the new ones. In order to add the e-mail subscription form in each post page, you'll need to create a child theme based on EcoPro so that you can edit the files in there without worrying about losing the changes when you upgrade. For further reference on child themes, please see here: http://codex.wordpress.org/Child_Themes