Hi Friends, I am trying to clone a page, but I am unable to do it because I am beginner in PHP Source page: http://themes.contempographicdesign.com/?theme=realestate3 My Wordpress page: http://luxurysanjuanrealestate.com/contact-us-2/agents-2/1-single-agent-sub-page-of-agents/ Please guide me what need to change.
The source page utilizes HTML Frameset. http://www.w3.org/TR/html4/present/frames.html Basically, multiple pages contained within one page. However, frames are very much an SEO no-no.
Just a question, I m not an expert in PHP either. So there is a way to copy the php part of a source page also? Please advise. Thank you
Well, this isn't a case of php. The issue is in the way the html page is made. Needs to be a frameset to "clone" it. Otherwise have to use AJAX. You sure can, but you'd have to view source on every frame and get every file associated. Why you wanna clone that POS anyways? Basically, you are not going to be able to CLONE it for wordpress. Give up. Take an AJAX approach. Just don't ask me to code it, looks like a serious pain in the @**.
Yes - if you have the "php part". You don't have it if you just go to the site with a browser, you need the php file that's on the server. (IOW, if you buy the file, you can make a copy of it.) Is it possible to even see the PHP code by going to the site with a browser? No. Your browser never sees the PHP code, it sees the HTML, CSS and Javascript that the PHP code creates and sends to the browser.
If you are asking if oyu can "view source" and get the PHP code, then NO. PHP is parsed server side, where-s HTML is parsed by the browser. Without a valid login... or good hacking skills, you cannot.