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
Multiple Options for a Single Page
For this example I want to use the Handlers option which is under Fed Admin and all the related codi
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
Place specific image in html page when specific name is typed.
Hello,
Fairly new to PHP and was curious if someone might know how to solve a fairly simple r
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl
Displaying image pathname instead of image
Hello
Im trying to upload and then display images from a mysql database - Its only basic and
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
Please help understand this code
I noticed the index page on my site was modified this morning and found this code inserted at the bo
Help with ORDER BY
Hello. I would like to order by ascending States, then Cities, then Gyms in the following code, but
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.