Results 1 to 2 of 2

Thread: How to embed Java in PHP

  1. #1
    Join Date
    Feb 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to embed Java in PHP

    I am trying to include a fading slideshow in a php page...

    It has a script to be included in the Head, which I did on index.php, then the script to place in the body, which is actually the left_column.php for this page... Nothing is showing up...

    Can someone tell me what to do???

    http://www.baptismalrobes.net

    Thanks!

    It's working now! However, I need to move the images to the BOTTOM of the column, rather than the top...what now?
    Last edited by ShirleyH; 02-23-2006 at 08:01 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    looks like you got it to work, but its not fading..?

    this is almost surely a javascript error, not a php error.

    php should just be used for dynamic content... stuff you need ifs, elses, whiles, and includes, etc. for.

    just code a normal html page, placing the javascript in the right places, then add in your php stuff.

    Or, just include it in your html code, ignoring the php.

    a php page is just an html page with some extra commands (that are changed into pure html on by the server when sent).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •