Hi,
I am moving from ASP.NET to PHP… In ASP.NET there are two files, design file and code file. In PHP there is only one file…
so what’s the best practice…?
for example, if I have a personal information file to display personal information from database and post to database once user click on save…
What’s the best way to do this? all in one file? I mean the data retrieval and the data save (form action)?