A
Anonymous
Guest
I don't know although I'd like to.
I know you can assign xml span tags as PHP variables like so:
<? $id = "<span datafld=\"ID\"></span>"; ?>
Although the value of the span result is not captured, so you can't use the php variable as links or anything...
I know you can assign xml span tags as PHP variables like so:
<? $id = "<span datafld=\"ID\"></span>"; ?>
Although the value of the span result is not captured, so you can't use the php variable as links or anything...