Jump to content

[SOLVED] PHP Version of a Simple ColdFusion Page


JSHINER

Recommended Posts

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?

Archived

This topic is now archived and is closed to further replies.

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