Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

When using a Fetch( ) function to retrieve the data from a url or other source, you can specify and filter results in your Interactions.

These functions can be naturally generated by the "Code Builder" in the Interactions Manager.

Basic Madl components used in the fetch of data for Interactions include: Before / After / Between.

 

$t->after( )

Fetches the source before $mystring into variable $t. Usually generated by the code builder when you have

select to filter the fetch results using the "To" field in the builder.

 

sults of the fetch for additional formatting.

 

Parameters   

 
$mystring
A String.

 

Return Values   

 
$mystring
A String.
Returns page source or structured data / XML after the "From" filter into variable $t


 





  • No labels