Hi, Here is a table:
-----------------------------
id | item | rating
-----------------------------
1 HTC 5
2 HTC 5
3 LG 4
4 LG 5
5 LG 4
6 LG 4
7 Sony 5
8 Sony 4
I want do divide the sum...
Hi, I would like to get the value of JavaScript array variable in a html file by using PHP.
Ive put some space cause yahoo screws up codes... =)
Example:
javascript.html
<html >
<head >
<script type='text/javascript'>
var _test = _test || [];
_test. push(['test121212']);
</ script>
</...
Hi
I can't send email to my server using mail() function in PHP.
$headers = "From: [email protected]";
mail('[email protected]', 'Testing the mail', 'themessage',$headers,'[email protected] ');
However if i change [email protected] to another email address its sends the emails. I...