Recent content by Kyle Caudle

  1. K

    Help Starting this PHP Script?

    I am having trouble starting this program, this is the assignment description...... Month and Date Assignment Using the getdate() function and some if statements, write a PHP script that will do exactly what you see at the top of this page: Print the day of week, month name, day of month, and...
  2. K

    Need help with this PHP code!?

    i am having trouble getting the ands between the coins to work properly, if someone could help that would be awesome! i am new to php programming. <html> <head> <title>Coins Program</title> <style> body {font-family: sans-serif; font-size:x-large;} </style> </head> <body> <?php //...
Back
Top