Hey, I was doing some tutorials where I used the get procedure
i.e
name = get
however, I counldn;t type anything in using the SciTe (after pressing F5)
| SitePoint Sponsor |

Hey, I was doing some tutorials where I used the get procedure
i.e
name = get
however, I counldn;t type anything in using the SciTe (after pressing F5)
I don't use SciTe, but shouldn't that be?Code:name = gets
Jason Sweat ZCE - jsweat_php@yahoo.com
Book: PHP Patterns
Good Stuff: SimpleTest PHPUnit FireFox ADOdb YUI
Detestable (adjective): software that isn't testable.
Yeah, gets is for command-line input. get is used in Rails functional tests to perform a HTTP GET on a URL.
Bookmarks