Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Querystring? urgent Pin
Laddie7-Apr-09 2:03
Laddie7-Apr-09 2:03 
Questionyoutube video download Pin
SubarnaMishra6-Apr-09 22:51
SubarnaMishra6-Apr-09 22:51 
AnswerRe: youtube video download Pin
anilpal6-Apr-09 23:23
anilpal6-Apr-09 23:23 
GeneralRe: youtube video download Pin
SubarnaMishra6-Apr-09 23:30
SubarnaMishra6-Apr-09 23:30 
GeneralRe: youtube video download Pin
anilpal6-Apr-09 23:41
anilpal6-Apr-09 23:41 
GeneralRe: youtube video download Pin
SubarnaMishra7-Apr-09 1:51
SubarnaMishra7-Apr-09 1:51 
AnswerRe: youtube video download Pin
Yusuf7-Apr-09 11:43
Yusuf7-Apr-09 11:43 
GeneralRe: youtube video download Pin
SubarnaMishra7-Apr-09 21:48
SubarnaMishra7-Apr-09 21:48 
Thanx for ur reply.

Can you please give me the equivalent classic asp(vb scrpt) code for the php code below.



<?php

if (isset($_GET['url'])) {
    // Get page
    $url = $_GET['url'];
    $data = implode("", file($url)); 
    // Get content items
    if (preg_match_all("/&t=[^&]*/", $data, $matches))
    {
        $t = $matches[0][0];
        $t = preg_split("/=/", $t);
        $t = $t[1];
        $v = $url;
        $v = preg_split ("/\?v=/", $v);
        $v = $v[1];
        $youtubepath = "http://www.youtube.com/get_video.php?video_id=" . $v . "";
        $youtubepath2 = "t=". $t . "";
		echo "$youtubepath&$youtubepath2&.flv";
    } else {
        echo "null";
    }
} else {
    echo "No YouTube URL to process";
}

?>



I am searching it from last 2 months.
Thanks in advance.
GeneralRe: youtube video download Pin
Yusuf8-Apr-09 1:28
Yusuf8-Apr-09 1:28 
QuestionUsing javascripts in SITEMAP Pin
Hajab6-Apr-09 21:57
Hajab6-Apr-09 21:57 
QuestionHow to inherit User contol to another user control Pin
suzzain6-Apr-09 21:35
suzzain6-Apr-09 21:35 
AnswerRe: How to inherit User contol to another user control Pin
anilpal6-Apr-09 23:19
anilpal6-Apr-09 23:19 
AnswerRe: How to inherit User contol to another user control Pin
Yusuf7-Apr-09 11:46
Yusuf7-Apr-09 11:46 
Questionnot getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 21:28
Piyush Vardhan Singh6-Apr-09 21:28 
AnswerRe: not getting .net framework 3.5 in IIS? Pin
Abhishek Sur6-Apr-09 22:36
professionalAbhishek Sur6-Apr-09 22:36 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 22:53
Piyush Vardhan Singh6-Apr-09 22:53 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Abhishek Sur6-Apr-09 23:01
professionalAbhishek Sur6-Apr-09 23:01 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 23:24
Piyush Vardhan Singh6-Apr-09 23:24 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Yusuf7-Apr-09 11:48
Yusuf7-Apr-09 11:48 
QuestionAuthentication Pin
nithydurai6-Apr-09 21:13
nithydurai6-Apr-09 21:13 
AnswerRe: Authentication Pin
anilpal6-Apr-09 23:21
anilpal6-Apr-09 23:21 
QuestionRotate text on an image Pin
m_krishna6-Apr-09 21:12
m_krishna6-Apr-09 21:12 
AnswerRe: Rotate text on an image Pin
Christian Graus6-Apr-09 21:38
protectorChristian Graus6-Apr-09 21:38 
QuestionUser Control in AJAX enabled ASP.NET Web site Pin
Subin Alex6-Apr-09 20:22
Subin Alex6-Apr-09 20:22 
AnswerRe: User Control in AJAX enabled ASP.NET Web site Pin
Abhishek Sur6-Apr-09 22:40
professionalAbhishek Sur6-Apr-09 22:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.