PhdJB Posted June 22, 2007 Share Posted June 22, 2007 Okay I set up my variables like this: $FName= $_POST("FName"); the rest of the code is fine but...for some reason this code calls an undefined function error. Fatal error: Call to undefined function: array() Could someone please help me?? Quote Link to comment Share on other sites More sharing options...
metrostars Posted June 22, 2007 Share Posted June 22, 2007 $FName= $_POST("FName"); should be square brackets instead of circle ones. Quote Link to comment Share on other sites More sharing options...
PhdJB Posted June 22, 2007 Author Share Posted June 22, 2007 huh..thats amazing, who would think that something so simple could solve a headache!!! Thanks man!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.