Forum Moderators: open
The reason why I use php is I would like to increase counter for each load (via database).
Please tell me what would be the correct syntax. I tried also only
$('#include').load('one.php'));
but it add content from one.php only one time even if the counter is increased each time it load the file. .append it add extra content each time, but I don't know hot to append and load in the same time.
Thank you