Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
On LocalRealEstateTeam..
Page /capistrano-doro.php shows Parse error: syntax error, unexpected T_STRING in /var/www/vhosts/localrealestateteam.com/httpdocs/index.php(136) : eval()'d code on line 3 Snippet is #mls-sj-capistrano-doro#. Assume the problem is the ' in D'Oro in $_REQUEST['search_tract'][] = 'Capistrano D'Oro'; (another example is #mls-sj-captains-hill#) I tried changing the snippet code, getting rid of the ', substituting tract name to tract code and cannot get it to work. I have this issue with several other snippets not pulling data as well. Is there a request I can use that pulls the tract code rather than the tract name for these few snippets with the ' in the names? In this snippet above (Capistrano D'Oro), it would be CO. Or, what do I need to correct within the exisiting snippets in order for them to pull the data? Please wave your magic wand... Thanks...
__________________
Welcome to your guide to Orange County, Ca Real Estate and MLS Search, and the home to the world's best climate at San Clemente Real Estate where you can enjoy luxury coastal living with a beach close lifestyle. |
|
|||
|
Hi Drew,
I've added a request for the tract code you can now use: $_REQUEST['search_tract_code'][] = "CO"; As far as the names with the apostrophes in them - I've seen this before and requires 1 thing. - Make the snippet with double quotes around the tract name: ex: $_REQUEST['search_tract'][] = "Capistrano D'Oro"; So any value with a single quote in it would need to be surrounded by double quotes: ex: $_REQUEST['snippet_title'] = 'Capistrano D'Oro Real Estate'; Would cause a parse error. $_REQUEST['snippet_title'] = "Capistrano D'Oro Real Estate"; Would work. Hope that helps - Isn't programming fun ![]() |
|
||||
|
Thanks, Aaron.. Appreciate the explanation. You always make it sound so simple...!
__________________
Welcome to your guide to Orange County, Ca Real Estate and MLS Search, and the home to the world's best climate at San Clemente Real Estate where you can enjoy luxury coastal living with a beach close lifestyle. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| snippet error | OCTeam | REW IDX | 2 | 09-10-2008 10:23 PM |
| Error from #sellerform# snippet | mitch.argon | REW CMS 1 Questions | 3 | 03-11-2008 05:07 PM |
| Comments Snippet Error | Benjamin Dona | REW CMS 1 Questions | 1 | 10-27-2007 12:54 PM |
| page error - snippet form code issue | mitch.argon | REW CMS 1 Questions | 2 | 09-14-2007 11:10 AM |