ColdFusion-syntaksfejl
Hej, min Apacheserver siger, at der er et'<' for meget i linje 11, 1. afsnit.Dette er hele dokumentet:
<html>
<head>
<title>Trip Listing</title>
</head>
<body>
<h1>Trip List</h1>
<cfinvoke component="cfdocs.getting_started.web-content.my_app.components.gettrips"
method="basicList" returnvariable="TripList">
</cfinvoke>
<cfquery name="TripList" datasource="compasstravel">
SELECT trips.tripName FROM trips
</cfquery>
<cfoutput query="TripList">#tripName#<br></cfoutput>
</body>
</html>
Hvad er det jeg ikke har fattet???
/Tajo