JustinB Posted March 14, 2008 Share Posted March 14, 2008 i am a new coder and i came acrost this ----> | and what is it called i looked all over on my keyboard but can not find it or even know how to search for it on google i am using it this way if (empty($email) || empty($content)) Link to comment https://forums.phpfreaks.com/topic/96117-how-do-i-make-this-character/ Share on other sites More sharing options...
conker87 Posted March 14, 2008 Share Posted March 14, 2008 It's next to your Z key, shift + \ || And it's called a Vertical Line (true story!) Link to comment https://forums.phpfreaks.com/topic/96117-how-do-i-make-this-character/#findComment-492049 Share on other sites More sharing options...
ricerocket Posted March 14, 2008 Share Posted March 14, 2008 it's the key directly underneath the backspace key. Shift+\ Link to comment https://forums.phpfreaks.com/topic/96117-how-do-i-make-this-character/#findComment-492050 Share on other sites More sharing options...
Rohan Shenoy Posted March 14, 2008 Share Posted March 14, 2008 And if you still have problem locating it, you can always use the OR instead of those 2 vertical lines. if (empty($email) || empty($content)) is same as if (empty($email) OR empty($content)) Link to comment https://forums.phpfreaks.com/topic/96117-how-do-i-make-this-character/#findComment-492051 Share on other sites More sharing options...
JustinB Posted March 14, 2008 Author Share Posted March 14, 2008 thank you Link to comment https://forums.phpfreaks.com/topic/96117-how-do-i-make-this-character/#findComment-492052 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.