Search results

  1. L

    No space left on device (28)

    i have the same problem this morning, haven't seen it before if it's more upgrades then as long as we know then that's cool
  2. L

    Writing to database?

    hi martyn you have assigned a string to your $query variable to perform the INSERT but you haven't actually sent the query to myql after this statement in your code $query="INSERT INTO commentTable (ID, FNAME, LNAME, PHON) VALUES ('NULL','".$FName."','".$LName."','".PHON."')"; add...
Top