Jump to content

s1yman

Members
  • Posts

    132
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male

s1yman's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi, I am looking to have multiple RSS feeds coming populating into one list sorted by latest. Does anyone know or have any codes they are willing to share, even if it is just to get me started? Any help is much appreciated. This is for a charitable website so your time, help & expertise are much appreciated.
  2. That works .. thanks! the reason for the critera was I need the full url .. and as it's searching the embed link, I couldn't put "http" because that would pull the play url .. maybe i wanted it to cover youporn as well lol cheers for your help bro ..
  3. "learning" is always problem if you don't follow structured courses ...
  4. Hi all, I've got a code that searches a string (an embed script) and strips it down to the youtube video link. $encoded = strchr("$encoded","http://www.you"); $encoded = strrev($encoded); $encoded = strrchr("$encoded","&"); $encoded = strrev($encoded); $encoded = str_replace("-nocookie","","$encoded"); $encoded = str_replace("&","",$encoded); Might be a bit "busy" .. but I'm a rookie, still that works well enough. My problem is that it searches for http://www.you - but if it is not a youtube video it will returns blank (obviously). So my question is, how do I go about stopping it from making my string nothing when it's not a youtube vid? I have tried to play around with if statements, but I'm bit clueless .. any help really appreciated!! Thanks in anticipation
  5. not this program i am using it extends the other boxes to match the biggest one. . . software glitch I guess. Thanks for your help - appreciated
  6. Thanks for your help. Reason I'm using tables is because it's xml code, so that would also explain why the colspan isn't working
  7. Hi, Hope you are all well!! I'm having a bit of trouble creating an HTML table with some abnormal formatting. I've attached a print screen of the kind of thing I want. I'm not asking anyone to format it for me, but if you could offer any advice on a way to do it, it would be greatly appreciated! Many Thanks, -Simon [attachment deleted by admin]
  8. doesn't make a difference
  9. Hi, I got bit of problem with some div tags, http://mkcitycomputers.co.uk/test/partners.html I want them to be lined up in threes, something like the picture. the css reads; {width:33%; color:#003366; text-align:justify; position:relative; overflow:hidden; clear:both;} bit confused, sure I had this working before. any one got any ideas?? Thanks in advance. [attachment deleted by admin]
  10. does anyone know? Or I am just being stupid? ..does anyone know of an alternative method?
  11. Random question, I was wondering if the .htaccess file is able to forward your variable values from the URL? E.g. if I request a page "/nothing.php?id=7" (but nothing.php doesn't exist) gets forwarded to "/404.php?id=7" Is this possible?
  12. Incase any ever wants to know in future ... my original script didn't work because Opera is labelled as "Presto" no Opera like you'd expect
  13. These are looking for forms, is it only scripts that process forms I need to worry about. Or is it all my scripts? Yeah, I know someone didn't just turn around one day and go "let's pick on PHP!!!" As I said, I don't know much about PHP Security, so don't understand what would make a script secure or insecure?
×
×
  • 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.