function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
slugmandrewslugmandrew 

Escaping ampersand (&) in account name

Can anyone provide info on how to get the php toolkit to escape ampersands in the account name? 

I am having the same problem as this post but can't find any info on what needs to be changed.

I'm using the sample login.php that comes with the php developer toolkit 1.1, it works fine to edit account unless they have an ampersand in the company name, in which case I get this error when i try to update:

There was a problem with your login: The entity name must immediately follow the '&' in the entity reference.

This problem is happeneing for all accounts with an ampersand, not just ones that start with one.  If anyone can help i'd appreciate it.

I'm using the default developer account and php toolkit 1.1.


emale999emale999
Tried to replace & with & ?