- Nov 25, 2004
- 320
- 0
- 0
I'm not PHP savvy at all.. I'm able to edit code around.. but that's about it.
I have a program that loads a callback url when it's finished to store it's completed data (I think it's called callback url?)
ie
site.com/stats.php?&data1=value1&data2=value2
right now I'm using a php script that I edited that will just mail me the 2 data values.. but I'd much prefer to make it store this info in a mysql database.. and even display it on stats.php or another page when i visit it.
here's what i'd like to see on the page when I load it.. basically everything would be stored under value1.. and then it would also save value2 and the date so I can call that back on the stats page.
something like that.. however like I said I'm not very php savvy.
If anyone could help me out with this it would be appreciated.. if this is too much to ask for maybe just some links to relevant info that may help me accomplish this would be appreciated.. I've tried searching on google but not having much luck as i'm not 100% what to search for.
I have a program that loads a callback url when it's finished to store it's completed data (I think it's called callback url?)
ie
site.com/stats.php?&data1=value1&data2=value2
right now I'm using a php script that I edited that will just mail me the 2 data values.. but I'd much prefer to make it store this info in a mysql database.. and even display it on stats.php or another page when i visit it.
here's what i'd like to see on the page when I load it.. basically everything would be stored under value1.. and then it would also save value2 and the date so I can call that back on the stats page.
something like that.. however like I said I'm not very php savvy.
If anyone could help me out with this it would be appreciated.. if this is too much to ask for maybe just some links to relevant info that may help me accomplish this would be appreciated.. I've tried searching on google but not having much luck as i'm not 100% what to search for.
