foreach and array need help combining
Hi guys.
Here's the code
Code: array(
'tag' => 'code',<
FTP issues
Hi all,
I am currently facing some serious problems with a script and really need some ad
PHP and SMS
Hi all forum members. I am new here and am unsure what category shoild I post this in.
Moderator
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
Edit MySQL Row Using PHP and HTML Form
Hello,
Here's what I'm trying to do. Build a page where a user enters a MySQL row number in.
PHP5 - AJAX help
I've been following the tutorial on w2schools (http://www.w3schools.com/php/php_ajax_database.asp) a
Appending GET data with form submition
Okay, what I'm trying to do is to use a form to append an already existing GET data string.
I
storing video files into mysql in php
hi
i have my video files in my folder ,
i have to store the path of the videos into db an
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would