run a php in a php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kidsonrids
Forum Newbie
Posts: 1
Joined: Thu Sep 02, 2010 4:02 pm

run a php in a php

Post by kidsonrids »

what is the code to run a php using another php
tonchily
Forum Commoner
Posts: 54
Joined: Thu Sep 02, 2010 10:44 am

Re: run a php in a php

Post by tonchily »

include 'file.php'; ?
Post Reply