Search results

  1. R

    PHP set up time help please?

    So basically I created a web form that allows, lets say a Doctor, to chose their available timings during the month of February, and then once they hit submit, displays the available times in the calender as radio buttons from which the patient can select a time. The patient would enter their...
  2. R

    PHP/HTML table help, please?

    Shouldn't these days of the week be side by side? In one row, since I only ended the row on the last line? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <?php echo...
  3. R

    Why isn't this PHP/XHTML working?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <?php $day = 1; $day_names = array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); echo "<table...
  4. R

    How do a change the background color of my table in Dreamweaver CS4?!?

    I've been trying for so long! It's making me nuts! Please, please help! Also, is there any way I could change the shapes of the corners of my table? As in, make them more rounded? I never knew this stuff could be such a headache.... thanks a lot!!!
Back
Top