im looking for a coder that can code in php and can make me a index.php screen click on Enter now and redirect's you to the main page
A splash page? You don't even need php. Splash pages are also widely considered to be poor web design.
Here's some HTML code: Code: <html> <body> <a href="http://google.com">Click Here to go to main page</a> </body> </html> Just edit the link to where you want to go. Sorted