Jump to content

How to integrate PHP and Javscript


jwwceo

Recommended Posts

I want to add some javascript rollover menus to my php pages. But the javascript menu items will be pulled from my MySQL databse.

I usually have a seperate .js file which I link in at the top of my HTML...

but if this seperate document is a php doc (that outputs javascript) will this still work..

what's the best way to go about this????
Link to comment
Share on other sites

Instead of using Javascript for the rollover menus, think about using CSS. Most of the CSS implementations are based on simple [nobbc]<ul></ul>[/nobbc] lists.  Take a look at http://css.maxdesign.com.au/listamatic/ for more information.

Ken
Link to comment
Share on other sites

I like the last menu...thanks..1 question....

This may sound stupid..but I don't want to jarble up my <head> with all that css and script data..

can I make one big php file to echo the whole thing and just plop it into my header...and just include the php file....

JW
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.