- Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions_validate.php
#
#-----[ FIND ]------------------------------------------------
#
// Don't allow
if (strstr(
#
#-----[ IN-LINE FIND ]----------------------------------------
#
, chr(160))
#
#-----[ IN-LINE AFTER, ADD ]----------------------------------------
#
|| strstr($username, ';')
Yet the result is still the same, x;x username does not exist.
Can you please define by example the correct syntax for sending multiple messages.
Thankyou.
EDIT I have just got it to work, by typing in the first username and then using the search facility which then adds a comma after the name followed by the 2nd username.
This works OK.
Syntax appears to be "username1, username2"
So I assume that "username1, username2, username3, username4" & so on will work.
Maybe replacng the comma with a semicolon if it has changed in the latest release.
Zoombini.

