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. 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? 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. Link to comment https://forums.phpfreaks.com/topic/148252-2-questions/#findComment-778325 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.