Quote:
Originally Posted by Spinball
Can I do this?
HTML Code:
<tr>
<td class="$alternate" align="left" VALIGN="TOP"><div class="smallfont">$queryqueryresult) <a href='http://www.avforums.com/forums/member.php?$session[sessionurl]u=$WQfield[userid]'>$WQfield[username]</a></div></td>
<td class="$alternate" VALIGN="TOP"><div class="smallfont">$WQfield[email]</div></td>
<td class="$alternate" VALIGN="TOP"><div class="smallfont">$WQfield[title]</div></td>
<td class="$alternate" VALIGN="TOP"><div class="smallfont">$WQfield[joined]</div></td>
<td class="$alternate" VALIGN="TOP"><div class="xsmallfont">$WQfield[ipaddress]<br /><? echo(geoip_country_name_by_addr($gi, $WQfield[ipaddress])); ?></div></td>
</tr>
in the Query Result Row of a WebQuery? Note the php element
PHP Code:
<? echo(geoip_country_name_by_addr($gi, $WQfield[ipaddress])); ?>
It's not working. I was wondering whether it was at all possible.
Thanks
|
Sorry nope, webquery section does not support external function calls.