Ask a Question related to Dreamweaver AppDev, Design and Development.
-
WebSlave #1
Do not show if + SQL
I have two rows in my database, one is Sold = Y or N and the other is Sold date.
I would like for an item not to show if SOLD = 'Y' and SOLDDATE > 7 days.
Any ideas?
WebSlave Guest
-
Show Pic extension
Dear Sirs Using the extension Show Pic by PVII I wonder if it would be possible to show the first image of the gallery when a page is loaded... -
php show if
hi, i was looking for a FREE extension that basically was something that would show one thing if the user was logged in and show another if the user... -
need someone to show me the right way
I really don't know how to make this just the way I want to be. I wish I could show you the picture what I want. Maybe if I give you an URL:... -
To Show or Not
:confused; Hey everyone, I have a form that's very long and want to be able to show all the topics when the person first visits the page, but not... -
How to show this
Hello, I have made a script that displays some data, and I need to have the output displayed on my page without support of PHP. The script outputs... -
cutigerfan #2
Re: Do not show if + SQL
Narrow the seach with your where clause and then show all rows.
ie where Sold ="Y" and and (datediff(dd, submitDtm, getdate())) < 7
Good luck.
cutigerfan Guest



Reply With Quote

