Jump to content

varibale problem


JamesThePanda

Recommended Posts

ok I have this function called

the_ID();

 

I want to set it as a variable

So i did the following

$id = the_id();

 

And to test it I wanted to echo $id

 

 

so this was the simple piece of code I wrote

<?php $id = the_ID();
                    echo $id;
	?>

 

But nothing is being echoed what am  doing wrong ?

 

Thanks

 

James

Link to comment
Share on other sites

If you can use echo the_ID(); and it works, then you can assign that to a variable and use that variable. If that variable then does not have the expected value in it, your code has done something to that variable between the point where it was assigned a value and where you are using it.

 

You will need to post your actual code if you want help with why it is not working.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.