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? 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>"; 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. 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
Archived
This topic is now archived and is closed to further replies.