Search results

  1. M

    How do you convert user input into a php variable?

    Is there a certain command or something
  2. M

    Is there a way to create a user input box for text in php?

    I want to have a box come up on the screen where the user inputs a numerical value that I can save to a variable. It is also important that it is in php, not in html or any thing else it has to be in php or else it will not count.
  3. M

    How can I place my button directly in the center of a page in html?

    Also how can I make my button bigger?
  4. M

    How do you create a small icon next to your tab title on a page in html?

    ex: when you bring up facebook in the tab it has the small facebook logo next to the word facebook.
  5. M

    None of these items in my html document are working?

    <html> <title>Space Fish</title> <link rel="SHORTCUT ICON" href="I:/fish.jpg"> <body background="space.jpg"> <embed src="spacefish.mp3" hidden=true autostart=true> </html> Why won't these items work?
  6. M

    How to unpack php in windows?

    I got this book on php and the frist thing to do is to install it. I went to the php.net downloaded the latest verison but it came as a .tar.gz file. The next step in the book says to unpack the file. I have clicked on the file and all my computer says is that I do not have the right software to...
  7. M

    Coding problem with PHP, date?

    What is wrong with this code <?php echo "today is ".date('Y-m-d'); ?> I have tried three or four times and it has not worked.
  8. M

    Coding problem with PHP?

    I am trying to write a simple command into php. When I type it though I get an extra > on the end. Here is the code; <?php echo "<font color='green'>hello there!</font>"; ?>> So what is wrong?
  9. M

    What Kind of Bikes do they use in the x-games?

    Like how big are the bikes and what brand are they? and where can I buy them
Back
Top