View Single Post
  #2  
Old 01-23-2008, 04:12 PM
Dan Dan is offline
Daniel
Join Date: Oct 2007
Posts: 383
Dan is an unknown quantity at this point
Send a message via MSN to Dan
Please use the PHP tags and style your scripting. This way it is easier to read through your script. Also tell us what exactly is wrong in your script.

(example of styling and using PHP tags)
PHP Code:
function onCreated() {
  
condition false;
  
stuffHere();
}

function 
stuffHere() {
  if (
condition) {
    
doMoreStuff();
  }
}

function 
doMoreStuff() {
  
condition = {"one","two"};

__________________
Reply With Quote