Is there a way to update a variable in php?

Allenph

New member
So I'm making a signature function for my forum. It all works but when The account settings page refreshes the new data isnt displayed! If i am replacing old data it displays just fine without refreshing...but if I make a new account and add a signature I have to refresh the page in order to get it to display the new signature. I am using fwrite to write all my crap to a text document. both the functions that change the data in the .txt document are changed after the refresh but if your writing new data it still dosnt display till refresh. I have put the code that changes the data at the very top even...still nothing... help please!
 
Back
Top