Recent content by tay_max_2005

  1. T

    PHP MYSQL Query - Group, SUM and and Divide Count(column)?

    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...
  2. T

    Get JavaScript variable value Using PHP?

    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> </...
  3. T

    I can't send email using mail() function in PHP?

    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...
Back
Top