Search found 2 matches

by jth133
Mon Feb 13, 2012 8:39 am
Forum: PHP - Code
Topic: PHP Issue
Replies: 1
Views: 752

PHP Issue

Hi all, My problem is this: I have an SWF embedded in a php page, which every 5 minutes runs some code and then calls a separate php script to save the changes to a database. If, instead of every 5 minutes, I set it to run every 1 minute it works great (so I know the problem is back end). However, s...
by jth133
Tue Nov 08, 2011 6:40 pm
Forum: Databases
Topic: SQL Insert Problem
Replies: 3
Views: 1595

SQL Insert Problem

Hi, I have a small amount of experience writing php and am currently running into an issue inserting array values into a sql table. A snippet of the code I have is below. The array "$flashVars" holds several variables which are supposed to be looped through and inserted into the table into...