I have came across an error on my website, I wondered if anyone could help? I have the word Banks O'Dee in my php database ($buyfrom) and I receive this error when accessing my page..
select location from opposition_team where opposition='Banks O'Dee'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Dee'' at line 1
And this is the code I use on my php page for this part
$q4="select location from opposition_team where opposition='$buyfrom'"; $qr4=mysql_query($q4,$ccppdbc)or die($q4.mysql_error()); $r4=mysql_fetch_object($qr4); $location=$r4->location; [/CODE]
Can I not make this work without changing the word Banks O'Dee so it doesn't have the [b]' [/b]as I believe that is whats causing it.
Claude on Windows is eating up massive amounts of RAM, with no way to stop it by Usama Jawad
Anthropic has been in the headlines a lot lately, primarily due to its latest revenue and valuation figures, along with its release of its state-of-the-art (SOTA) Fable model. While its flagship product, Claude, may be very popular among millions of users, a lot of them are now reporting memory issues when using the tool.
Over on Claude Code's GitHub repository, an issue raised in February has been gaining traction once again. Basically, Claude Desktop on Windows spins up a 1.8GB Hyper-V virtual machine if you use Claude Cowork or agent mode even once. This happens on each launch of Claude Code even if you plan to use the tool in chat mode only.
Several users have upvoted this bug and stated that it's happening on their machine as well. However, it seemingly affects only Claude desktop users on Windows, not customers of the CLI or any other platform. Once the bug is triggered, it also shows a Vmmem process in Task Manager, indicating CPU usage of 0% and RAM utilization of a whopping ~1.8GB.
Claude users complain that this process should only spin up when you explicitly launch agent mode or Cowork in Claude, with session files efficiently cleaned up after use. Additionally, they are calling for Claude to gracefully handle the absence of virtual machine-based infrastructure, without compromising on chat performance.
It's unclear when this issue originated or what the root cause behind it is, but people are once again actively engaging in the GitHub thread as well as Hacker News. You can also find other technical details and log events over on GitHub.
It's unclear if Anthropic will look into this issue, especially since it's already been reported for a few months. However, the bug is also causing major annoyance for users, with many claiming that it has led them to uninstall Claude Code on desktop, as a concrete workaround is not yet known.
Question
marklcfc
I have came across an error on my website, I wondered if anyone could help? I have the word Banks O'Dee in my php database ($buyfrom) and I receive this error when accessing my page..
And this is the code I use on my php page for this part
Can I not make this work without changing the word Banks O'Dee so it doesn't have the [b]' [/b]as I believe that is whats causing it.
Link to comment
https://www.neowin.net/forum/topic/1133392-php-error-help/Share on other sites
6 answers to this question
Recommended Posts