Jurge Posted March 6, 2009 Share Posted March 6, 2009 The first is more simple... well I think it probably is, I have made a form that sends the inputted information to my e-mail address but I would also like to be able to capture the users IP address and send the to my e-mail too. The second is a problem of i don't know where to start, so if some one could point me in the direction of a good tutorial I would be very grateful. I need to create a for and online radio so that the djs can book hour slots to dj in, but i don't just want a HTML table so that the dj's have to contact me i have to edit it and upload it, i want the dj's to be able to do it themselves. Quote Link to comment https://forums.phpfreaks.com/topic/148252-2-questions/ Share on other sites More sharing options...
Maq Posted March 6, 2009 Share Posted March 6, 2009 but I would also like to be able to capture the users IP address and send the to my e-mail too. $_SERVER['REMOTE_ADDR'] The second is a problem of i don't know where to start, so if some one could point me in the direction of a good tutorial I would be very grateful. I need to create a for and online radio so that the djs can book hour slots to dj in, but i don't just want a HTML table so that the dj's have to contact me i have to edit it and upload it, i want the dj's to be able to do it themselves. Do you have a database set up? Quote Link to comment https://forums.phpfreaks.com/topic/148252-2-questions/#findComment-778307 Share on other sites More sharing options...
Jurge Posted March 6, 2009 Author Share Posted March 6, 2009 Thanks for the $_SERVER['REMOTE_ADDR'] and yeh, I have set up a database, but only for the admin section of the site. Quote Link to comment https://forums.phpfreaks.com/topic/148252-2-questions/#findComment-778325 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.