You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a members icon is clicked, it should take the user to a page dedicated to that member. It will display all the information on that member and have a link to that member's personal website. This can be done dynamically with php by sending the members id to that focus page.
See the portfolio -> focus page to see how I did it with projects.
basically go to the url webdev.stuorg.iastate.edu/focus/?id=1 where the value for id would be that members id. Then use $_GET to get the id from the url and query the db.
The text was updated successfully, but these errors were encountered:
When a members icon is clicked, it should take the user to a page dedicated to that member. It will display all the information on that member and have a link to that member's personal website. This can be done dynamically with php by sending the members id to that focus page.
See the portfolio -> focus page to see how I did it with projects.
basically go to the url
webdev.stuorg.iastate.edu/focus/?id=1
where the value for id would be that members id. Then use $_GET to get the id from the url and query the db.The text was updated successfully, but these errors were encountered: