Jump to content

Rexus

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Rexus

  1. ... make a choice that suits you. another example of price/features...
  2. I was in IT hardware sales and I learnt one thing, for the price of a mac u get more pc. Mac is also limited, but with pc there is a whole lot more options to choose from. I've had plenty of pc's and never crashed and with the right software never a virus to worry about. I now have a Sony VAIO, last was a Dell Inspiron and next will be Asus G74. Mac are also moving away from their small-end developers. Have a friend who does video editing and mac have closed the door on her and the likes because their focus is now becoming retail. Software updates and compatibility with other systems is a problem. Have to run virtual machines, slows the machine down. Tested on both a G5 and MacBook pro. Additionally upgrading can be a problem as you have only Apple to rely on. You see, mac is one company, with a few different departments. Whereas with pc, the competition is stiff and therefore better R&D. Mac actually put other manufacturers components in their machines like Sapphire, Asus and Intel. At the end of the day I guess its a matter of taste, but before you commit, look around at forums that don't report on the positives, but rather the negatives and then you will have a better idea of what you will want to avoid. Examples here: https://discussions.apple.com/thread/3236943?start=0&tstart=0 http://forums.creativecow.net/thread/344/3988 and the winner is: Hope you
  3. Rexus

    php & IE9 problems

    My problem is that I have a form that onsubmit calls a *.php page which has a html page inside with an image and two lines of instructions. After 5sec refreshes to the next page. This works in FF, GC but not in IE9. In IE9 it just loops the php page without moving on. I've looked around on other forums, but I have not found an answer. I came across this site and hope someone here can help. Look at the php code here: <?php $emailSubject = 'signup!'; $webMaster = 'myemail@home.come'; $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $business = $_POST['business']; $address = $_POST['address']; $body = <<<EOD <br><hr><br> Name: $name<br> Email: $email<br> Phone: $phone<br> Business: $business<br> Address: $address<br> EOD; $headers = "From: $email\r\n"; $headers .= "Content-type: text/html\r\n"; $success = mail ($webMaster, $emailSubject, $body, $headers) ; $theResults = <<<EOD <html> <head> <title>sent message</title> <meta http-equiv="refresh" content="5;http://www.mysite.com/page.html"> <style type="text/css"> body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #999; } body { background-color: #000; } </style> <style type="style.css"> <!-- body{ background-color:#000000; font-family: Arial, Verdana, Tahoma, Sans-Serif; font-color: #cccccc; font-size: 20px; } --> </style> </head> <div align="center"> <p> </p> <p><img src="images/phpbanner.gif" width="600" height="250" alt="BizHost logo" /></p> <p>Follow from the "confirmsign" page to the PayPal page to complete your "signing up" process.</p> <p> </p> <p>After that you will then be directed to the "subscription" page.</p> </div> </body> </html> EOD; echo "$theResults"; ?> I am in a knot and don't know what else to do. If you can help I would be truly grateful.
×
×
  • Create New...