how can i apply condition on the value of given input as you see this code is written inside the .php file thats why i used the echo statment to show the html inputs,at this point i dont know how can i apply condition on the value of input. If a user enters "hello" then php code should show " welcome back" else it should show "hello new user". i shall be very thankfull to you.
echo "<html> <head> </head> <body> <input type=\"text\" name=\"usertext\" value=\"\" /> </body> </html>";

New Topic/Question
Reply


MultiQuote





|