wav to mp3 + goDaddy
I need to convert wav files to mp3s. From what I have found so far one way to do it is to have my PH
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
Php - mysql store data and use it later?
Hi, i' making a login page at the moment, however my username + password is stored many different pl
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
Getting Resource id #11 while trying to connect..
So i tried using "DEFINE" for the first time and im using the variables i defined to conne
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
str_replace help
Hey there,
I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Weekly Calendar
Hi, I am looking at creating a weekly calendar. The calendar will read from Monday - Sunday. Does an