| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| SQLdumpster.com Join Date: Jun 2005 Location: West Sussex, UK
Posts: 579
![]() ![]() | PHP "function" Hey, can anybody explain to me the basics of "function" and "case" which are used in PHP. A link to a tutorial would be cool also. Thanks
__________________ SQL Dumpster - SQL Database Dumps and Resources |
| |
| | #2 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,267
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Hello, Sure first lets start with case. CASE is a function used by the function switch. Switch is commonly used when having alot of if and else commands insted of if and else. It does the same thing. IF are more faster when doing small if and else command but time consuming when you have around 20 of them. So PHP made a function which allowed you to do this more cleanly and faster processing. Switch tells the computer to check the variable for cases. Or if non found it does what default is set to. Example: PHP Code: As for a tutorial you can find one at that php link above. Now for functions. Function pretty much sets a function. Tells the browser to set a class function so when called it processed it and returns a value (Wether true or false) Example PHP Code: PHP Code: Thanks, iNod
__________________ I feel old. |
| |
| | THREAD STARTER #3 (permalink) |
| SQLdumpster.com Join Date: Jun 2005 Location: West Sussex, UK
Posts: 579
![]() ![]() | Thank you very much! NP$ Donated and Rep added!
__________________ SQL Dumpster - SQL Database Dumps and Resources |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial: Getting started with PHP (The Basics) | deadserious | Webmaster Tutorials | 60 | 11-17-2007 11:35 AM |
| Googlism - What does google think of you? | deadserious | The Break Room | 55 | 12-15-2005 09:09 AM |
| PHP Editor Software List | Ber|Art | Free Resources | 3 | 08-22-2004 08:59 AM |