Hi
So ive got this SQL insert statement on a page which executes on page load.
File name: job-view.php
If i go directly to that page e.g (job-view.php?id=199) it executes once.
However if I go to the SEO Friendly version
RewriteRule ^jobs/(.*)$ job-view.php?id=$1 [L]
so e.g /job/199
The SQL statement runs 4 times!
Its weird as fuck, any ideas?
So ive got this SQL insert statement on a page which executes on page load.
File name: job-view.php
If i go directly to that page e.g (job-view.php?id=199) it executes once.
However if I go to the SEO Friendly version
RewriteRule ^jobs/(.*)$ job-view.php?id=$1 [L]
so e.g /job/199
The SQL statement runs 4 times!
Its weird as fuck, any ideas?