dgwilliams
MIS
hi all php experts
i have a guest book on the internet that is linked to a MySQL database. the PHP script which links to the database does not update and register the changes when viewed on the internet. I think it is has somthing to do with cache so i tryed inserting the following function into my script clearstatcache();
it made no difference.
The only way i can get the script to register the changes is by adding an extension (changing the URL) for instance:
(this wouldnt show the changes)
(this would show the changes to the guestbook)
can anyone help... i hope i made my self clear but if not please feel free to ask for more info.
thanks
i have a guest book on the internet that is linked to a MySQL database. the PHP script which links to the database does not update and register the changes when viewed on the internet. I think it is has somthing to do with cache so i tryed inserting the following function into my script clearstatcache();
it made no difference.
The only way i can get the script to register the changes is by adding an extension (changing the URL) for instance:
(this wouldnt show the changes)
(this would show the changes to the guestbook)
can anyone help... i hope i made my self clear but if not please feel free to ask for more info.
thanks