question about n
I was looking at some of the things you could do with php and one of the things I have tried is n.<
Can't seem to capture a variable in a chained select
I'm *this* close to having a chained select running but for some reason it doesn't seem to be pickin
Am i doing this wrong?
Im pulling from an Oracle database some info... one of which is a field count_pnums which is a NUMBE
New to PHP and just trying to understand a little code.
I hope I'm not annoying anyone or breaking the rules but I was wondering about this bit of code righ
add to sql result
ok see rite now my sites hit counter is counted from the mysql visitor log i need to clear it aft
Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interes
Display thumbnails as square while retaining aspect ratio
I am trying to figure out a way to make an image display as a square, for example 80x80 pixels, when
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Array help
Hello i got this code to fetch data from database but it is not working it displays
7
Array
Help with ORDER BY
Hello. I would like to order by ascending States, then Cities, then Gyms in the following code, but