Search results

  1. Jake

    PHP Calculations

    Congratulations - it works :)
  2. Jake

    Need a free domain?

    Because the company that registers your domain has to pay to actually register your domain on the domain servers you will HAVE to pay. There is no such thing as a real free domain ... someone is paying for it. Your best bet is to just try and get one here ... or, personally, find a friend...
  3. Jake

    PHP Calculations

    Yeah I see what he's doing right now, not a javascript nut so I'm not sure how you pass form variables from one page to a popup (hate popups lol) Edit: I'd try to make it with a normal form and get rid of the javascript in the form... make sure it works then before you try to put it into a popup.
  4. Jake

    PHP Calculations

    When I did it they showed the right variables in the URL of the popup... but the script was using post instead of get...
  5. Jake

    PHP Calculations

    change your $_POST['']; to $_GET['']; and don't leave spaces in file names, like form sample.php should be form_sample.php ... makes life easier
  6. Jake

    PHP Calculations

    This line, //difference between prices $Diff = (GASTank - E85Tank); does not have $'s on it's variables ... and your if (Diff = something) well you need a $ in it too... Check your Tank input on the form, make sure its posting "Tank" not "tank" or something. It seems like its coming in with...
  7. Jake

    Ubuntu 8.10 Beta

    Upgrading when it comes out, that night lol
  8. Jake

    PHP Calculations

    The error is because some of your math must be off... I'm not sure what your math is doing... since well its not commented... so I am not exactly sure what you are trying to get BUT! I know that on line 14 your math is off and is dividing by zero (like the error says) so you should check that...
  9. Jake

    PHP Calculations

    Try this code, you need to wrap if-else statements with { and a } if there is more than one line of code to be executed after the if and else. You also don't need to make 3 echos you can do it with just one. <?php // This is the input from the form -> php variables $GASPrice =...
  10. Jake

    Microsoft goes over the clouds with Azure

    Continued microsoft crap... steal someone elses idea and pay more people more money to improve it a bit... give it to the customers who are like "oh this is nice" then never update it and just pwn you on support. Sorry but they should really stick with what they do now... Amazon can hold its...
  11. Jake

    Ubuntu 8.10 Beta

    Never tried the new version but I have been using 8.0.4 for about a month now and I really like it compared to the old ones. So I think the new version will be really good. At least I see it that way right now. Now I do use windows for some windows-only apps but have mostly worked in just...
  12. Jake

    PHP Parse Syntax Error

    rename your index.html -> index_backup.html and make sure you sitll have the index.php in the directory. Go to the URL... if you get that error again, first off you dont need "" around <?php echo $result; ?> and please post the code on and around line 42.
  13. Jake

    need some help?

    Lol nothing is generated from the php file, can you post the install.php? or post some of the code like maybe around 20-30 lines at least.
  14. Jake

    reading pdf files with php

    PDF from php.net http://us2.php.net/manual/en/ref.pdf.php edit: there are some good code examples at the bottom of that page.
  15. Jake

    Cannot use string offset as an array in...

    first off whats $[0]k ? and second you don't have to cast those variables into doubles in php....
  16. Jake

    need some help?

    Need a link to the script you are using and the site you are trying to have it work on.
  17. Jake

    X10 Staff, did you get my application for moderator?

    I'm taking a wild guess here (not really) but this isn't the correct forum to be posting about a moderator application. In fact, this forum is for free web hosting support.
  18. Jake

    FOR COREY :P (didn't know where to post this)

    Confused - Cool grats to corey and... Brandon is married to fail.
  19. Jake

    How did you learn PHP

    ^ liar edit: to save spam, responding to the next post in here... "good"
  20. Jake

    A logic question

    Easily has to be red... just like sharky said
Top