Recent content by Help.

  1. H

    PHP Error FROM, LEFT JOIN, ON, WHERE old coding style?

    $albums_query = "select 'albums.album_id','albums.timestamp','albums.name', LEFT('albums.description', 50) as 'description', COUNT('images.image_id') as 'image_count' FROM 'albums' LEFT JOIN 'images' ON 'albums.album_id' = 'images.album_id' WHERE 'albums.user_id'...
  2. H

    PHP $_SESSION Radio Button Checked HELP!?

    <input type="radio" name="gender" value="Male" value="<?php if(isset($_SESSION['gender']) && $_SESSION['gender'] == Male){echo "checked=checked";}?>"/>Male <input type="radio" name="gender" value="Female" value="<?php if(isset($_SESSION['gender']) && $_SESSION['gender'] == Female){echo...
  3. H

    Adobe Flash Application Differences?

    What is the difference between the following 3? Adobe Flash Builder Adobe Flash Professional Adobe Flash Catalyst
  4. H

    HTML Drop Down List If... else else if?

    I am trying to create a drop down list which is for a news website. If user selects radio button 'worldnews' drop down menu display list of country. if user select radio button 'sports' drop down menu displays list of sports. Possible? Please advice and Submit some Tutorials. Thank You...
  5. H

    How can I make all my HTML/PHP Webpages like this?

    http://picturepush.com/public/4536966 Is it possible to have a navigation bar home page logo and all the terms and conditions site map text hyperlinks on every single page? http://picturepush.com/public/4536966 I heard CSS can do this? If not, how? Copy and paste the code onto every page...
  6. H

    Verizon text messaging help?

    On verizon phones I know the arrow in the outgoing means the message hasn't gone through and the check mark means it has. But all of a sudden my phone is showing tht none of the outgoing texts are going through, even though the people I'm texting ARE recieving them.. Help? How can I get my phone...
  7. H

    Why do so many people argue over God?

    I believe in God, but my views are very different from a typical christian. My heart is fully given to God, but why are so many people judging each other over their beliefs? Why is it that we're all so quick to judge but not listen? My point is that I believe in God as my lord and savior, i...
Back
Top