Try reading the youtube api documentation: http://code.google.com/intl/it/apis/youtube/getting_started.html#data_api On Thu, Sep 3, 2009 at 1:04 PM, naresh.sinha<n_sinha01a@xxxxxxxxx> wrote: > > > Hi > > Any body have idea about upload video through my site to youtube. > > i tried too many times using phptube and btube but cann't logged to youtube. > > /* > foreach($this->cookies as $c) > { > if($c["name"]=="LOGIN_INFO" && $c["value"]<>"")$success = true; > } > if(!$success) die ("Login failed!\n"); > */ > > Gives error in foreach statement.. > > Please help me > > Regards, > Naresh > >