Posts Tagged ‘php example’

Where can I work as a php programming freelancer online?

I am quite experienced php programmer and I want to earn money for this. Where can I consult people who are starting with php (for example on skype) for money?

How to include elements from different webpages using PHP or JavaScript to my home page?

I have a homepage (MyHome.php). On the homepage, I’d like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 <h1> tags from Post.php into a <div> tag on MyHome.php. Is it possible to do this?