Recent content by err

  1. E

    Satellite image of rally to restore sanity and/or fear?

    Can someone link me the satellite image of rally to restore sanity and/or fear?
  2. E

    Which is better to use for my Patient Registration System, PHP or Visual Basic?

    Which is better to use for my registration system PHP or VB? By the way I'm making a Patient Registration System for a clinic.I'll be using a database MySQL/MS Access. thanks!
  3. E

    [PHP]how can I get this text in blue color? echo "Website: " . $row['website'];?

    1. You don't need so many echo's. Just one is fine. If you want it to break to the next line just use <br> 2. Blue Color: echo "<span style='color: blue;'>Website: ".$row['website']."</span>"; You can also add links, tables, and inputs this way.
  4. E

    Education is the right key to combat poverty?

    Why is education is the right key to combat poverty?
Back
Top