# web developers enter

**URL:** https://forums.speedlife.net/t/web-developers-enter/52701
**Category:** NYSpeed Off Topic
**Created:** [August 5, 2008, 6:43am UTC](https://forums.speedlife.net/t/web-developers-enter/52701 "2008-08-05T06:43:40Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![DrDoS](https://avatars.discourse-cdn.com/v4/letter/d/ccd318/32.png) [@DrDoS](https://forums.speedlife.net/u/DrDoS)
#### Post date: [August 5, 2008, 7:04am UTC](https://forums.speedlife.net/t/web-developers-enter/52701/12 "2008-08-05T07:04:13Z")

</div>

> [@Locutus](#):
>
> where do i put that stuff?? in the index.htm
> 
> im not a programmer…

fist run the MySQL Query string inside the mysql server if you have it  
then put that code in a index.php file on the top.  
It will create a memory table for scalability.  
The memory will not always be there for example if you reboot it will be gone.

So to save the memory simply create a cron script to pull the data and insert into another table with the same schema but non memory type.

---

_[View the full topic](https://forums.speedlife.net/t/web-developers-enter/52701)._
