H
hughmanwho
Guest
1) I would like to be able to open up a file and read in a value(I believe needs to be done in php)
2)Then if a certain button is clicked I would like to update that file(php), display a message if certain conditions are met(seems to require javascript).
3) Finally reload the page(have it working in javascript)
So for example I can store a counter in a file, read it in and add to it if a certain button is pressed. If the button is pressed it will display a message saying how many times it's been pressed and update the file.Then it will reload the page.
Any suggestions? Thanks!
2)Then if a certain button is clicked I would like to update that file(php), display a message if certain conditions are met(seems to require javascript).
3) Finally reload the page(have it working in javascript)
So for example I can store a counter in a file, read it in and add to it if a certain button is pressed. If the button is pressed it will display a message saying how many times it's been pressed and update the file.Then it will reload the page.
Any suggestions? Thanks!