sanford vacuum outlet home page contact information products

 

Sanford Vacuum Outlet - Full Service Vacuum Outlet Located in Sanford NC, 27330

 

Art/Media/Performance

Auto

Books/Reading

Business/Services

Computer

Electronics

Entertainment

Fashion

Gifts/Specialty

Home/Family

Personal Care

Sports/Outdoors

Toys/Games

Travel

 

 
 
 
 
 
 
 
 
 
 
 
 

Home | Resources | Webmasters | Affilate Program

" and you have a second ad whose code is "" Now to put these two inside the text file, you need to seperate them using ~ sign. like below: ~ */ //opening the text file, if this line gives you error when compiling //the code then you need to chmod 755 your text file $fcontents = join ('', file ('http://www.sanfordvacuumoutlet.com/partners.txt')); //Spliting contents of file by looking for ~ mark between codes //and storing everything into an array. $s_con = split("~",$fcontents); //getting a random number which will be within the limit of the //contents of the file, means if 5 different banners/ads then the number //will be between 0-4 (total 5 ) $banner_no = (rand()%(count($s_con)-1)); //simple scho banner echo $s_con[$banner_no]; ?>