Jump to content

string from a string


denoteone

Recommended Posts

having a hard time getting data out of a string saved in a variable.

 

$fp = "[Querying whois.arin.net] [Reirected to whois.ripe.net:43] [Querying whois.ripe.net]";

I need to create a new variable that only has the string "whois.ripe.net"   the second instance of it above.

$newfp = getstr($fp, get the data between the 2nd instance of Querying and the 3rd instance of ]);

echo $newfp;

output   whois.ripe.net

Link to comment
https://forums.phpfreaks.com/topic/153208-string-from-a-string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.