Hello,
I made a shoutbox in php, the problem is that i am sending shoutbox data(name and text) with submitting forms, that way i get POSTDATA. The question is, can i send my shoutbox data to php by not using POSTDATA?. Url(GET) passing is not acceptable. If not, can i clear my POSTDATA?
Thx.
I made a shoutbox in php, the problem is that i am sending shoutbox data(name and text) with submitting forms, that way i get POSTDATA. The question is, can i send my shoutbox data to php by not using POSTDATA?. Url(GET) passing is not acceptable. If not, can i clear my POSTDATA?
Thx.
Comment