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?? Link to comment https://forums.phpfreaks.com/topic/56727-solved-_post/ 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. Link to comment https://forums.phpfreaks.com/topic/56727-solved-_post/#findComment-280168 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!! Link to comment https://forums.phpfreaks.com/topic/56727-solved-_post/#findComment-280173 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.