Search Results

Search found 2 results on 1 pages for 'akaash'.

Page 1/1 | 1 

  • Ubuntu 12.04 wifi problem

    - by Akaash
    I'm having trouble with wifi on my MSI U180 netbook using Ubuntu 12.04. When I boot up the netbook, it will connect to my router however after a few minutes the wifi will just stop working and not find or connect to any networks. The only way to get wifi connectivity back is to reboot the netbook however the connection will again only last a few minutes. A wired connection works fine. I have tried connecting to a different router and the same thing happens. My friend has the same OS and netbook and his works fine. Does anybody have any possible solutions? Thanks in advance.

    Read the article

  • Input html tag not parsing properly in php

    - by Akaash
    I have a database with names that I would like displayed in the form of a table with checkboxes. Everything works until I try to place the html tag into my php code. When I put the input tag in it gives me the error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' I can't see where I would put a comma or semi colon. <form> <?php $name = $_POST['name']; $host = "mysql16.000webhost.com"; $user_name = "a1611480_akaash"; $pwd = "****"; $database_name = "a1611480_akaash"; $db = mysql_connect($host, $user_name, $pwd); mysql_select_db($database_name); $result = mysql_query("SELECT name FROM Sort"); $var = array(); while ($row = mysql_fetch_array($result)) { $var[] = $row['name']; } $unique = array_unique($var); foreach ($unique as $value) { echo "<p class = Body_text><label>$value</label> <input type="checkbox" name="name" value="$value" /> </p>\n"; } ?> </form>

    Read the article

1