array_combine() error
getting an "Warning: array_combine() [function.array-combine]: Both parameters should have an e
From Header Showing 'Unkown' In Hotmail? Why?
Code: $to = $row_GetID['email_addr'].',sales@mywebaddress.co.uk';
$subject = 'Thank you for you
login form can you find my error?
registrationform.php seems fine send data to registration.php
registration.php seems fine checks
Header is not working in IE
Hi ! header function is not working in IE but it works in FF, Safari, Chrome. any help please. :
problems with php variables in mysql query
i can't seem to get the following query to work.
select $q1c from $vote_rate where id = $re
Text Not Displaying Correctly With PHP:GD
I recently moved servers and since then I have noticed that one line of text is showing weirdly.
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
asp authentication problem
Hello all,
I want to use the asp authentication (from asp.net configuration) in my web site. there
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very