why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
XML Grouping
I'm using xml_parse_into_struct to get all my elements, but now I need to group them. For example, h
Using Curl_multi for processing multiple URLs
Hi,
I am at a loss as to how to implement this. I would like to be able to automatically assi
ok i need to join all this pages to make 1 neat code
i have 5 pages that make up my tv guide it works 100% but i want to make it 1 page if i can or 2, i
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
Using CSS to format MySQL query
Hi,
If i want to have a news page on my site, which displays all records of a table in descen
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
Change image filetype on upload?
Hi,
I've got a form which uploads an image to the server.
Is it possible to change the image t
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this error
Code: Warning: mys
include problem
I have my root folder as:
Code: $root = $_SERVER["SITE_HTMLROOT"]; // the server root<