You need to sign in to do that
Don't have an account?
slugmandrew
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.
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.
emale999
Tried to replace & with & ?