View Single Post
02-05-2007, 06:52 PM
#15
Alex Eyre is offline Alex Eyre
Alex Eyre's Avatar
Status: Designer
Join date: Aug 2006
Location: Manchester
Expertise:
Software:
 
Posts: 1,132
iTrader: 5 / 100%
 

Alex Eyre is on a distinguished road

Send a message via MSN to Alex Eyre

  Old

heres an outline of what I was thinking.

PHP Code:
<?php

include ('http://www.blah.com/blah.php');

$query="...";
mysql_query($query);
?
php>
I need to be able to add a value everytime the value is run if there is any better ideas?
Alex