Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statem
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
Session is not saving
I am not trying to do anything too fancy, I am just trying to get some $_SESSION data to save and us
Feed Maker
Hi all.
First of all I must say I am not a php developer so I am afraid I don't know much about i
How to use Ajax to verify data on a DB ?
Hello everyone, well i want to know how to check a value if it exists or not on a Data base and capt
Trouble checking SESSION cookie
I am trying to use $_SESSION cookies to verify admin privileges .
I don't understand why this is
Big Problem!! Please help
Hi Guys,
Im making a website for a friend have encountered a really annoying problem. When ev
losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
Help with writing "$" with fopen
I just can't get my syntax correct. Could someone help me please? I am trying to write a connect fil
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas