Jump to content

2 questions,


Jurge

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.