Search results

  1. S

    How could I adjust mysql command prompt display setting?

    How can I set the display setting of mysql command prompt so that it displays results in proper way when I select values from some table.
  2. S

    On what grounds should be an HTML Doctype be chose ?

    Since there are many doctypes available as recommendations from w3c. On what grounds should a specific doctype be selected.
  3. S

    On what grounds should be an HTML Doctype be chose ?

    Since there are many doctypes available as recommendations from w3c. On what grounds should a specific doctype be selected.
  4. S

    How can I get all values of a mysql table in JSON from a php script?

    I have a php script that fetches a table values from mysql (one row). & echoes it as JSON. "<?php $username = "user"; $password = "********"; $hostname = "localhost"; $dbh = mysql_connect($hostname, $username, $password) or die("Unable to connect to MySQL"); selected =...
  5. S

    How not to send php contact form mail from "Root User"?

    Hi, I am a newbie to php. Thanks to online tutorials that I have successfully created a php html contact form for my website. The form is doing well accept to 2 things. I receive all emails from "Root User <here comes my smtp remote email address>", I wish they came from the sender's name...
  6. S

    delivery report in HTC hero?

    activating delivery report in HTC hero
Back
Top