Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

syntax

  1. Alvin777

    What's the Syntax to Use DISM to Repair Another Drive w/ Windows On It?

    Hi, I messed up the EFI of my Boot Camp Windows 11 by renaming the Microsoft folder in there coz' of experimentation (it's on my 2nd internal hard disk on the Mac, actual Mac, not Hackintosh) but I do have a Windows to Go that I can boot to. I've repaired the bootloader EFI I believe but it...
  2. K

    PHP Parse error: syntax error

    I'm trying to implement a form submission feature on my website using PHP, but I'm getting the following error: 'PHP Parse error: syntax error, unexpected '$_POST' (T_VARIABLE) in /path/to/file.php on line 12'. Here is the relevant code: if (isset($_POST['submit'])) { $name = $_POST['name']...
  3. mediachicken

    Syntra Small Code Editor (0.3.0 Released!)

    I decided to put up an official thread for my code editor so I can get some feedback from fellow developers. I'm pretty active at development right now (two versions have been released this week), and I would love to get some feedback and feature suggestions! You can download it from the app...
  4. A

    macOS Problem (or not) with Xcode and C++?

    Hi folks! I'm new at programming territory but think that can explain my situation.. 1) Created simple "Hello World!" with XCode (C++) 2) Trying to add multi line comments 3) And I see this: Instead this: 4) Syntax became normal when: i Cmd+A all text or changing syntax type for another...