bal bal Posted March 26, 2009 Share Posted March 26, 2009 Hi this is how it print in the in the perl, can anyone please tell me how to print them in the PHP. print "Please enter a valid forename<br>"; print "</body></html>"; thanks in advance Link to comment https://forums.phpfreaks.com/topic/151226-simple-php/ Share on other sites More sharing options...
Mchl Posted March 26, 2009 Share Posted March 26, 2009 Here you go print("Please enter a valid forename<br>"); print ("</body></html>"); or echo "Please enter a valid forename<br>"; echo "</body></html>"; Link to comment https://forums.phpfreaks.com/topic/151226-simple-php/#findComment-794389 Share on other sites More sharing options...
bal bal Posted March 26, 2009 Author Share Posted March 26, 2009 Here you go print("Please enter a valid forename<br>"); print ("</body></html>"); or echo "Please enter a valid forename<br>"; echo "</body></html>"; thanks a lot Mchl Link to comment https://forums.phpfreaks.com/topic/151226-simple-php/#findComment-794395 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.