Help with parsing this html
Hi,
I've got some html i just need a couple of strings from.. argh, it's freaking me out. I've t
need Array help
This is what I have to do.
$teamname[1] = "Red Sox"
$teamname[2] = "Gian
PHP template help
Ok, I don't know if anyone can help me but I am using PHP templates to make a site. I am a newbie an
Need help making a script that moves data into acrhive table
Hi,
I'm kinda new to php/mysql
And i wrote a simple script to store sales lead for a b
PHP and XML image gallery variable issue
I'm trying to display the large image on the same page as the thumbnails, to do that I'm passing a v
Do While statement
hi guys,
This may sound trivial but im new to php and as part of an assignmenti have to const
PHP4 to PHP5 Conversion
Hi Everyone,
I am working on a site that is built up on PHP4 and each page is being started f
$variable $variables type question
I need to be able to designate an array element dynamically, so I thought to use a variable variable
Calander Basic Spript help
hi, just starting out with PHP and have the following script:
<?php
//This gets t
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?