I have a radio button array that I need help with.Here is the code: <input type=\"radio\" name=\"radio\" id=\"academic\" value=\"1\"<?php
I have an XML and XSLT. I开发者_C百科 want to use the if condition to check if an element is 0, if it is then hide it i.e display nothing. IF 0 is found, simply display a blank cell.
I am asked to print multiples of 2 onlywith a never ending loop. Attempt: import java.util.Scanner; public class Infiniteloop {
I want to display a user\'s firstname if they gave us one, otherwise their email. The code below functions, but I don\'t like how it takes so many lines, I vaguely recall some way of maybe doing this
I have firePHP so i know exactly what the variables are, but I can\'t figure out why this code doesn\'t chan开发者_JAVA百科ge it.
this question is so basic that i don\'t even know how i could search for it... now it\'s been a couple of years since i programmed but i did program for about seven years and i do distinctly remember
I have a problem with displaying multiple columns from a MySQL table. It is fairly simple - I have 28 records, and I want to make 7 rows of 4 - each record is just two columns - id# and name (\"handle
$(\'input[TYPE=\"SUBMIT\"]\').click(function(){ if ($(\'input[TYPE=\"TEXT\"\').val().length===0 || $(\'textarea\').val().length===0)
Assume I have an array $arr. It\'s possible that it has an element with a key named \'music\' ($arr[\'music\']), and I want to test whether that value equals \"classical\":
i am trying to get my data from the database and wrap it with html tags. here is the working code so far: