

InterviewSolution
Saved Bookmarks
1. |
Solve : BASIC for web programming?? |
Answer» Quote from: BC_Programmer on March 18, 2009, 01:09:24 PM PHP, like Python or Perl, can be used to run PHP scripts, not necessary in a web environment. PHP provides basic programming constructs, data TYPES such as ARRAYS, loops, FLOW control MUCH like any others. therefore its also a programming language. Code: [Select]# php5 -r 'echo "hello world\n";' hello world Quote from: ghostdog74 on March 18, 2009, 05:59:35 PM PHP, like Python or Perl, can be used to run PHP scripts, not necessary in a web environment. PHP provides basic programming constructs, data types such as arrays, loops, flow control much like any others. therefore its also a programming language. I know! I was being sarcastic, silly if VBScript wasn't a programming language, as some here claim, then PHP couldn't be either Quote from: BC_Programmer on March 19, 2009, 08:51:27 AM I know! I was being sarcastic, sillyoh...i see. |
|