Update connect-php.md#274
Conversation
- remove extra 'f' on line 10 for insert - added tabs to easy navigate between procedural and object oriented approach for the different operations
|
@mervynmanilall : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit ec4f4c2: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
PRMerger Results
|
|
@shreyaaithal - Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
Hello @shreyaaithal @markingmyname , Have you been able to check the proposed updates? Regards |
|
Hi @v-regandowner , @shreyaaithal , @markingmyname Just checking in to see if there’s any update on this PR. It’s been over a week, so I wanted to kindly ask if someone could take a look when time allows. Happy to make any changes if needed. Thanks so much in advance! Regards |
|
Hi @v-regandowner , @shreyaaithal , @markingmyname Just checking in to see if there’s any update on this PR. Regards |
|
@shreyaaithal - Could you review this proposed update to your article and enter Thanks! |
|
Hi @v-regandowner , @v-dirichards , @shreyaaithal Just checking in to see if there’s any update on this PR. It’s been over a week, so I wanted to kindly ask if someone could take a look when time allows. Happy to make any changes if needed. Thanks so much in advance! Regards |
|
@shreyaaithal @markingmyname @rwestMSFT - Could you review or reassign this pull request? Thanks! |
|
/cc @David-Engel #assign:David-Engel |
|
Hello @David-Engel , Have you been able to review my changes? |
|
@David-Engel Can you review this old PR and determine whether it needs to be closed or merged? IMPORTANT: When the changes are ready for publication, add a @MicrosoftDocs/public-repo-pr-review-team |
@v-dirichards @rwestMSFT - Were you looking for an extra set of eyes from a tangential area or did you assign this to me by mistake? |
|
Hello @rwestMSFT @shreyaaithal @markingmyname , Sorry to bother you again. Regards |
|
@mervynmanilall We have nothing to share at this time. When we do, we will let you know. We can take weeks or months to respond to PRs. Thank you for your patience. |
|
Now that we have approval from the product group, I need to do an edit pass, which we'll do in an internal pull request. This may take a few days to be published. In the meantime I am closing this PR. #please-close |
|
@mervynmanilall Thanks again for contributing. When the updated article is published (in the next day or so), I encourage you to review the edit pass I made, to help you with future contributions. You did a good job, and we appreciate it when external contributors want to help us improve our content. |
Many PHP developers use object-oriented programming for better structure and scalability. Including this approach helps make the documentation more inclusive and aligned with current PHP development practices.
This PR enhances the PHP connection guide for Azure Database for MySQL – Flexible Server by adding an object-oriented (OOP) approach using mysqli. It complements the existing procedural example and provides developers. Tabs have been added for each operation to allow easy navigation between these approaches.
Also, it removes extra 'f' on line 10 for insertion. This was causing an error when using this implementation.