PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
My website to referense from(drang.se)
My problem is that on localhost the page refresh and goes to page ?link=Drangen
but when i transfer it over to the server it doesn't work at all
The php/html/css isn't outdated on the server couse i got other stuffs only existing on newer versions, so i know it proberbly should work.
Are you doing a refresh or changing location? If Location, you need to specify the fully qualified URL (ie: drang.se/page.php?link=Drangen), not just the local file path (ie: /page.php?link=Drangen)
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.