Search results

  1. Z

    PHP/SQL help

    Probably wasting my time :disappointed:, but here's an update. I've changed some things and made some progress, but it is still not correct. I now have it updating but on the wrong user. :mad: Here's an example of what it should do: user3's referral is user1, user3 completes an offer, script...
  2. Z

    PHP/SQL help

    if($_GET['do']=="pendingoffers") { print"<table width=90%><tr><th colspan=3>Pending Offers</th></tr><tr><th width=20%>User</th><th width=30%>Offer</th><th width=50% nowrap>Action</th></tr>"; $getpending=mysql_query("select * from pending where denied=0",$c)...
  3. Z

    External hard drive recommends?

    For the past couple of days I have been reading about external drives and am looking for some recommends (possibly Firewire since they can daisied?) before making a final decision, in case I overlooked something. Here are the specs I am aiming for: Use for HTPC, so must be able to withstand...
  4. Z

    Browser compatibility issue

    I found the problem of double quoting. This is the code causing the problem. Does anyone know why IE detected it and Firefox didn't? <table width="900" border="0" align="center" background="images/background.jpg"""cellpadding="0" cellspacing="0">
  5. Z

    Browser compatibility issue

    I've never had this problem before, but all appears fine in Firefox and Dreamweaver and not in IE. Images are being shifted downward and to the left. You can see the results here, by viewing in IE and Firefox: http://www.immixdesigns.net/test/index.html Here is the code for the images: <html>...
  6. Z

    Problems with form 2 email

    Found out the problem was caused by this: enctype="text/plain". Thanks again for taking the time to help.
  7. Z

    Problems with form 2 email

    I read about the input sanitization and noticed that is applies to PHP 5.2. This server is running PHP 4.3.11, so adding the sanitization only brings errors. If I understand correctly, the sanitization is used to "clean" the input data so it is readable or meets a set format in the email. I...
  8. Z

    Problems with form 2 email

    As I expected, simple errors that I just overlooked. Thank you for your help. Now time for me to see if I can handle the rest of it. Thanks again. [ADD] Now I've run across a problem on the email side. I can get the email to be sent, but it lists the Send To email twice, the subject line is...
  9. Z

    Problems with form 2 email

    Thanks for the reply. I did what you suggested with the needed results. Now my problem is the button isn't working. I click on it and nothing happens. Here is the beginning code for my form <form action="process_form.php" method="post" enctype="text/plain" name="applicationForm" > and for my...
  10. Z

    Problems with form 2 email

    My problems are probably quite simple and I'm just overlooking them. I've created a form with a submit button that is only to be enabled once you agree to the terms, but it si refusing to work properly for me. The button is enabled once the page loads and disables when you check the box, which...
  11. Z

    CS problems

    I just reinstalled CS and can not play the game in any mode but software. It has never done this before and I can not get it to play in OpenGL or D3D. Video card: ATI X700 Driver: Omega 3.8.252 The other problem I have is losing internet connection. I am using a wireless connection and...
  12. Z

    Blurred screen

    VGA. Reason I don't use the other monitor is the fact that it is older and doesn't have a higher refresh rate.
  13. Z

    Blurred screen

    This is very simple, but I can not find a resolution. After my monitor shuts off automatically, and I come back to the computer the next morning, my entire screen is blurred. I can not read a single thing. I have to wait about 30 minutes or so and then everything is readable. I've moved my...
  14. Z

    [DEBATE] Do not use registry cleaners

    Interesting debate. To each their own basically. On a side note, ashame you can't give certain people negative rep points for their unneeded attitudes.:speechless:
  15. Z

    Advice For New System

    M2 processors? How will the prices compare to, for example, the one that I selected? For the PSU, I was reading your guide and you stated "12V1 of 17A or more, 12V2 of 18A or more". I searched Newegg and came across 2 that fit within your recommendation. Is the one I selected recommended...
  16. Z

    Advice For New System

    I'm looking at upgrading my system, but found that it would be better to upgrade everything to the new standard. Well what I consider the new standard (pci express, sata, etc). I just wanted some opinions, and thoughts to make sure that the parts I have picked will work with no conflicts but...
  17. Z

    Bad sound card?

    And I remember the early days when there was help. Now it seems to be, IMO, slightly biased. :rolleyes:
  18. Z

    Researching for new card

    After some researching, I'm down to two cards. SAPPHIRE 100115SR Radeon X800XL Leadtek A400 GT TDH Geforce 6800GT I'm not one for benchmark ravings or anything of that nature. I need a card that will allow for smooth handling on extreme 3D designing, 3D gaming, video rendering, etc. At...
  19. Z

    Bad sound card?

    Last night, when attempting to play a game things went wrong. Once the game loaded, my screen went black and the monitor said "Check signal". I turned the montior off and back on, with the same message. I couldn't escape from the game since I had no video. I rebooted the system, just to have...
  20. Z

    April 2005 Signatures and Avatars

    Here's mine (below) with no avatar and nothing spectacular. First thing created with Photoshop. Completely different scale from Fireworks. :eek:
Back