works fine! only this one message.....
"Parse error: parse error in /home/int2000/13047/html/keskustelu/Sources/ModifyMessage.php on line 198
Fatal error: Call to undefined function: modifymessage() in /home/int2000/13047/html/keskustelu/index.php on line 305"
it comes when im trying to modify any message.
help...
EDIT:
and when trying to delete a message....
"Parse error: parse error in /home/int2000/13047/html/keskustelu/Sources/ModifyMessage.php on line 198
Fatal error: Call to undefined function: modifymessage2() in /home/int2000/13047/html/keskustelu/index.php on line 305"
yep, found a bug. in ModifyMessage.php
on line 198
This is how it is on your mod:
<input type="hidden" name="sc" value="' . $sc . '" /> </form>';<input type="hidden" name="msg" value="' . $msg . '" />
This is how it works:
<input type="hidden" name="sc" value="' . $sc . '" /> <input type="hidden" name="msg" value="' . $msg . '" /></form>';
now the modifying is working. but when im trying to delete a message, i receive this: "You have an error in your SQL syntax near 'LIMIT 1' at line 1
File: /home/int2000/13047/html/keskustelu/Sources/ModifyMessage.php
Line: 210"