Is this Code Correct??
am 11.02.2010 11:54:50 von Nagendra Prasad
--000e0cd182a412f349047f50fccf
Content-Type: text/plain; charset=ISO-8859-1
Hi All,
I want to link the actual file when the result is displayed.
url = actual MP3 location
Name = Name of the MP3
Here is the code that I want to link with:
echo "Name: "..$runrows['name'];
Is above code is correct ??
Best,
--
Guru Prasad
Ubuntu Voice GTK+ Forum
--000e0cd182a412f349047f50fccf--
Re: Is this Code Correct??
am 11.02.2010 11:59:30 von andresmontanez
echo 'Name: ';
On 11 February 2010 08:54, nagendra prasad wrote=
:
> Hi All,
>
> I want to link the actual file when the result is displayed.
>
> url =3D actual MP3 location
> Name =3D Name of the MP3
>
> Here is the code that I want to link with:
>
> echo =A0"Name: "..$runrows['name'];
>
> Is above code is correct ??
>
> Best,
>
>
> --
> Guru Prasad
> Ubuntu Voice GTK+ Forum
>
--=20
Atte, Andr=E9s G. Monta=F1ez
Zend Certified Engineer
Montevideo - Uruguay
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Is this Code Correct??
am 11.02.2010 12:06:36 von Nagendra Prasad
--000e0cd1b36e29f750047f51260e
Content-Type: text/plain; charset=ISO-8859-1
Thanks Buddy, its working but the linking is not working properly. Its
taking me the same page address on which right now I am.
http://localhost/searchengine/download.php?url=mj_bad_track0 1.mp3
I want to connect the url directly to the MP3 file so that user can download
the MP3.
Best,
--000e0cd1b36e29f750047f51260e--
Re: Is this Code Correct??
am 11.02.2010 14:24:18 von andresmontanez
Make sure your $url variable has the right value.
On 11 February 2010 09:06, nagendra prasad wrote=
:
> Thanks Buddy, its working but the linking is not working properly. Its
> taking me the same page address on which right now I am.
>
> http://localhost/searchengine/download.php?url=3Dmj_bad_trac k01.mp3
>
> I want to connect the url directly to the MP3 file so that user can downl=
oad
> the MP3.
>
> Best,
>
--=20
Andrés G. Montañez
Zend Certified Engineer
Montevideo - Uruguay
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Is this Code Correct??
am 11.02.2010 15:00:59 von Nagendra Prasad
--000e0cd1708ecd6d63047f539532
Content-Type: text/plain; charset=ISO-8859-1
Yep now its working :)
Thanks,
Guru.
--000e0cd1708ecd6d63047f539532--