|
Hire a flash designer Contact Flash webdesign E-learning Flash Slideshow Flash Video Flashcom flash communication server media server 2 Audio & Video Flash webcam chat |
Use Flash and PHP to communicate with your MySQL-database ! The advantage using MySql instead of saving data to .txt fields or other, are many. One is you dont have to think about how the data is saved.MySQL saves it for you. When you need the data MySQL simply returns the data back again. Fast and easy, you dont have to think about saving data nor finding it again MySQL does it all for you. In brief : if you need to save a lot of data, and keep track of it all. well then it would make seance to save it in a MySQL database Tip:( ask your hosting; if you can run PHP scripts and have access to MySQL ) Example's on what kind of applications you kan build with php og MySQL. Flash php Guest books - (let your visitors add messages to your site.) Flash php member database - (login, fetch & save member data.) Catalogs - (save products, pictures, text ect.... ) Tracking visitors with php and flash- (visit / visitor time, clicks, IP's, page views, ect...) Flash php highscore lists - (save score, Username, time, ect...) The possibility are endless, so you probably have many idears yourself ;-)
Brug PHP til at snakke med din MySQL-database ! Fordelen ved at bruge MySQL frem for, f.eks .txt filer, er at du ikke selv skal tænke over hvordan din data bliver gemt. MySQL gemmer data'en for dig. Når du så skal bruge data'en igen så henter MySQL din data tilbage. Hurtigt og nemt, du skal ikke tænke på at gemme data, ej heller finde dem frem igen, det sørger MySQL for. Så kort sagt, hvis du har en stor bunke data som du skal holde styr på, ja, så er det oplagt at putte dem i MySQL. Her er nogle ideer til, hvilke applikation du kan bygge med php og mysql. Gæstebøger ( Lad dine besøgende tilføje beskeder ) Medlems databaser ( login, hent & gem medlem's data) Kataloger ( gem varer, billeder, tekst mm.... ) Tracking a besøgende med php og flash- (gem tidspunkt, kliks, IP's,sidevisning mm...) Flash php Highscore liste
Mulighederne er mange, så du har sikkert flere ideer selv ;-) Visit www.HarboArts.com to view the latest flash php and mysql in action. That runs php, php and mysql with flash. Flash applications running php communicate with a database. split( ); include(); foreach(){ if(){} } } echo "; mysql_connect($YOURhost,$YOURuser,$YOURpass); @mysql_select_db("$YOURName"); ###This is the SQL statement that will get your settings from the Database. $result = mysql_query("'"); ##This sets the variables from the Database mysql_result(); ###This is the SQL statement that will update the settings in the Database. $query = "UPDATE YOURDB SET YOURROW = WHERE #Connects to the Database. mysql_connect(); mysql_select_db(); "INSERT INTO $table () VALUES ()"; mysql_query(); #Gets the number of rows affected by the query as a check. mysql_affected_rows(); $REMOTE_ADDR;
What is PHP? PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section. Flash related websites : Actionscripts ActionScript Toolbox Flashkit Macromedia Kirupa |