Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Everything posted by reportingsjr

  1. your link doesnt work..
  2. so, the net weight is the gross-tare? You would do: $net=$_POST['gross']-$row['tare'];$query="INSERT INTO `table name` ('name of net column') VALUES ('" . $net . "')";$result="mysql_query(query); BTW, im guessing rows[''] is for the mysql mysql_num_rows() function, its not rows[''].. its row['']no s on the end of row.. Tell me if this is what you were looking for.
  3. Are you sure that you have high enough PHP to have mail() on the windows server? I think dcole.ath.cx had this problem.. he had to move something around.
  4. I still dont see a point.. you can look at there member group and read *gasps* or look at the moderating team link at bottom of index page
  5. reportingsjr

    scroll bar

    Why would you wrap your text every time? thats extra code and wasted time.. just use overflow: auto;
  6. IE doesnt like height.. go with asylum..
  7. Can classes be used that way? doing:class="1 2 3" or would you need commas or somethin..
  8. no, he wants web programming sites that have and rss/mail letter that he can sign up to.
  9. well.. If you are going to make a computer a production server and you would delete everything off of the computer ut what is needed to make it a server.. and it would sit there, and cost money, but you could host domains on it.A developing server jsut runs the code of a file offline to see what it looks like.. so in reality, its not really a server at all.. more like a compiler.
  10. it is? I did not know that.. sorry ( still works for me in all browsers)
  11. I had a decent free host with some good things..http://www.275mb.com its got serve side languages, I tihkn no ads for now but bad response and some messed up service things..
  12. I dont think that is possible.. is it? I think it can only be done with a ss language
  13. reportingsjr

    database layout

    yea, it would only take one table. It depends on what the car ids are, if they are like a10s5 then you cant do it, because auto increments can only be INTs...No, you cant have all the ones above 326 drop down one, although it would be very easy to create a php code to do that for you. make it a function and a form on a page so you just enter a number and it automatically drops everything down one..
  14. why are you using javascript for this? your making it way harder than it is..<a href="http://my.url.com" target="_blank">some link</a>taadaa!
  15. reportingsjr

    .htaccess

    well thats a horrible server.. server should not be rebooted(restarted) very often, you should only do this when you and upgrading something or it has a problem..and BTW, you might want to change all of your links, none of them except the guest and login links work..
  16. use the password() function... say you insert drowssap as a password into a database.. if you inserted it as password(drowssap) instead it would put a string of numbers and letters like 1j32jh42kc7c89 and it would do that every time you did that. check out http://w3schools.invisionzone.com/index.php?showtopic=4797 for a more in-depth talk about encrypting..
  17. could you put in the foreach() loop? cant miss anything..
  18. I see.. I think I have seen kajim on once or twice..
  19. yea, I think they should. I never even learned about that lol..
  20. oh, so they still are active but with the website. thank you.
  21. reportingsjr

    .htaccess

    hmm.. Ive always wanted to learn how to code those .htacces pages, never bothered to look. so what your trying to do is redirect a page to your new domain?
  22. or, you could just make the form on a seperate webpage just like the squirrel mail login screen? I use squirrel mail.. ☺
×
×
  • Create New...