WeSearch

From ASP.NET + MSSQL to PHP + MySQL: Migrating a Names Site Without Mangling the Accents

·5 min read · 0 reactions · 0 comments · 11 views
#migration#php#mysql#webdev#database
From ASP.NET + MSSQL to PHP + MySQL: Migrating a Names Site Without Mangling the Accents
⚡ TL;DR · AI summary

The article discusses the migration of a baby-name website from ASP.NET with MSSQL to PHP with MySQL. The author highlights the challenges faced during the migration, particularly with character encoding and database schema differences. Ultimately, the switch was motivated by the need for more affordable and stable hosting options.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3853508) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Marvin Tang Posted on May 30 From ASP.NET + MSSQL to PHP + MySQL: Migrating a Names Site Without Mangling the Accents #php #mysql #dotnet #webdev My baby-name site started life on ASP.NET with a MSSQL backend. It worked. The reason I rewrote the whole thing in PHP + MySQL had nothing to do with the code being bad — it was everything around the code.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)