Consider a second order, linear, homogeneous differential equation of the form $$ y''(x) + p(x) y'(x) + q(x) y(x) = 0 $$ where $p(x)$ and $q(x)$ are continuous on some interval $I$.
Now let $x_0 \in I$. Then, if $y_1, y_2$ are solutions to this DE, and $W[y_1, y_2] = 0$ (if the wronskian of these functions is equal to zero), then this imples that there exists some non-zero values $c_1, c_2$ such that $$ c_1 y_1(x_0) + c_2 y_2(x_0) = 0 \hspace{5 mm} \text{and} \hspace{10 mm} c_1 y_1'(x_0) + c_2 y_2'(x_0) = 0 $$
Why does $W[y_1, y_2] = 0$ imply the above result?