Search results

  1. C

    HTMLy Flat File Blog anyone use it?

    I'm not a database fan unless I absolutely have to use one. HTMLy is pretty flexible once I found the PHP functions I was able to do some editing. It used Mark Down and has a nice UI. Backing up is just a matter of FTP. I was just wondering if anyone else is using it in here and has any tips...
  2. C

    Aloha everyone

    It's been quite a while since I've been here. I'd been focusing on my computer tutoring and repair business. I'm now ready to switch primary businesses to affiliate and online marketing. I'll tread lightly as I'm sure rules have changed by now. I'd appreciate other members calling me out if I...
  3. C

    Would this date compare code work?

    Thanks guys $lastmod=strtotime($lastmod); $today = date("Y-m-d"); if ($today < $lastmod+strtotime('+7 days')) {exit; } //$lastmod is already in the y-m-d format so I didn't think I needed to add that Rick
  4. C

    Preg_match_all question

    Aloha everyone, I'm still having trouble wrapping my head around preg_match_all My ADHD brain hasn't seen the pattern yet. I have a var with web page content. How to I grab all urls with nnnn in them? Thanks, Rick
  5. C

    Thinking about writing Amazon Affiliate Script - Thoughts

    Any rules about grabbing Amazon products for my page and converting the links to my affiliate links? Any tips in doing this? As long as I can use get file contents replacing the strings should be pretty easy. Rick
  6. C

    Need help with Preg_Match

    I use this to get emails off of a web page, but some school emails have a / . I don't understand preg_match well enough to add a / to acceptable charters. Even after looking at examples online I had trouble with it. $var = preg_match_all(...
  7. C

    Post card question

    I'm in the US. Can I put ads on the left side of the post card below my return address? Rick
  8. C

    Any tips on my first article scraper?

    My first time writing one. I was just wondering if there were any, I wish I'd have done that first like ideas which may save me time. To give back a little here's what I'm doing Grabbing article rss Creating my own copy Grabbing and editing articles Putting my ads in them creating my own rss...
  9. C

    Aloha everyone

    My name is Rick, I'm married with an 18 year old son. By trade I'm an in home computer tutor and website developer here in Honolulu Hawaii. I look forward to learning and sharing.
Back
Top