# Flash News from PHP file

**URL:** https://forum.kirupa.com/t/flash-news-from-php-file/211935
**Category:** Uncategorized
**Created:** [January 6, 2007, 5:55pm UTC](https://forum.kirupa.com/t/flash-news-from-php-file/211935 "2007-01-06T17:55:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![zuriki](https://avatars.discourse-cdn.com/v4/letter/z/59ef9b/32.png) [@zuriki](https://forum.kirupa.com/u/zuriki)
#### Post date: [January 6, 2007, 5:55pm UTC](https://forum.kirupa.com/t/flash-news-from-php-file/211935/1 "2007-01-06T17:55:04Z")

</div>

I want to load text into a “dynamic text box” from a PHP file loading text from another PHP file.

flashnews.php has (news=\<? include “news.php” ?\>) this is because we are using a seperate news system developed in PHP.

news.php loads news from a MySQL but I don’t want flash to load it directly from the MySQL.

Is there anyway to do this?
