finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
On page view, minus credit
Hello all, please, I need a little help with this script. I am charging one credit (credits can be p
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the
PHP Surveys
I really would like some advice.
If you have a client come to you asking for a survey to be d
Performance impact of cookies
Hi, I was just wondering what impact there would be in terms of performance if you where to set then
ImageCreate()
When I create an image and add text to it I want my text to be replaced with a PNG image, because th
JQuery, Masterpage, and Control issue
Hey everyone, I am using JQuery in several sites so I thought it would be best to place the library
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
An odd assignment statement. Can someone explain this assignment to me?
What purpose is served by the bit of code between the two equal signs in the $installurl set? Is th
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,