I have product item webpages located in, i.e. "/product/items/*.html?id=12345&ref=54321" and I would like the webpages to be displayed as being in the Root directory with the same filenames...
I've set all my website URLs to be displayed without any index.* references, through .HTAccess, so making my canonical definitions simpler. My question is, does the sitemap.xml definitions...
having been using GIMP for a while now, I'm used to entering a comment field value when saving the image. I wondered if it was possible to update the comment field using PHP and, probably, the...
@Donatello
I had to write a similar system where we had to register a copy of the software to a specific machine, hours of fun lol Interesting about BugMeNot, thanks.
Solution:
User clicks the publication edition link.
email created and sent to user with a link with URL parameters of chksum and end datetime
Checksum...
The PDF version will be available for download a week later than the on-line content. That's a great idea so that they can't forward the email containing the unique link Token.
Hi,
I have been asked by a friend that produces a local online publication (small island) if there is a mechanism to stop registered users (paid a subscription) from passing around passwords to...
Not surprising lol
SPEC:
I need to reprice every item in the database Table, and the price is based on the following:
$newPrice = ((WEIGHT * $factorPrice) + ($iAuxilaryCosts + (RINGQTY * 8))) * 2;...
Just having another after you said about series of UPDATEs. Could the UPDATE have a WHERE to find the records with the same SKUID? As this is the only variable, and there...
Hi again,
SKU = ModelNumber-SKUID00-0000 (0000-nn00-0000)
my SKUID can be any of '01','05','18','28' or '66', and the factorprice is an array with the key as the SKUID.