Recent content by bsha100

  1. B

    Help about mySQL

    Check out w3schools , it's a great website where you can find tutorials and information that will help you solve most of the common problems and mistakes that can occure with a login system. I'm guessing that you are using php and mysql as his is the most common approach, and w3schools has a...
  2. B

    Query a table based on field values from another table

    Hey everyone, I have a little problem with a mysql query. I need to query a database table for 'places' to retrieve the name, and picture associated with the picture. I want to be able to include the location, however location information is contained in a separate database. The location is...
  3. B

    how to put links on right and left side of page

    You can also echo html in PHP, or add PHP to HTML. to echo html just add echo '<p>HTML within PHP</p> or to add php within html add: <p><?php echo 'php within html';?></p> Just make sure that any page that contains html is saved as a .php file.
  4. B

    Hi

    Hey, I'm glad to find a good free solution for web hosting. Many free web hosts are unreliable and will disable account features with the ever too common ' Updating' message that never tells you when it will be updated. I like x10, they seem reliable and the whole site isn't on big commercial...
Top