javascript - Can PHP echo an element into Android? -
while using html, javascript, , php, can make httpget request mysql database , echo information onto html page, including actual elements such buttons , tables.
echo "<button type='button'>$name</button>";
or
echo "<table><tr><td>$name</td><td>$age</td></tr></table>";
can php echo elements after httpget request onto android gui?
Comments
Post a Comment