# Php without MySQL load in Flash

**URL:** https://forum.kirupa.com/t/php-without-mysql-load-in-flash/300459
**Category:** flash
**Created:** [November 21, 2009, 12:33pm UTC](https://forum.kirupa.com/t/php-without-mysql-load-in-flash/300459 "2009-11-21T12:33:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ericovna](https://avatars.discourse-cdn.com/v4/letter/e/3ab097/32.png) [@ericovna](https://forum.kirupa.com/u/ericovna)
#### Post date: [November 21, 2009, 12:33pm UTC](https://forum.kirupa.com/t/php-without-mysql-load-in-flash/300459/1 "2009-11-21T12:33:27Z")

</div>

Hello.

I installed on my site php script “Cutenews”.  
It works without any MySQL… It save all archives in text files.

its PHP script looks like this:

\<?PHP  
include(“show\_news.php”);  
?\>

The file URL is [http://pastakapusta.com/cutenews/news.php](http://pastakapusta.com/cutenews/news.php)

I would like to put this script into my Flash movie.  
I was trying to find some tutorials but it talks every time about PHP database MySQL and XML, and “Cutenews” doesn’t have that…

I’m not sure that I have to use Dynamic Text or not and what ActionScript have I write and where.

I use Flash like an animation program, but Action Script I’m using for the first time so I would like to ask you for the help.

Thank you very much.  
Ciao) :sonic:
