Jump to content

PHP project

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
7 replies to this topic

#1
moks_107

moks_107

    Newbie

  • Members
  • PipPip
  • 25 posts
Hi everyone!umm i need your help!really really bad!coz im kinda new to php,well recently ive been having taking up php classes,so ive been given a big project and it seems that i have to make a website using php,well the website that i have to do is a website with a music player and a movie player well i was able to find some tutorials on how to make a music player on flash but the question is how to i attach it to php?please help me!well i taught of the easy way to make a website is by flash so that all i have to do is link it what do you guys think?please help me is there any references that you guys know on how to implement flash on php?or something like that.well thanks guys!i look forward to your replies!

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
You do it as if you should have attached it to normal html. but with php, you could easier manage the parameters.

#3
moks_107

moks_107

    Newbie

  • Members
  • PipPip
  • 25 posts
attach it like in html eh but in php code?hmm how to do that?hmm ill try to check it out thanks for the reply

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
use php to generate the html code needed to run the flash. by doing this, you can use php to decide parameters and other things for the code.

#5
moks_107

moks_107

    Newbie

  • Members
  • PipPip
  • 25 posts
ummm how do i that??hehe sorry im kinda new to these stuff cud u give me more information plz thanks for the reply orjan

#6
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
I really think you need to know a little more about programming in general and php.
do you know what conditional statements are?
do you know how to use variables and loops?
how good are you on writing HTML?
you know how to embed an flash object?
and what about changing the appearance of text, as bold or italic?

#7
moks_107

moks_107

    Newbie

  • Members
  • PipPip
  • 25 posts
haha dont worry orjan i know programming in general its just that im was just really concentrated in C++ and perl than into HTML and PHP thats why but i kinda know the basics of PHP from researching the thing i dont know from the questions u asked where how to embed flash object if u be kind enough cud u help me with that?

#8
thetit4n

thetit4n

    Newbie

  • Members
  • PipPip
  • 15 posts
A good place to start would be w3schools.com/ (Can't post links for a couple more posts) They will have all of the information you need for starting out in (X)HTML and PHP. I love linking to them because they are reliable in the sense that what they say is accurate.

Also i know that orjan can vouch that they are a good place to start.