JSHINER Posted October 19, 2007 Share Posted October 19, 2007 What would this: <cfparam name="form.email" default="" type="string"> <cfquery datasource="dsn" name="suggestions"> SELECT email FROM contacts WHERE email LIKE </cfquery> <ol> <cfoutput query="suggestions"> <li>#suggestions.email#</li> </cfoutput> </ol> Look like in PHP? Link to comment https://forums.phpfreaks.com/topic/73966-solved-php-version-of-a-simple-coldfusion-page/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.