When I do the >Insert>ServerSideInclude in Dreamweaver, resulting in:
<?php require_once('../../includes/navmenu/navbar.php'); ?>
The page works:
http://www.ericsonyachts.org/people-projects/regional_pages/rp_e-nw-00.php
but what I see in design view (in the Dreamweaver application) looks...
Thanks Chris...
Well, when I do the >Insert>ServerSideInclude in Dreamweaver, resulting in:
<?php require_once('../../includes/navmenu/navbar.php'); ?>
The page works:
http://www.ericsonyachts.org/people-projects/regional_pages/rp_e-nw-00.php
but what I see in design view (in the...
I'm having the same issue with this - and have removed the table - so it's ONLY the include statement.
The include works, the page works - but the design view is gone - and all I see is trash from my include (instead of the page and graphics, etc - design view.
Was there ever any resolution...
I need a little assistance. I'm trying to include a menu system at the top of my webpage, and have need to insert an include in every page (the include has the menu system in it).
I'm using Dreamweaver CS3 - and when I do a server side include (in php), the link is made, and the include...
I need a little assistance. I'm trying to include a menu system at the top of my webpage, and have need to insert an include in every page (the include has the menu system in it).
I'm using Dreamweaver CS3 - and when I do a server side include (in php), the link is made, and the include...
Greetings All -
A quick answer to this, if possible, please - to keep me from losing it....
I have a photoshop file with about 30 layers in it - many of which contain drop shadows. For some reason, they've all disappeared!
Does anyone know of a often-errored method of losing your...
My brain is totally shot - anyone remember what the syntax is for pulling a ton of data into a temp table? It was something like
Select into #temptablename ...Fieldnames
from ...tablename
where ...constraints
Thanks,
//sse
Sean Engle
Admin/DirIS
ssengle@bswusa.com
Before I start pulling my hair out...
Does anyone know of any real specific 'gotchas' with respect to Win2kSvr and it's print services? I just moved my company to a new print server with Win2kSP3 on it - and loaded the drivers (all HP) - it seemed to work fine.
Now the spooler is being shut...
Help.....
I have a old Fujitsu line printer DX2400 - which requires us to create a user-defined paper type for us to print check stock on. A consultant set this up years ago - and that box has died - so I've moved our AP person to a new box - but - that's right - I have no idea of how to set...
Thanks Clare -
So I cannot go directly from numeric to char, eh? I addressed this by adding another field (varchar), and two-stepping it: numeric-->varchar-->char. It seems to work.
Hopefully I can get this off my desk now and get some lunch...
Thanks for your help! :)
//sse
Sean Engle...
Thanks Clare -
I thought I could just convert the numeric format to char and then somehow flood the empty spaces with '0'. But it seems I cannot even get past:
---------------
UPDATE COLUMBIA_UPLOAD
SET COLUMBIA_UPLOAD.CKAMNT = CONVERT(char(10), TRXAMNT,10)
FROM ##COLUMBIATMP
WHERE...
Our bank wants reports - which is not a problem - but they want numeric fields that are completely filled - so that if a nine digit numeric is for 10.00 - it would appear like this: 00000010.00
How on earth do I do THAT??? :(
//sse
Sean Engle
Admin/DirIS
ssengle@bswusa.com
Depending on what you're trying to accomplish - I would just do a convert as mentioned above -
select CONVERT(VARCHAR(25),GETDATE(),1)
If you go to BOL, and look up 'CAST and CONVERT' you'll see a nice table of all the date/time styles - it's how I got to this point - not mentioning being...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.