• How do I automatically Get the ID of a Tag so I can pass that variable on for another function?

    I’ve looked at all the template tags, and nothing that I can tell just grabs the ID of a tag. They only function in a way that I provide the ID#, and it prints what that tag represents.

Viewing 16 replies (of 16 total)
  • Sounds to me like something is stopping the output of code..

    If you View Source is all the code for the page still being output?.. because it sounds to me like the code is being cut off at this point… so could very well find you’re missing the end parts of the document (like the closing tags, </html> etc…)

    Could be something as simple as a return; ending the document premateurely…

    I’d need to see more of the code… because from what you’ve posted above i can’t see anything that should cause a problem.

    Been a while since i’ve seen the mysql functions, last time i had to use them was when i was writing my own (very basic) CMS simply to learn code a little more.

Viewing 16 replies (of 16 total)
  • The topic ‘I need to GET the ID of a Tag, so I can use it…’ is closed to new replies.