how to pOst different messages using php codes?

  • Thread starter Thread starter kEsha_87
  • Start date Start date
K

kEsha_87

Guest
ex.
if i put "hi" then the next work will be "hellO"
its output would be like this:

hi
hello

using PHP codes..
when u put the word into the message box
it would display it under the "display icon"
 
You need a web server that supports PHP scripting. Then you need to know how to write the scripts to make them work on the server and to load in the browser when a user visits your site.

That's a little too complicated to explain here.
 
Back
Top