I've tried to use double quotes and single quotes with this php string. However, with no success. How can I call php within php?
<?php echo wpws_get_content('<?php the_field('rate_my_professor_link''); ?>','.comment','html','user_agent=Bot+at+mysite.com&on_error=error_show&')?>
<?php ?>.echo wpws_get_content(the_field('rate_my_professor_link'),'.comment','html'....);