Posts

Showing posts from August, 2025

Challenging Activity Advanced Programming

Image
  PHP & Node Program Instructions 1. Write in Both Node and PHP 2. Test your program 3. Post in your blog with 3 screenshots 4. copy in bond paper/yellow pad Program 1. Write a front end program 2. fetch the data in the front end and validate it using PHP 3. Determine data if it is a number or not in PHP 4. Apply the PHP is_numeric() function to filter the non numeric data 5. Combining the front end and data processing with PHP as your server scripting ally. Picture#1 shows output if the input is not a number Picture#2 is a sample output if input is a number For more info: https://www.youtube.com/watch?v=dRgoB3PL88Y https://www.w3schools.com/php/func_var_is_numeric.asp