Recent content by music4life

  1. M

    How to create a drop down box for multiple inputs in PHP?

    I'm trying to make a Drop Down Box in PHP. I'm needing 2 drop down boxes. One for Months Jan-Dec, and one for Years 1970-2015. How do you create a code for that?
  2. M

    How to make a calendar in PHP and choose a specific date?

    I have the code for the calendar itself, and the drop down box for months and years. But, when I run the code, the calendar goes straight to the current month and year. How do I connect the two? For example, when I choose May 1998 the calendar goes straight to that month. Please help!
  3. M

    How do you create a calendar in PHP?

    I'm needing to create a calendar that would be able to chose from January 2000 to December 2011. The user should be able to choose the calendar month and year they wish to view from a drop box. Then, once they have selected the month and year and submit the page, the program should display the...
  4. M

    How do you create a calendar in PHP?

    I'm needing to create a calendar that would be able to chose from January 2000 to December 2011. The user should be able to choose the calendar month and year they wish to view from a drop box. Then, once they have selected the month and year and submit the page, the program should display the...
  5. M

    How do you create files on a server using PHP?

    How do you create an input form in PHP that collects data of an online application that creates a file on the server? It should save the data to this file and read the data in the file and display it on the screen. PLEASE HELP!!!
  6. M

    How do you create files on a server using PHP?

    How do you create an input form in PHP that collects data of an online application that creates a file on the server? It should save the data to this file and read the data in the file and display it on the screen. PLEASE HELP!!!
  7. M

    How to create PHP Input form?

    I'm needing to create input form in PHP that collects the names of users of an online application that creates a file on the server? It should save the names of users to this file and read the data in the file and display it on the screen. PLEASE HELP!!!
  8. M

    Multiplication Table in PHP?

    I need help creating a function that will execute and print a multiplication table for any given number. The multiplication table should begin from 1 to 15. For instance, once the function is called with 3 as an arguement, the output should look like this: 3 times 1= 3 3 times 2= 6 . . . 3...
  9. M

    Basic Calculator code using PHP?

    Create a basic calculator using PHP with +,-,* and / operators. The calculator should take just two values and either add, subtract, multiply or divide. PLEASE I'm needing to study for an exam and would greatly appreciate some help on this problem.
  10. M

    Basic Calculator code using PHP?

    Create a basic calculator using PHP with +,-,* and / operators. The calculator should take just two values and either add, subtract, multiply or divide. PLEASE I'm needing to study for an exam and would greatly appreciate some help on this problem.
  11. M

    Basic Calculator code using PHP?

    Create a basic calculator using PHP with +,-,* and / operators. The calculator should take just two values and either add, subtract, multiply or divide. PLEASE I'm needing to study for an exam and would greatly appreciate some help on this problem.
  12. M

    Creating a table using PHP?

    Im needing to create a table so that it list a students ID, Score, and Letter Grade. What output would you use to create the table? I'm creating a grade distribution for 15 students. I need to take their grades and put them into a table a long with their Student ID, grade, and grade letter using...
  13. M

    Creating a table using PHP?

    Im needing to create a table so that it list a students ID, Score, and Letter Grade. What output would you use to create the table? I'm creating a grade distribution for 15 students. I need to take their grades and put them into a table a long with their Student ID, grade, and grade letter using...
  14. M

    what's the name of this song?

    there's this song where at the beginning there's a guy talking and says "eat my loogies!" please help...
  15. M

    Where should a 15 year old high school guy shop?

    I need some new clothes for school and want to look good this year.
Back
Top