Fetch_Feed cURL error 28

So whenever I try to use fetch_feed with urls like the one below, I get back “WP HTTP Error: cURL error 28: Operation timed out after 30070 milliseconds with 0 bytes received” However when I use just a plain cURL on the url get a response. So I can only conclude something in Fetch Feed is the issue. Anyone have a better idea how to get past this issue?

Parse error: syntax error, unexpected ‘echo’ (T_ECHO) in C:xampphtdocsAttendanceSystemresourcesphpmethod.php on line 250

How to echo php variable in html that in String $body = '<p style="font-size: 18px; line-height: 1.2; text-align:; word-break: break-word; mso-line-height-alt: 22px; margin: 0;"><span style="color: #2b303a; font-size: 18px;"><strong>Name: </strong><span style="font-size: 16px;">'echo $student_name'</span></span></p>' Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue … Read more