944,103 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1401
  • PHP RSS
May 3rd, 2007
0

Fireworks menu into a php block help!

Expand Post »
Hi all i have recently been using fireworks MX and have created a working menu. it is uploaded on my server and currently have it in a html page as this was the code fireworks gave me.
How can i put this html / javascript menu into a php block? Looking at tutorials online it seems like i need to make a block and using the $content code insert the html?
I have some basic knowledge of php but this seems a bit advanced and i am struggling to get it to work!
Any help would be greatly appreciated!
thanks
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Legend01 is offline Offline
4 posts
since Apr 2007
May 3rd, 2007
0

Re: Fireworks menu into a php block help!

With PHP you can embed HTML anywhere you want to. Just close your open PHP tags, put the HTML in place, and then reopen your PHP tags.
Moderator
Reputation Points: 161
Solved Threads: 38
He's No Good To Me Dead
stymiee is offline Offline
1,422 posts
since May 2006
May 5th, 2007
0

Re: Fireworks menu into a php block help!

but in order for it to appear in a php block it needs to use the $content tag is that right??
So your saying all i need to do is open the php tags
<?php
$content ="
HTML Code
"
?>

and thats it??
cheers for your help
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Legend01 is offline Offline
4 posts
since Apr 2007
May 5th, 2007
0

Re: Fireworks menu into a php block help!

no need for th [php]$content[/php]
you just do like
[php]

<?php
//your code goes here
?>

<!--here goes the menu-->
<script>
</script>


[/php]
Reputation Points: 18
Solved Threads: 9
Junior Poster
w_3rabi is offline Offline
160 posts
since Dec 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: unblock filter
Next Thread in PHP Forum Timeline: Contact us form help





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC