OM2 Posted March 9, 2009 Share Posted March 9, 2009 Can someone tell me if it's possible to include PHP code inside of PHP code!!!? I've got a HTML where I have written lots of PHP code I have functions calls and some includes of other PHP files Now... I now need to split up the code so that it's much more well organised Let's say I have: <br> <?php functionCall(); ?> <br> <br> <?php include("myFile"); ?> <br> Now I want to stick all of the above inside of a new PHP file called: myFile.php And in place of the above code, I will have: <?php include("myFile.php"); ?> How can I do this!!!? Thanks OM Link to comment https://forums.phpfreaks.com/topic/148684-how-do-i-include-php-code-inside-of-php-code/ Share on other sites More sharing options...
Mchl Posted March 9, 2009 Share Posted March 9, 2009 Just do this. Link to comment https://forums.phpfreaks.com/topic/148684-how-do-i-include-php-code-inside-of-php-code/#findComment-780761 Share on other sites More sharing options...
OM2 Posted March 9, 2009 Author Share Posted March 9, 2009 do what? Link to comment https://forums.phpfreaks.com/topic/148684-how-do-i-include-php-code-inside-of-php-code/#findComment-780762 Share on other sites More sharing options...
redarrow Posted March 10, 2009 Share Posted March 10, 2009 now that what i call madness... what the hell for please..... Link to comment https://forums.phpfreaks.com/topic/148684-how-do-i-include-php-code-inside-of-php-code/#findComment-780833 Share on other sites More sharing options...
OM2 Posted March 10, 2009 Author Share Posted March 10, 2009 there's a reason for everything in life its close to midnight... still in the office need to do some coding to show a client the next day suddenly discover that i can't do what i had planned haven't eaten all day and not thinking straight in the end i realised my madness it didn't make sense that you could have php inside of php - but i thought i'd ask anyway in the end, i figured it out Link to comment https://forums.phpfreaks.com/topic/148684-how-do-i-include-php-code-inside-of-php-code/#findComment-780840 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.