Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Everything posted by reportingsjr

  1. What .gif doesn't work? It works fine for me and im using firefox 2.0.0.1. I don't see any problems!
  2. Wait, so you want it so that when you click the text on the right it does it? I think thats what you want. You will need javascript, make text links and use the onclick command. You make it do radiobuttonid.checked=true;formid.submit();I think! Im not exactly sure, check with the javascript gurus.
  3. No, I dont think w3schools will ever offer it. You could email the owners of the site and they would respond to you in a better way. If you didnt know the people who run this site dont really visit this forum. One of them (Kaijim) usually visits and looks over once or twice a month.
  4. Hahaha, I hope you really didn't think that.. :)Nice quote, but right now in school I have exams *yay!!* but we were talking about stars and space a bit. Wait, no.. light, waves, etc..
  5. You only have one problem, its very common. I used to do it actually.. To use z-index you have to have position: absolute;. Nothing else will work with it.
  6. Why wouldn't it spin? But I just got two new magazines, Popular science. And something else . I reccomend Pop. Sci.
  7. ../ is the same as "back one directory".
  8. Err, they already have? Mars is like earth.. they have days. Do you happen to mean the moon? They already have..Ive always known about that moon thing. Some asteroid hit the earth and made it bigger, but also knocked off a big blob.
  9. You know, this is all you have to do: <?phpsession_destroy();?> You dont need all of that other code..
  10. I could probably google this, but I would like answers soon and I am tired! So how do you use this? It looks very cool!
  11. I knew that one, the flag is on the dark side of the moon (also the name of a pink floyd song ). We must keep this topic alive!
  12. Well, the topic kind of died! I will try to revive it. I didnt realize every full moon was at almost the exact same position... Here is a 20 full moon chart:http://antwrp.gsfc.nasa.gov/apod/ap070103.htmlWow, this picture is amazing:http://antwrp.gsfc.nasa.gov/apod/ap070101.htmlMore evidence of water!http://antwrp.gsfc.nasa.gov/apod/ap061231.html
  13. Stick some quotes around it. That should do it if thats what I think you're trying for!
  14. Ill help you, I know some code. Ill try to make a bit of a nicer looking template, clean it up a bit. I know PHP so I can help with login etc..
  15. Ive a question for you Steve, do you really need to use fclose?
  16. That should be fine, im using a windows 2000 server. 20.5 gb on 2 slave hard drives and 40 gb on a master drive. Try Ubuntu, very nice feel, very easy to install things. There is a program called synaptic package managaer, it has about 1000 different programs you can download on it. After about 20 minutes I had Mysql and Php5, mysql isnt working though.
  17. Linux by far, about 20 minutes ago I got a new wireless internet card and put it on here, using ubuntu (you forgot to list it under linux). Its wonderful! I installed apache, php 5. Now I can run tests locally .
  18. post the script you have so far, and if you have it up and hosted, a link to the page.
  19. Its not border, its frameborder. Same for iframes! Im not sure if that can e done with css though. Try it as an attribute and say if there is an error.
  20. Okay then, try doing this to all post variables:{$_POST['Name']}
  21. You need to add single quotes to the inside of the post variables. E.G.: $_POST['Name']
  22. You probably have ftp. You should google for an ftp uploader/program (I use SmartFTP, best ive found yet!) and ask your provider about a ftp account.
  23. Hmm, ive never heard of this. So are you echoing it out through php? trying adding a backslash in front of the ampersand. like this: ""\&.
  24. You know what, I bet you that is it! Is there any other way to do it?
×
×
  • Create New...