silentg0d Posted March 11, 2007 Share Posted March 11, 2007 Hey i'm getting an error on line 24 i think i defined the string wrong? http://pastebin.parentnode.org/4696 Link to comment https://forums.phpfreaks.com/topic/42278-what-is-wrong-with-my-string/ Share on other sites More sharing options...
JasonLewis Posted March 11, 2007 Share Posted March 11, 2007 look at line 23. your missing a ; $SetName = $_POST['SetName'] should be: $SetName = $_POST['SetName']; Link to comment https://forums.phpfreaks.com/topic/42278-what-is-wrong-with-my-string/#findComment-205080 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.