Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
ensure that word exists in variable
Old 03-22-2010, 07:00 AM ensure that word exists in variable
Skilled Talker

Posts: 97
Trades: 0
Hello everybody..

i select website addresses from database all that i need is ensure that is '.com' exists in variable or not

for example:
if $x[1]='www.yahoo.com' --> return true.

but if $x[1]='www.yahoo' --> return false with error message website is not entered correctly.

thanks in advance
john_zakaria is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-22-2010, 07:05 AM Re: ensure that word exists in variable
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,384
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Take your choice from ->

http://www.php.net/manual/en/function.strrpos.php
http://www.php.net/manual/en/function.strstr.php
http://www.php.net/manual/en/function.stristr.php
http://www.php.net/manual/en/function.substr-count.php
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-23-2010, 10:23 AM Re: ensure that word exists in variable
Experienced Talker

Posts: 41
Name: Adam B
Trades: 0
Simplest, quickest method:

PHP Code:
if (strpos($search_in$search_for) !== false))
{
    
// match found

adam89 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ensure that word exists in variable
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.65152 seconds with 12 queries