Jump to content

jzimmerlin

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jzimmerlin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a dynamic PHP/MySQL database-driven web site. The RSS feeds are also dynamically updated using PHP/MySQL. Right now, I have four seperate RSS feeds for four different sections on my web site. The content for these four different sections are contained in four different MySQL tables. Here's my question: What's the best/easiest way to create an RSS feed that includes all of the content from these four tables and is sorted by date? Basically, I want to create an RSS feed that has all of my web site's content in it. And also, is it possible to do an if statment so that the formatting differs depending on which table the content comes from? And if so, what would it look like? Thanks in advance for your help. Jeff
  2. OK... here's what I'm trying to do, maybe you can tell me if there is some other way to do it. I need to protect the content on my web site so that only people that login using an HTML form can download pictures, videos, etc in specific directories.  Any thoughts?
  3. I know it's possible to get the values of PHP_AUTH_USER and PHP_AUTH_PW (for example: $user=$_SERVER['PHP_AUTH_USER']), but is it possible to set these values using PHP (for example: $_SERVER['PHP_AUTH_USER']=$user)? Jeff
  4. Let's say I have a string that is... 01234567890abcd[ignorethis]blahblahblah Is there a method that can remove the stuff inside of the [ ]?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.