Fernsworthy basment

slyz

Developer
Use visit_url() ?

EDIT: and maybe "trap" the return value too, like this:
PHP:
boolean trap = visit_url( ... );
 

Des80

Member
I am using the visit_url() right now and just wanted to know if there was any other way thank you slyz
 
Top