Jump to content

insert record into mysql by php


rustbckt

Recommended Posts

I have this code I have been trying to get it to work but no luck.  I am running on php 5 with mysql.  The text file I have download nightly so I have the updated file.  There is over 15,000 records in the text file but I have hit a wall on this.  I am very very new to php and mysql any help would be great!  Here is the code untouched I just have my connection and table in it:

 

<?php
# Author: Keegan
# Email: keegan@sifizm.com
# Web Site: www.sifizm.com

# I run this script from a cron job every night to update 
# the mysql database I use with my employee web site 
# so it matches my local database every day. Feel free to 
# modify it to meet your specific needs. If you find it 
# usefull, drop me an email and let me know.

# edit the follow six items to use the script

# first connect to your mysql database
# i have my connection settings in a diferent file
# so i just include that file in all my scripts
include("connections/mls.php"); 

# assign the tables that you want to import to to the table array
$table = array(
'mlsdb',
);

# if the first row of your csv file contains column headings:
# $columnheadings=1
# if the first row does not contain column headings and should be imported:
# $columnheadings=0
$columnheadings = 1;

# contains the email address you want the results sent to
$emailaddress = "email@someaddress.com";

# contains the subject you want the message to have
$subject = "Enter Subject Here";

# contains the email address that will show in the from line
$emailfrom = "email@someaddress.com";

# you should not have to edit anything below this line



# perform the required operations for every table listed in the table array
foreach ($table as $tablename) {

# empty the table of its current records
$deleterecords = "TRUNCATE TABLE `$tablename`";
mysql_query($deleterecords);

# intialize your counters for successful and failed record imports
$pass = 0;
$fail = 0;

# the csv file needs to be the same name as the table,
# comma seperated with the columns in the same order as the table,
# and in the same dir as this script
$filecontents = file ("$tablename.txt"); # .csv is added to the table name to get the name of the csv file

# every record in the csv file will be inserted into the table unless an error occurs with that record
for($i=$columnheadings; $i<sizeof($filecontents); $i++) { 
$insertrecord = "Insert Into `$tablename` Values ($filecontents[$i])"; 
mysql_query($insertrecord);
if(mysql_error()) {
$fail += 1; # increments if there was an error importing the record
}
else
{
$pass += 1; # increments if the record was successfully imported
} 
}

# adds a line to the email message we will send stating how many records were imported
# and how many records failed for each table
$message .= "Table $tablename: Success=$pass Failure=$fail \n";
}

# set to the date and time the script was run
$runtime = (date("d M Y H:i"));

# add the run time to the body of the email message
$message .= "\nTime of the message: $runtime (server time zone)\n\n";

# Send the email message
mail($emailaddress, $subject, $message, "From: '$emailfrom'");

?>

Here is my text file:

 

ListNum	ListPrice	PhotoCount	LstFormType	LstPropertyType	Bedrooms	FullBaths	PartialBaths	City	FetFrontage	FetView	LotSize	FetCondition	Remarks	ListOfficeID	ListOfficeName	LotNumber	FetBusinessType	FetDesign	FetConstruction	FetSaleIncludes	NumOfUnits	LstArea	Acreage	ListAgentID	YearBuilt	ZipCode	LstStatus	PhotoTimeStamp	LakeName	LicensedOwner	ListAgentCellPh	ListAgentEmail	ListAgentName	RiverName	FetTerrain	MainFlrBedrms	UpperFlrBedrms	LowerFlrBedrooms	TotalRooms	ZoningCode	SurveyAvailable	Coventants	FetRestrictions	FetMasterBedroom	FetParking	FetCooling	FetRoadSurface	FetLake	FetLaundryLocation	Township	FetMilesToTown	Subdivision	FetDriveway	FetWater	FetSewer	FetWindows	FetRoof	FetBasement	FetStyle	FetRooms	FetInterior	FetExterior	FetHeating	FetAppliances	FetFloors	ListOfficeEmail	ListOfficePhone	ListOfficePhone2	AgentPhone	StreetNumber	StreetDirection	StreetName	Address	State	FetRecreation	VirtualTourUrl	Foreclosure
74578	25000	2	Lots/Acreage	Vacant Lot	0	0	0	Ellijay	Road		.5 Acre		Nice Laying Property! Easy to Build On! Great Area of Attractive Homes!	WOOD02	WOODLAND REALTY, LLC	136 BL						Gilmer County - Area 7	0.55	BCANTR		30540	Active	6/25/2009 5:51:30 PM		False	706-273-9266	westrlty@ellijay.com	Betty M. Cantrell		Level, Gentle	0	0	0			False	True					Paved			Ellijay	Under 5 Miles	Coosawattee River		Public Util/Avail	None											woodlandrealty@etcmail.com	706-276-1700	800-875-9026	706-636-4111	136BL		SUMMIT DRIVE	136BL  SUMMIT DRIVE	GA			0
94580	89900		Lots/Acreage	Vacant Lot	0	0	0	Hiawassee	Road	Mountain, Lake	.9		Great neighborhood good views of mountains and lake. Other lots available in Sutton Cove subdivision are #14 and # 8 in phaseII. Available in Phase I are lots #18 and #23	CLAND	CHATUGE LAND COMPANY	13						Towns County - Area 4	0.9	VWALDR		30546	Active			True	706-781-7674	chatugel@windstream.net	Viola Dyer Waldroup		Gentle	0	0	0			False	True					Paved				Under 5 Miles	Sutton Cove Phase II		Public Util/Avail	None											chatugel@windstream.net	706-896-2940	800-893-2940	706-896-2940	13		CEDARCLIFF RD	13  CEDARCLIFF RD	GA			0
95724	69900	1	Lots/Acreage	Commercial Lot	0	0	0	Murphy NC	Road		1.20A+-		Lot has home site on top or remove dirt for a commercial location. Between several storage buildings. Fronts on 19-129	CAROL	ERA CAROLINA MOUNTAIN HOMES							Cherokee Co N.C. - Area 9	1.2	JPOSEY		28906	Active	4/23/2009 7:00:01 AM		False	828-361-1548	joanposey@dnet.net	Joan Posey-Neumann		Rolling	0	0	0			True	False					Paved, State, See Remarks			Notla	5-10 Miles	Long Ridge Est.		None	None											eracmh@brmemc.net	828-837-7322	800-747-7322	828-837-7322	15		HWY 19-129 S	15  HWY 19-129 S	NC		http://www.firsthometour.com/virtual_tours/views/virtual_tour.asp?virtual_tour_id=5065	0
95997	199900	1	Lots/Acreage	Acreage	0	0	0	ELLIJAY	Road, Branch	Mountain, Year Round	13.15		LOCATION! ACREAGE IN THE CITY OF ELLIJAY. MANY HOME SITES AVAILABLE	WOOD02	WOODLAND REALTY, LLC							Gilmer County - Area 7	13.15	IHARPE		30540	Active	5/19/2009 7:00:00 AM		False	706-273-9191	shadetree@ellijay.com	Iris Davis		Gentle, Rolling, Steep	0	0	0			True	False					Paved, State			ELLIJAY	Under 5 Miles			Community/Available, None	None											woodlandrealty@etcmail.com	706-276-1700	800-875-9026	706-636-1010			HIGHWAY 5 NORTH	  HIGHWAY 5 NORTH	GA			0
101666	449900	10	Lots/Acreage	Acreage	0	0	0	Morganton	Road, Creek	Mountain, Year Round, Pasture, Creek	17.18 Acres		HEMPTOWN CREEK AND HWY. 515 FRONTAGE. 17.18 acres of open pasture land, fenced, large red barn and 2,000 feet on Hemptown Creek (trout stream). Great property for horses and cattle. Access on Old Hwy. 76 and Hwy. 515. COMMERCIAL POTENTIAL!	GEORG	GEORGIA PRIME REAL ESTATE, LLC							Fannin County - Area 6	17.18	HBRUCE		30560	Active	12/4/2008 5:38:55 PM		True		howellbruce@georgiaprime.com	Howell Bruce	Hemptown	Level, Gentle, Flood Plain, Bottom Land	0	0	0			True	False					Gravel, Paved, County, State			Morganton	5-10 Miles	N/A		None	None											info@georgiaprime.com	706-632-8555	877-632-1192	706-632-5671			HWY 515 OLD HWY. 76	  HWY 515 OLD HWY. 76	GA			0
106251	1600000	1	Commercial	Commercial	0	0	0	MURPHY	Road		0		MOUNTAIN VISTA INN IS LOCATED IN BEAUTIFUL DOWNTOWN MURPHY AND OFFERS HIGH TRAFFIC AND VISIBILITY, SUPER LOCATION,40 ROOMS (SUITES,DELUXE,STANDARD) THREE LEVELS, A FULLY OPERATIONAL RESTAURANT AND 10,000 SG FEET OF BANQUET FACILITIES.MEETING ROOMS. MOUNTAIN VIEWS, EXCELLENT PARKING AREA. EXCEPTIONAL CONSTRUCTION. CALL JOY STEIN FOR APPOINTMENT ONLY. SERIOUS INQUIRIES PLEASE!	VISTA	VISTA REALTY	0	Restaurant/Food Service, Hotel/Motel	3-4 Story	Concrete Block, See Remarks			Cherokee Co N.C. - Area 9	0	JRODRI	1982	28906	Active	10/7/2008 2:34:01 PM		False	828-361-4588	joy@brmemc.net	Joy S. Rodriguez		Level	0	0	0		0	False	True			Private, Large Area	Central Electric	Paved				Under 5 Miles			Public Utilities	City		Shingle				Handicap Facilities, Ceiling Fans, Sprinkler System, Public Restrooms, Private Restrooms, Cable TV Available, Phone, See Remarks	Large Lot, Signs, Security Lights, Trash Collection, See Remarks	Central		Carpet, Terrazzo/Tile	vistarealty@brmemc.net	828-835-8800	888-835-0447	828-361-4588	78		TERRACE AVENUE	78  TERRACE AVENUE	NC			0
106480	79500	5	Lots/Acreage	Vacant Lot	0	0	0	Hiawassee	Road, Creek	Mountain, Year Round	1.194 acres		Nine great creek front lots. Lots 1-8 have an engineered septic system. Most lots have approximately 100' creek frontage on Hightower Creek and great mountain views. Approximately 10 minutes east of Hiawassee in a quiet area of Towns County. Close to Lake Chatuge, Brasstown Bald, and the towns of Clayton and Helen, Georgia. Creek is state stocked and also contains native rainbow trout. Hi-speed internet available.	C2SCE	C-21 SCENIC REALTY	1						Towns County - Area 4	1.194	DAPPLE		30546	Active	7/20/2009 5:37:04 PM		False	706-835-5007	dapplegate@windstream.net	Diane Applegate	Hightower	Level, Gentle	0	0	0			False	True					Paved				5-10 Miles	Creekside Upper High		Shared Well	Commercial/Available, None											scenic21@brmemc.net	706-896-8633	800-997-4981	706-835-5007	LOT 1		CREEKSIDE	LOT 1  CREEKSIDE	GA		http://tournow.net/show/44611/idx	0
106487	79500	8	Lots/Acreage	Vacant Lot	0	0	0	Hiawassee	Road, Creek	Mountain, Year Round	.71 acre		Nice creek front lot. Great end location in beautiful Creekside at Upper Hightower Development. Lot 8 has an engineered septic system. Approx. 100' Hall Creek frontage and great mountain views. Drive cut in, just drive or walk down to the creek. Culdesac location. Approximately 10 minutes east of Hiawassee in a quiet area of Towns County. Close to Lake Chatuge, Brasstown Bald, and the towns of Clayton and Helen, Georgia. Hi-speed internet available.	C2SCE	C-21 SCENIC REALTY	8						Towns County - Area 4	0.71	DAPPLE		30546	Active	7/31/2009 2:25:29 PM		False	706-835-5007	dapplegate@windstream.net	Diane Applegate	Hightower	Level, Gentle	0	0	0			False	True					Paved				5-10 Miles	Creekside Upper High		Shared Well	Commercial/Available											scenic21@brmemc.net	706-896-8633	800-997-4981	706-835-5007	LOT 8		CREEKSIDE	LOT 8  CREEKSIDE	GA		http://tournow.net/show/44611/idx	0
108255	19900	1	Lots/Acreage	Vacant Lot	0	0	0	HAYESVILLE	Road, Branch	Mountain, Year Round	1.04		REDUCED!!!!! REDUCED!!!!! GREAT VIEWS SURROUND THIS 1 ACRE PARCEL IN EAGLE FORK VALLEY. SMALL BRANCH BORDERS. 2 BEDROOM SEPTIC PERMIT ON FILE.	C2SCE	C-21 SCENIC REALTY	1						Clay County - Area 8	1.04	TNEWEL		28904	Active	9/8/2006 7:30:36 PM		True	770-265-9076	tnewell@brmemc.net	Teresa Newell		Level, Gentle	0	0	0			False	True					Gravel, Paved, State			SHOOTING C	10-15 Miles	EAGLE FORK PROPERTIE		None	None											scenic21@brmemc.net	706-896-8633	800-997-4981	828-389-9595	LOT 1		EAGLE FORK RD.	LOT 1  EAGLE FORK RD.	NC			0

Link to comment
Share on other sites

Sorry about that.  I have updated the tags so it displays better.  Thank you.

 

<?php
# Author: Keegan
# Email: keegan@sifizm.com
# Web Site: www.sifizm.com

# I run this script from a cron job every night to update 
# the mysql database I use with my employee web site 
# so it matches my local database every day. Feel free to 
# modify it to meet your specific needs. If you find it 
# usefull, drop me an email and let me know.

# edit the follow six items to use the script

# first connect to your mysql database
# i have my connection settings in a diferent file
# so i just include that file in all my scripts
include("connections/mls.php"); 

# assign the tables that you want to import to to the table array
$table = array(
'mlsdb',
);

# if the first row of your csv file contains column headings:
# $columnheadings=1
# if the first row does not contain column headings and should be imported:
# $columnheadings=0
$columnheadings = 1;

# contains the email address you want the results sent to
$emailaddress = "email@someaddress.com";

# contains the subject you want the message to have
$subject = "Enter Subject Here";

# contains the email address that will show in the from line
$emailfrom = "email@someaddress.com";

# you should not have to edit anything below this line



# perform the required operations for every table listed in the table array
foreach ($table as $tablename) {

# empty the table of its current records
$deleterecords = "TRUNCATE TABLE `$tablename`";
mysql_query($deleterecords);

# intialize your counters for successful and failed record imports
$pass = 0;
$fail = 0;

# the csv file needs to be the same name as the table,
# comma seperated with the columns in the same order as the table,
# and in the same dir as this script
$filecontents = file ("$tablename.txt"); # .csv is added to the table name to get the name of the csv file

# every record in the csv file will be inserted into the table unless an error occurs with that record
for($i=$columnheadings; $i<sizeof($filecontents); $i++) { 
$insertrecord = "Insert Into `$tablename` Values ($filecontents[$i])"; 
mysql_query($insertrecord);
if(mysql_error()) {
$fail += 1; # increments if there was an error importing the record
}
else
{
$pass += 1; # increments if the record was successfully imported
} 
}

# adds a line to the email message we will send stating how many records were imported
# and how many records failed for each table
$message .= "Table $tablename: Success=$pass Failure=$fail \n";
}

# set to the date and time the script was run
$runtime = (date("d M Y H:i"));

# add the run time to the body of the email message
$message .= "\nTime of the message: $runtime (server time zone)\n\n";

# Send the email message
mail($emailaddress, $subject, $message, "From: '$emailfrom'");

?>

 

 

Here is my text file:

 

 

ListNum ListPrice PhotoCount LstFormType LstPropertyType Bedrooms FullBaths PartialBaths City FetFrontage FetView LotSize FetCondition Remarks ListOfficeID ListOfficeName LotNumber FetBusinessType FetDesign FetConstruction FetSaleIncludes NumOfUnits LstArea Acreage ListAgentID YearBuilt ZipCode LstStatus PhotoTimeStamp LakeName LicensedOwner ListAgentCellPh ListAgentEmail ListAgentName RiverName FetTerrain MainFlrBedrms UpperFlrBedrms LowerFlrBedrooms TotalRooms ZoningCode SurveyAvailable Coventants FetRestrictions FetMasterBedroom FetParking FetCooling FetRoadSurface FetLake FetLaundryLocation Township FetMilesToTown Subdivision FetDriveway FetWater FetSewer FetWindows FetRoof FetBasement FetStyle FetRooms FetInterior FetExterior FetHeating FetAppliances FetFloors ListOfficeEmail ListOfficePhone ListOfficePhone2 AgentPhone StreetNumber StreetDirection StreetName Address State FetRecreation VirtualTourUrl Foreclosure

74578 25000 2 Lots/Acreage Vacant Lot 0 0 0 Ellijay Road .5 Acre Nice Laying Property! Easy to Build On! Great Area of Attractive Homes! WOOD02 WOODLAND REALTY, LLC 136 BL Gilmer County - Area 7 0.55 BCANTR 30540 Active 6/25/2009 5:51:30 PM False 706-273-9266 westrlty@ellijay.com Betty M. Cantrell Level, Gentle 0 0 0 False True Paved Ellijay Under 5 Miles Coosawattee River Public Util/Avail None woodlandrealty@etcmail.com 706-276-1700 800-875-9026 706-636-4111 136BL SUMMIT DRIVE 136BL  SUMMIT DRIVE GA 0

94580 89900 Lots/Acreage Vacant Lot 0 0 0 Hiawassee Road Mountain, Lake .9 Great neighborhood good views of mountains and lake. Other lots available in Sutton Cove subdivision are #14 and # 8 in phaseII. Available in Phase I are lots #18 and #23 CLAND CHATUGE LAND COMPANY 13 Towns County - Area 4 0.9 VWALDR 30546 Active True 706-781-7674 chatugel@windstream.net Viola Dyer Waldroup Gentle 0 0 0 False True Paved Under 5 Miles Sutton Cove Phase II Public Util/Avail None chatugel@windstream.net 706-896-2940 800-893-2940 706-896-2940 13 CEDARCLIFF RD 13  CEDARCLIFF RD GA 0

95724 69900 1 Lots/Acreage Commercial Lot 0 0 0 Murphy NC Road 1.20A+- Lot has home site on top or remove dirt for a commercial location. Between several storage buildings. Fronts on 19-129 CAROL ERA CAROLINA MOUNTAIN HOMES Cherokee Co N.C. - Area 9 1.2 JPOSEY 28906 Active 4/23/2009 7:00:01 AM False 828-361-1548 joanposey@dnet.net Joan Posey-Neumann Rolling 0 0 0 True False Paved, State, See Remarks Notla 5-10 Miles Long Ridge Est. None None eracmh@brmemc.net 828-837-7322 800-747-7322 828-837-7322 15 HWY 19-129 S 15  HWY 19-129 S NC http://www.firsthometour.com/virtual_tours/views/virtual_tour.asp?virtual_tour_id=5065 0

95997 199900 1 Lots/Acreage Acreage 0 0 0 ELLIJAY Road, Branch Mountain, Year Round 13.15 LOCATION! ACREAGE IN THE CITY OF ELLIJAY. MANY HOME SITES AVAILABLE WOOD02 WOODLAND REALTY, LLC Gilmer County - Area 7 13.15 IHARPE 30540 Active 5/19/2009 7:00:00 AM False 706-273-9191 shadetree@ellijay.com Iris Davis Gentle, Rolling, Steep 0 0 0 True False Paved, State ELLIJAY Under 5 Miles Community/Available, None None woodlandrealty@etcmail.com 706-276-1700 800-875-9026 706-636-1010 HIGHWAY 5 NORTH   HIGHWAY 5 NORTH GA 0

101666 449900 10 Lots/Acreage Acreage 0 0 0 Morganton Road, Creek Mountain, Year Round, Pasture, Creek 17.18 Acres HEMPTOWN CREEK AND HWY. 515 FRONTAGE. 17.18 acres of open pasture land, fenced, large red barn and 2,000 feet on Hemptown Creek (trout stream). Great property for horses and cattle. Access on Old Hwy. 76 and Hwy. 515. COMMERCIAL POTENTIAL! GEORG GEORGIA PRIME REAL ESTATE, LLC Fannin County - Area 6 17.18 HBRUCE 30560 Active 12/4/2008 5:38:55 PM True howellbruce@georgiaprime.com Howell Bruce Hemptown Level, Gentle, Flood Plain, Bottom Land 0 0 0 True False Gravel, Paved, County, State Morganton 5-10 Miles N/A None None info@georgiaprime.com 706-632-8555 877-632-1192 706-632-5671 HWY 515 OLD HWY. 76   HWY 515 OLD HWY. 76 GA 0

106251 1600000 1 Commercial Commercial 0 0 0 MURPHY Road 0 MOUNTAIN VISTA INN IS LOCATED IN BEAUTIFUL DOWNTOWN MURPHY AND OFFERS HIGH TRAFFIC AND VISIBILITY, SUPER LOCATION,40 ROOMS (SUITES,DELUXE,STANDARD) THREE LEVELS, A FULLY OPERATIONAL RESTAURANT AND 10,000 SG FEET OF BANQUET FACILITIES.MEETING ROOMS. MOUNTAIN VIEWS, EXCELLENT PARKING AREA. EXCEPTIONAL CONSTRUCTION. CALL JOY STEIN FOR APPOINTMENT ONLY. SERIOUS INQUIRIES PLEASE! VISTA VISTA REALTY 0 Restaurant/Food Service, Hotel/Motel 3-4 Story Concrete Block, See Remarks Cherokee Co N.C. - Area 9 0 JRODRI 1982 28906 Active 10/7/2008 2:34:01 PM False 828-361-4588 joy@brmemc.net Joy S. Rodriguez Level 0 0 0 0 False True Private, Large Area Central Electric Paved Under 5 Miles Public Utilities City Shingle Handicap Facilities, Ceiling Fans, Sprinkler System, Public Restrooms, Private Restrooms, Cable TV Available, Phone, See Remarks Large Lot, Signs, Security Lights, Trash Collection, See Remarks Central Carpet, Terrazzo/Tile vistarealty@brmemc.net 828-835-8800 888-835-0447 828-361-4588 78 TERRACE AVENUE 78  TERRACE AVENUE NC 0

106480 79500 5 Lots/Acreage Vacant Lot 0 0 0 Hiawassee Road, Creek Mountain, Year Round 1.194 acres Nine great creek front lots. Lots 1-8 have an engineered septic system. Most lots have approximately 100' creek frontage on Hightower Creek and great mountain views. Approximately 10 minutes east of Hiawassee in a quiet area of Towns County. Close to Lake Chatuge, Brasstown Bald, and the towns of Clayton and Helen, Georgia. Creek is state stocked and also contains native rainbow trout. Hi-speed internet available. C2SCE C-21 SCENIC REALTY 1 Towns County - Area 4 1.194 DAPPLE 30546 Active 7/20/2009 5:37:04 PM False 706-835-5007 dapplegate@windstream.net Diane Applegate Hightower Level, Gentle 0 0 0 False True Paved 5-10 Miles Creekside Upper High Shared Well Commercial/Available, None scenic21@brmemc.net 706-896-8633 800-997-4981 706-835-5007 LOT 1 CREEKSIDE LOT 1  CREEKSIDE GA http://tournow.net/show/44611/idx 0

106487 79500 8 Lots/Acreage Vacant Lot 0 0 0 Hiawassee Road, Creek Mountain, Year Round .71 acre Nice creek front lot. Great end location in beautiful Creekside at Upper Hightower Development. Lot 8 has an engineered septic system. Approx. 100' Hall Creek frontage and great mountain views. Drive cut in, just drive or walk down to the creek. Culdesac location. Approximately 10 minutes east of Hiawassee in a quiet area of Towns County. Close to Lake Chatuge, Brasstown Bald, and the towns of Clayton and Helen, Georgia. Hi-speed internet available. C2SCE C-21 SCENIC REALTY 8 Towns County - Area 4 0.71 DAPPLE 30546 Active 7/31/2009 2:25:29 PM False 706-835-5007 dapplegate@windstream.net Diane Applegate Hightower Level, Gentle 0 0 0 False True Paved 5-10 Miles Creekside Upper High Shared Well Commercial/Available scenic21@brmemc.net 706-896-8633 800-997-4981 706-835-5007 LOT 8 CREEKSIDE LOT 8  CREEKSIDE GA http://tournow.net/show/44611/idx 0

108255 19900 1 Lots/Acreage Vacant Lot 0 0 0 HAYESVILLE Road, Branch Mountain, Year Round 1.04 REDUCED!!!!! REDUCED!!!!! GREAT VIEWS SURROUND THIS 1 ACRE PARCEL IN EAGLE FORK VALLEY. SMALL BRANCH BORDERS. 2 BEDROOM SEPTIC PERMIT ON FILE. C2SCE C-21 SCENIC REALTY 1 Clay County - Area 8 1.04 TNEWEL 28904 Active 9/8/2006 7:30:36 PM True 770-265-9076 tnewell@brmemc.net Teresa Newell Level, Gentle 0 0 0 False True Gravel, Paved, State SHOOTING C 10-15 Miles EAGLE FORK PROPERTIE None None scenic21@brmemc.net 706-896-8633 800-997-4981 828-389-9595 LOT 1 EAGLE FORK RD. LOT 1  EAGLE FORK RD. NC 0

Link to comment
Share on other sites

I have been trying to get it to work but no luck.

That statement provides us with zero useful information about what symptoms, errors, or problem you saw in front of you when you tried this on your system.

 

We only see the information you provide in your post and since we don't have access to your server, you are the only one here who can actually run your code in your environment and tell someone not standing right next to you what happened.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.