Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by YelloFello

  1. YelloFello

    input type="image" not passing VALUE?

    I got it working. Thanks to everyone and especially Sleipnir214. Now I know why I have never used "image" type input. )
  2. YelloFello

    input type="image" not passing VALUE?

    Sorry, I guess this is an html question. yes, the error is php. When the user clicks an image, I want it to pass which image was selected to $url = $_POST['url']; switch($url) { case "firefight": $filepath = "path\firefight.avi"; break; } Everything I read says VALUE can be used with...
  3. YelloFello

    input type="image" not passing VALUE?

    I want the user to select which video to watch by clicking on the image. This gives me an undefined index error. (url) <INPUT TYPE="image" SRC="image\path" VALUE="firefight" NAME="url"> This works fine. <INPUT TYPE="submit" VALUE="firefight" NAME="url"> Seems to me the first one should work...
  4. YelloFello

    string to int

    9 hours on my own...now I just need a little push. I intput a string array in the following format .... &quot; 55-dave&quot;,&quot;32-bab&quot;,etc. 55 is the score from test dave is name of test taker. I can get &quot;55&quot; out of the string but I can't seem to get it converted to an int...

Part and Inventory Search

Back
Top