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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.