pouncer Posted April 7, 2009 Share Posted April 7, 2009 echo " <table border=0> <tr><th bgcolor=#E1E4F2>RSS Feeds getTotalLinks($rss_table)</th></tr> "; how can i make it execute the getTotalLinks($rss_table) function within echo "..." without closing the php tags? Quote Link to comment https://forums.phpfreaks.com/topic/152981-solved-how-to-use-php-functions-within-echo/ Share on other sites More sharing options...
JonnoTheDev Posted April 7, 2009 Share Posted April 7, 2009 echo "<table border=0><tr><th bgcolor=#E1E4F2>RSS Feeds ".getTotalLinks($rss_table)."</th></tr>"; Quote Link to comment https://forums.phpfreaks.com/topic/152981-solved-how-to-use-php-functions-within-echo/#findComment-803435 Share on other sites More sharing options...
pouncer Posted April 7, 2009 Author Share Posted April 7, 2009 Perfect thanks. Quote Link to comment https://forums.phpfreaks.com/topic/152981-solved-how-to-use-php-functions-within-echo/#findComment-803459 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.