| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | |
| |
| | THREAD STARTER #3 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Yes it would, or actually the second ![]() Here's the results for pasting the entire html source code from the namepros.com homepage: namepros.com TD.info vBStyles.net google.com DomainEmpire.com CoolHost.com googlesyndication.com qksrv.net |
| |
| | #6 (permalink) |
| Senior Member Join Date: Nov 2003 Location: Merlion City
Posts: 1,208
![]() ![]() | nice script there..thanks
__________________ ermm..do i need to put my sig here? Free Short URL | Free Reseller Hosting | Free cPanel Blog Hosting Hottest New Posters & Prints |
| |
| | THREAD STARTER #10 (permalink) | ||||
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() |
$list = split("\r\n", $domains); to something like this: $list = split(" +", $domains); That might do it | ||||
| |