|
|
Welcome to GujaratiGupShup
Login via
By logging in you agree to subscribe to our montly newsletter.
|
\n$inner
\n"; } function fbc_tag_input($type, $name, $value=null, $size=null) { $vals = array("type" => $type, "name" => $name); if ($value !== null) { $vals['value'] = $value; } if ($size !== null) { $vals['size'] = $size; } $inner = ''; foreach($vals as $k => $v) { $inner .= sprintf("%s='%s' ", $k, $v); } return ""; } function fbc_update_message($message) { return <<$message
EOF; } // start it up. fbc_init();