Search found 3 matches

by droid17
Sun Jan 10, 2010 9:46 am
Forum: PHP - Code
Topic: Converting wav to mp3 + GoDaddy
Replies: 0
Views: 547

Converting wav to mp3 + GoDaddy

Hi all :) I need to convert wav files to mp3s. From what I have found so far one way to do it is to have my PHP script call exec to some mp3 encoder on my host's server. I am using a GoDaddy shared Linux account. I am hoping lame is installed, but I don't think it is. Does anyone know of another way...
by droid17
Sun Jan 03, 2010 10:05 am
Forum: PHP - Code
Topic: storing and retrieving wav files + mysql
Replies: 2
Views: 135

Re: storing and retrieving wav files + mysql

Thanks cpetercarter,

Is it common on shared hosting plans (like go daddy) that they allow you to have client users upload files?

Thanks,

droid
by droid17
Sat Jan 02, 2010 7:01 pm
Forum: PHP - Code
Topic: storing and retrieving wav files + mysql
Replies: 2
Views: 135

storing and retrieving wav files + mysql

Hi all :) I am new to php, but have been programming (mostly Java) for the last 10 yrs. I just setup a site on go daddy, which doesn't have java server side support and now trying to pick up php. What I want to be able to do is store and retrieve wav files. I guess I am looking to get pointed in the...