Jump to content

sammeh

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by sammeh

  1. As above... You can't onclick="<?php echo bla bla ?>" onclick is reserved for javascript functions or such like..... Also your trying to echo an array... On a normal config this will not work... you'll need to manipulate the array with something like foreach() or print_r(). Explain exactly what it is your trying to accomplish!?
  2. I always use : <?php $number = (int)$number; ?>
  3. You can read psd files but not write them i believe
  4. I would get rid of the date() and use mktime() it's a lot better for time comparison!
  5. your trying to out put php with onclick. This generally for a javascript function. write a javascript function and then call the javascript function on call/
×
×
  • 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.