Jump to content

Php/Javascript


mcmuney

Recommended Posts

I'm using a header menu with dropdown that uses javascript and the dropdown menu links are within javascript, but when I enter php, it doesn't seem to work. Here's a sample portion of the code:

[code]//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="/social_member_home.php">My Account</a>'
menu2[1]='<a href="/social_mem_interest.php">Edit Profile</a>'
menu2[2]='<a href="/social_upload_image.php">Edit Photos</a>'
menu2[3]='<a href="/social_mem_account.php">Account Settings</a>'[/code]

I need to utilize php within, for example, on the first line, I need to use:
[code]menu2[0]='<a href="/social_member_home.php?member=<?=$mem_id?>">My Account</a>'[/code]

When I use the above, the link shows exactly as it is shown "<?=$mem_id?>" (this isn't replaced by the actual member id.
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.