Search results

  1. T

    I'm trying to find a PHP shopping cart that is easy to theme - any suggestions?

    At first I wrote my own cart, but people seem to avoid it so for now my store is offline. I want to find a cart that's easy to theme and match to my site's design. I have already tried OSCommerce and CubeCart.
  2. T

    Is it legal to use the names and images of long-dead famous figures?

    I have a commercial project I'm working on that will eventually require historical figures, such as Albert Einstein, Sir Issac Newton, etc. However, I'm unsure on the legality of this Is there any way at all to check who would be in "Public Domain"?
  3. T

    Is it possible to trigger PHP using Javascript?

    I have a drag and drop script I'm installing on my website, and need the script to trigger PHP when someone drags something into a valid area.
  4. T

    Help! I'm trying to fix some Javascript code that has PHP variables in it. Code is...

    ...below, what should I do? This is an entire little script meant to take variable names and use them to create divs with the same name, in Javascript. I haven't been able to get it working yet - what should I do to fix it? <script type="text/javascript"> var mB"<?PHP echo \"$blobname\" ?>" =...
  5. T

    In PHP, do you have to declare session_start(); within a function?

    Can session_start be declared solely on a single page, or does it have to be declared within all functions as well?
  6. T

    In PHP, can a single Include that is placed in the Index of a custom project lead...

    ...to a "Include Library"? I am writing a custom project that is already looking like it's going to be big. However, I don't want my Index.php to be a mashup of a hundred Include commands. Is it possible to only write one to three includes - and have those Includes lead to a "Include Library"...
Back
Top