Convert SND/AU to mp3 using PHP [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Is it possible to convert a .au audio file to mp3 file using PHP ?
How can I do this ?
Thank you

Using ffmpeg can be helpful. For details http://ffmpeg.org/
from: How to convert all audio formats to mp3 in php?
Please, use google search first.

Related

php what information is by default sent when requesting ip? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I would like to know what information that my website receives beside
$_SERVER['value']?
is there other fields can be obtained ?
Thank you
var_dump($_SERVER) or print_r($_SERVER) show you all output of $_SERVER global's

Are GET Parameters Search Engine Indexable? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have coded a web directory that uses GET to generate all pages of information from a database. Is it possible for these pages to be indexed individually by a search engine?
Yes. If you can link directly to it, then a search engine can index it (unless you take other steps to explicitly exclude them).

Substitute for MySQL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
Is there way to create database in one file?
I have a PHP script, is there possible to use PHP
syntax (as Apache) to read correct data from one
single database file?
Something like: http://www.sqlite.org/about.html But this requires more than 1 file.
You can use just simple Comma Separated Vlaues (CSV) file.
PHP has several standart function to work with CSV-files data:
fgetcsv;
fputcsv.

what do you call this type of navigation? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
may seem to be a small question but can any one tell me what is this strip on the top called?
The one above the heading and below the menu and has a navigation arrow on the left and right... what to use to make it
http://arabia.msn.com/news/entertainment/entertainment-music/1112010/britney-spears-splits-from-fiance/
It's a simple script that called
jCarousel. More examples here
What you're looking for is called a slider or image gallery. Do a search "jQuery image slider" and you'll find a ton

How do I cut an FLV video into several small pieces? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am trying to cut an FLV video to several small FLV videos with FFmpeg through PHP.
The small videos may have the same length.
Use
ffmpeg command
and execute it using
exec
function in php
for reference check this link

Categories