Hi
I have the following problem, how do you call
another php file, and send a parameter through to it.
what i want to do:
I have a php site where all the records is displayed in the following format:
button edit ! button delete ! record information
This file's information calls a methodhandler.php file which then determines which button was pressed for which record.
if the edit button was pressed i am writing a counter into a log file for statistics
i then want to call another php file which handles the edit button information so i need to send the php file a parameter. this php file will then display the selected information.
Am i approching this wrong?
any ideas or comments would be very welcome.
thank you very much !
Johan