Jump to content

futrose

Members
  • Posts

    64
  • Joined

  • Last visited

    Never

Everything posted by futrose

  1. ahhhh... nice. Changing to str_replace took care of the the "[]" problem. Thanks a lot.
  2. thanks, I went with str_replace and it got rid of the errors. I now have this line $body=preg_replace("[date]",$showDateS,$body); on the output it is placing the "[" and "]" around my date. How do I make that go away?
  3. I have this bit of code that was originally ereg but needed changed to preg_match. I'm just not sure where to put the delimiter in these two lines. $ee[$i]=preg_match('-','/',$ee[$i]); and $es[$N]=preg_match('-','/',$es[$N]); thanks.
  4. I have these links where the value of $id is pulled from my database, <a href='javascript: window.document.Vids<?php echo $id; ?>.submit();'>Watch</a> and I would like it to open the video in a separate window. Any idea how to make that happen? Thanks
×
×
  • 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.