Topic awaiting preservation: like |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: |
posted 04-25-2005 15:32
yo im using php like command or whatever and i want to know if i can use if for multiple feild in a searchfor example if i wanted to search for any row containing dat at the moment i would go |
Maniac (V) Inmate From: under the bed |
posted 04-25-2005 16:01
totally. quote:
|
Bipolar (III) Inmate From: |
posted 04-25-2005 16:10
the "whatever" was beacause i came on here the other day with a post and called somthing a command rather than a function or somthing like that and sum guy came on and started spitting hairs even though it dosent really matter if i know what im doing and he know what im doing quote:
|
Maniac (V) Inmate From: under the bed |
posted 04-25-2005 20:59
You may also consider this simply 'splitting hairs', but you stated you were working with the PHP command 'LIKE'. But the 'LIKE' is not PHP, it is the SQL. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 04-25-2005 21:24
And to continue on DL's rant, when it comes to programming you will find a ton of hair splitting. This is because the little difference are very important. This is the same reason that you will find an importance on knowing design patterns when you really get into programming. The difference between between a Singleton and a Prototype, or an Adapter or Bridge is huge, and were you to exchange one for the other you would end up with very different results. |