Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
zu #1
conditional query with phakt /PHP
Actually what I want to accomplish should be easy.
The SELECT goes something like this pseudo code:
SELECT * FROM table
WHERE 1=1
if formfieldvalue not 0
zu Guest
-
[REQ] PHAkt ServerModel Extension
Hi all, I'm looking for any and all versions of the PHP ADODB ServerModel extension PHAkt which was cancelled by Adobe after the merger with... -
phakt to phpmysql conversion tool
I'm looking for a way to convert a site made with phakt and Kollection to a standard php+mySQL one (thanks adobe for destroiyng former interakt... -
Dreamweaver MX 2004 and PHAkt
I have downloaded the 30-day trial version of Dreamweaver MX 2004 to evaluate using it for our corporate intranet. We use MySQL for intranet stuff,... -
Phakt Click plus sign, ´+¡, I not see ADODB Connection.
I have installed phakt but in this step: .... In the Application panel, select the Databases tab. 5. Click the plus sign, +, and select ADODB... -
Conditional query
<CFQUERY NAME='qGetDetailThumbs' DATASOURCE='va_db'> Select hotelId, name, supplier, url, thumbnailurl FROM hotel_images WHERE hotelId =... -
zu #2
conditional query with phakt /PHP
Actually what I want to accomplish should be easy.
The SELECT goes something like this pseudo code:
SELECT * FROM table
WHERE 1=1
if formfieldxvalue not 0
AND x LIKE formfieldxvalue
if formfieldyvalue not 0
AND y LIKE formfieldyvalue
Now I'd like to accomplisch this in a way that allowas the webdesigner to
later on edit the query if needed from within the server behaviours.
Does someone know if this is possible.
Otherwise I could just write the PHP without PHAkt...
zu Guest
-
zu #3
conditional query with phakt /PHP
Actually what I want to accomplish should be easy.
The SELECT goes something like this pseudo code:
SELECT * FROM table
WHERE 1=1
if formfieldxvalue not 0
AND x LIKE formfieldxvalue
if formfieldyvalue not 0
AND y LIKE formfieldyvalue
Now I'd like to accomplisch this in a way that allowas the webdesigner to
later on edit the query if needed from within the server behaviours.
Does someone know if this is possible.
Otherwise I could just write the PHP without PHAkt...
zu Guest



Reply With Quote

