I have 2 php pages.
On Page 1 there is a table listing company names.
The company name contains a hyperlink to page 2 where it brings up the company details.
The problem I have is that if the company name is like Michael & Mouse Ltd then no information is brought up.
I know why the problem is occuring but I do not know how the solve it. At the moment I am manually changing the name to Michael And Mouse Ltd to get around the issue.
The URl I am using on page 1 is as follows
printf("<tr><td><a href=\"[Company_Name]\">$companyname</a></td></tr>\n"
;
On Page 1 there is a table listing company names.
The company name contains a hyperlink to page 2 where it brings up the company details.
The problem I have is that if the company name is like Michael & Mouse Ltd then no information is brought up.
I know why the problem is occuring but I do not know how the solve it. At the moment I am manually changing the name to Michael And Mouse Ltd to get around the issue.
The URl I am using on page 1 is as follows
printf("<tr><td><a href=\"[Company_Name]\">$companyname</a></td></tr>\n"
