Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP CRUD Operations with PHP Updating and Deleting Records Updating Records

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

*[SOLVED]* Is it just me... Or is this question lacking some vital information in order to complete?

None of my code is included, as I have tried so many variations my head is spinning, and I could not include them all!

I am NOT a beginner, but I cannot wrap my head around what is being asked here. I feel like I'm missing something important.

I've completed ALL SQL courses and PHP courses with no issues, but this one... I simply give up!

So, if someone would be so kind as to provide whatever it is I'm missing... it would be GREATLY appreciated!

Thanks :dizzy:

Tagged: Alena Holligan

index.php
<?php
function reassign_task($old, $new) {
    include 'connection.php';

    //add code here

}
Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

For those of you stuck...

Hint: The column ID you need to use is "project_id"

Thank-you very much Jennifer Nordell for that very helpful piece of information!! :smile:

1 Answer

Alena Holligan
STAFF
Alena Holligan
Treehouse Teacher

Jason Anders I added the database map to the challenge, let me know if you think there is more I can do to clarify for students :)

Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

Thanks Alena Holligan.

That will be a huge help. From that, I think students should be able to complete the challenge.

:smile: :dizzy: