-
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.
-
-
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).
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks