<?php include "User.class.php"; $obj = new User('gopi'); echo $obj->getInstagramlink();