Hi,

I want to create a page where I send something to print to print out. If the process commited I should get TRUE if not FALSE message.

Is this possible with PHP?

Thanks

use below statements in your php script, when the condition is false:-

echo("<SCRIPT language='javascript'>
alert ('error message');
</SCRIPT>
");
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.