Search results

  1. r3bol

    PHP Upgrade?

    aha, the error makes more sense now :) Thanks, I'll look into it. Edit: Thanks, everything seems to be working now - except, I can create new files, but I am having trouble writing content to them. for example... $handle = fopen($fileName, 'w'); // I tried 'a' and '+x' too. if...
  2. r3bol

    PHP Upgrade?

    Ok, how about this error? Is this more bad coding or a needed upgrade? Here is my script - The file open stuff is near the end... <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta...
  3. r3bol

    PHP Upgrade?

    I'm so embarrassed. Thanks for correcting me.
  4. r3bol

    PHP Upgrade?

    Does this mean I need to upgrade then?... test php page... <?php $a = 123 echo "hello " . $a . '456'; ?> error... Parse error: syntax error, unexpected T_ECHO in /home/leke/public_html/test.php on line 3
  5. r3bol

    PHP Upgrade?

    Help! I have no idea what PHP upgrade means. I've looked around the CP and can't find anything to configure PHP or request an upgrade. In my CP stats it says - PHP version 5.2.6. Do I need to upgrade PHP? Thanks :biggrin:
Top