Anyone have further ideas?
Here is some php ideas: http://www.digitalbuilder.co.nz/currently on the front page
will move it later to http://www.digitalbuilder.co.nz/WebDesignTips_PHPCodingTips.asp
e.g. function q($sql) { // for improved/speed queries
trying these ideas from this diagram...
Layer 4 would be Session Translator
Layer 3 would be 'Session Interpreter' Page/Session Insertion & Output with page/Session
Layer 2 Would be original Page
Layer 1 would be Original page/s includes
Result:
Level 3
Level 2
Level 1
TestL2.asp
<%
Session("PleaseGodWork")="Level 3<br>"...
This is for what may be a large traffic site in New Zealand [Population 4 Million]
Hello, I wanted a domain to match anything with a domain space i can specify
I have 'http://[\w|\W]{1,}nz' But it doesn't cut off at the .nz
1] How do i make it cut off at the .nz
2] How can i make it return...
I tried the M$ program but apparently its reversible and doesn't seem to work with my code, reports errors as if it can't handle it
1] What options are there?
2] How safe are they?
3] Do any of them have licencing control?
Currently considering for...
I am just considering migrating to PHP/MySQL as opposed to ASP/MDB. It has some advantages it seems, as well as more commonality which may be emerging:
What I would like to know: do you know how, with PHP/MySQL to refer to relationships so I can go through the fields and figure out which target...
ASP V3 [Classic]
-Server Loads may be greater because of trying to improve income to expensive server
-Includes may be processed for the whole page rather than 'as needed' making it slower
-Uploads can be done but may be limited
-Image resizing may require pay or free components that may not be...
http://www.creightonbrown.co.nz/FileStatsNo3.gif
PHP may be starting to get more of a grasp.....
I have an ASP Code generator, would like to know who here has built MySQL>PHP DataCentric Code Generators?
I have a basic plan... planning on looking at code to find the datatype and loop through...
Next monday I start a new trial job catalouging 1000 computers, 110 pellet loads of equipment e.g. printers, monitors. It will be on a team of 5 or so from what I gather so far.
What I would like to know:
Management
1. Does anyone know a Database system already developed for catalouging such...
SELECT [table_name] FROM [INFORMATION_SCHEMA].[Tables]
1. Works in the query manager
2. In an asp Recordset with the SA account it returns -1
3. I also want to use it without SA, its on a commercial web host facility
Any ideas?
Declare @Offset int
Declare @PerPageAmount int
Set @Offset=25
Set @PerPageAmount=5
Select top @PerPageAmount * from dbo.FlatArrMetaType where flatarrmetatypeid>@offset
I want to have multiple fields from multiple tables have unique names or a way to uniquely identify them when using table1.*, table2.*
Any ideas?
e.g. Order gets the second order and not the first
I realise order has to be escaped in [order] when doing the sql but not for the RS
Example data...
SQL Server, Dynamic Array of Array loading question
Quote:
--
--Question
--
-- How to load in array from @value
-- Or is there another way?
--
--@12 will be an array type, array of array
Declare @12 varchar(200)
Set @12='(1,2,3)'
if (@12<>null)
BEGIN
Select 12 from FlatArrayMetaType
inner...
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.