Jump to content

plutomed

Members
  • Posts

    267
  • Joined

  • Last visited

    Never

About plutomed

  • Birthday 03/21/1991

Contact Methods

  • Website URL
    http://www.plutomedia.net

Profile Information

  • Gender
    Male

plutomed's Achievements

Member

Member (2/5)

0

Reputation

  1. http://jsfiddle.net/8Gnz6/ That is an example of my code. Where the error comes in is if you click the arrow and move the div into the new table item and the droppable sort of freezes and the item doesn't get added. But if you add it to the original which is loaded when the page loads it works fine. I've been trying to figure this out for a while now, its probably something minor and a stupid mistake, but is there anyone can can help?
  2. I just remember constant(); Got it working. Say I had a field in my db that contained FOO. In my php code I had define("FOO", "bar"); What I wanted to do was get the value from the database and echo the constant value. I just put in the code as you would echo from a db normally and it echoed FOO. by putting constant around it, it echoed bar. If that is any better explanation?
  3. This is probs. an easy one but I have in my database some values, these values are defined constants in my php code. How do I display the value of the constant not the text (constant name)?
×
×
  • 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.