Search results

  1. VPmase

    Fresh install of Windows XP help.

    What kind of computer is it? Full name preferably. I.E. Mine is a HP Pavillion tx2500 Notebook PC
  2. VPmase

    PHP/MySQL Programming

    For that code to work you have to have PHP Level 2 or higher so make sure you have it and if not go to your account and request it. It doesn't matter, its a programming question so its fine here or in the Marketplace.
  3. VPmase

    What is your Zombie Plan?

    Heh, if you can't beat 'em join 'em. :)
  4. VPmase

    MySQL Error Message.

    Anything like "(int)$_POST['quantity']" should be "intval($_POST['quantity'])" That was one of them in the sql query that I believe goes haywire. Here is another one: (int)$_POST['itemid'] should be changed to intval($_POST['itemid'])
  5. VPmase

    Problem viewing page in IE6

    There are browser compatabilty checkers throughout the internet. Searched google and checked the first few I saw. Best one (IMO): http://browsershots.org/http://www.phoenix-dce.com/ Still loading IE though...
  6. VPmase

    Problem viewing page in IE6

    You should make sure you CSS is valid along with your HTML. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.phoenix-dce.com%2F&charset=(detect+automatically)&doctype=Inline&group=0...
  7. VPmase

    Multi-Dimension Array Issue

    EDIT... I've fixed my problem with the array... I didn't realize that the LIMIT was messed up when I added the ORDER BY statement in the SQL Query.
  8. VPmase

    Changes, Pre Launch

    Wow. Thats awesome. I like the support idea.
  9. VPmase

    Javascript submit to form submit

    Well you need a submit button for your form. Add "<input type="submit" value="Submit" name="subsample" />" to your form (With out the quotes [" "])
  10. VPmase

    shoutbox

    http://chatango.com Googled Ajax Shoutbox http://www.google.com/search?q=ajax+shoutbox&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
  11. VPmase

    My Laptop xD

    I just got my new laptop two days ago and I love it!!! xD Here are the specs: - HP Pavilion tx2500z Entertainment NB - Genuine Windows Vista Home Premium with Service Pack 1 (64-bit) - AMD Turion(TM) X2 Dual-Core Mobile Processor RM-70 (2.0GHz) - 12.1" diagonal WXGA High-Definition HP...
  12. VPmase

    IE7 doesnt load my <img> animation properly

    If you don't have a comment that can help solve the problem then don't post. A lot of people use IE7, there are even people still using IE6 so he needs to solve this problem. I'm not sure how you can fix this but there is an easy work-around and it would have a better outcome than using...
  13. VPmase

    learning AS3

    Some great sites would be: Newgrounds ActionScript Those are the best that I've found.
  14. VPmase

    Hackerz Race!!!

    Well so far I haven't found anything wrong but I can't find out how to actually race someone... You should also make sure that the test user is NOT an admin of the game... Someone could mess ya up.
  15. VPmase

    Hackerz Race!!!

    If you can't give comments in a polite way don't try. As for the website. I don't understand why I have to register to test a game...
  16. VPmase

    CSS Question

    And what is the problem? Be more specific... I suggest you add "z-index:10000" so that it doesn't get covered up by anything.
  17. VPmase

    Windows Live Messenger BETA

    My problem with WLMb is that it takes up a lot of HD space and lags horribly. That's why I use http://meebo.com :) Best IM I've found. Not to mention if you use https://meebo.com you can bypass some school filters ;)
  18. VPmase

    Need help- Will pay

    I suggest you replace your password and username with *****'s
  19. VPmase

    image bufferring

    You don't necessarily have to have it in an img tag. You could have something like this: <script> function preloadimg(){ //Single Image Load var img = new Image(); img.src = "www.YOUSITE.com/PATH/TO/IMAGE.jpg"; //Change to correct image link } function preloadimgs(){ //Multiple Load var...
  20. VPmase

    web switcher

    By versions do you mean styles or completely different HTML codes?
Top