PHP

Moderators: None (Apply to moderate this forum)
Number of threads: 1845
Number of posts: 5013

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Help Posted by breeners on 15 Sept 2006 at 6:00 AM
Hi, guys looking for some help and if possible. Have to do a project for my course this year have come up with a few ideas for it. Thinking of doing i am interested in. An unofficial site dedicated to Liverpool. Have a basic idea of what to incorporate in it, looking for a bit of help to get started. Wanting to do a site like this except a bit more exciting.

http://www.waterfordlfc.com/

looking to link it up to a database as well with SQL. Looking to incorporate maybe a bit of flash into it
Report
Re: Help Posted by nugent on 15 Sept 2006 at 6:21 AM
so, what exactly do you need help with?



------
nugent



Report
Re: Help Posted by breeners on 15 Sept 2006 at 6:36 AM
: so, what exactly do you need help with?
:
:
:
: ------
: nugent
:
:
:
:

As you might have seen on url link. Looking for code to incorporate videos and stuff like pictures. Not too familiar with php been honest. Can php program flash into a website?? going to use a bit of flash as well
Report
Re: Help Posted by nugent on 15 Sept 2006 at 8:39 AM
This message was edited by nugent at 2006-9-15 8:39:50

Well the best place to start is with the php homepage (http://www.php.net) or a php book.

php outputs html (which you must know), so to incorporate an image called my_pic.png you output:

<img src=my_pic.png>

so in php:

print("<img src=my_pic.png>");


so include a movie in html:

<object data=movie.mpg type=video/mpeg></object>

in php:
print("<object data=movie.mpg type=video/mpeg></object>");

php can create flash files using the ming library (check the manual) but unless your flash file contains dynamic content then you are better off create the flash file in macromedia (adobe) flash ( a very expensive piece of software for creating flash .swf files) and then using the <object> tag from html to embed it in the webpage

hope this helps, if you any more questions, you know where to ask them





------
nugent





Report
Re: Help Posted by breeners on 15 Sept 2006 at 8:53 AM
: This message was edited by nugent at 2006-9-15 8:39:50

: Well the best place to start is with the php homepage (http://www.php.net) or a php book.
:
: php outputs html (which you must know), so to incorporate an image called my_pic.png you output:
:
: <img src=my_pic.png>
:
: so in php:
:
: print("<img src=my_pic.png>");
:
:
: so include a movie in html:
:
: <object data=movie.mpg type=video/mpeg></object>
:
: in php:
: print("<object data=movie.mpg type=video/mpeg></object>");
:
: php can create flash files using the ming library (check the manual) but unless your flash file contains dynamic content then you are better off create the flash file in macromedia (adobe) flash ( a very expensive piece of software for creating flash .swf files) and then using the <object> tag from html to embed it in the webpage
:
: hope this helps, if you any more questions, you know where to ask them
:
:
:
:
:
: ------
: nugent
:
:
:
:
:
:
Thanx mate thats going to be a great help!



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.