Update - after more experimentation, turns out the phones in question aren't even sending their location to maps.google.com. So I'm pretty sure I'm not going to find a resolution to this. It's...
Since the server side php code is not seen on the front end (by the search crawlers), it won't have an impact as long as your resulting html is seo friendly. In fact there's no real way (besides the...
When you set the cookie the second time, shouldn't you also use the "/" designation? It may be setting it for the subfolder, which is why you don't see the increment. Just a thought,...
What you are asking to do is a bit challenging. Probably the way to do what you are asking is to store the credit card information, and then run charges at the appropriate time. However,...
The "exec" in the sample script you posted will execute on the server, not the customer's machine. I don't know exactly what you are trying to do, but if you have a limited understanding of php, you...
If you don't handle it in mysql, you can simply track the last "item" you saw in the loop, then if the current item is equal to the last one, just skip it (don't print it out).
Thank you! I didn't think of doing that. It's wierd that I've seen it work on other sites, (it's purchased shopping cart software) so I figured it was something that was customized.
If you run the above query, you'll have the comments in reverse order. If you grab the records and put them into an array, you can print them out like so:
I'm a traditional LAMP programmer. When it comes to anything related to graphics / design, I have no skills at all. I can do html / css ok, but have no
artistic skills at all.
Well, first you have to know "how" your email server allows new forwards to be set up. Unless you are running a dedicated server you are probably out of luck.
Yes, that's a possibility, but since it's on a bunch of products, I wanted to see if there was a simple solution. Also the client will be updating products, so she'd have to keep a reference for all...