I have some mysql email problems! Maybe someone can help me!
#2

First of all, you need to use this string sizes inside that sscanf..
Код:
					Subject[100],
					Sender[60],
					Time[15],
					Date[20],
					Message[256],
sscanf(result,"s[60]s[100]s[15]s[20]iis[256]",Sender,Subject,Time,Date,New,Mk,Message);
let me check the other things
Reply


Messages In This Thread
I have some mysql email problems! Maybe someone can help me! - by Scrillex - 27.09.2012, 00:22
Re: I have some mysql email problems! Maybe someone can help me! - by Roel - 27.09.2012, 07:42
Re: I have some mysql email problems! Maybe someone can help me! - by Scrillex - 27.09.2012, 08:21
Re: I have some mysql email problems! Maybe someone can help me! - by Scrillex - 28.09.2012, 14:30

Forum Jump:


Users browsing this thread: 1 Guest(s)