|
Thank you,
its working fine
|
|
I've been using Interakt extensions for several years now and find them
to be very powerful with excellent customer support. The MX Kollection
is a...
|
|
You can find how to generate a shopping cart from PHP-MySQL going to
phpfreaks.com or you can also take a look at our products which support
ASP,...
|
|
I think I might go with:
$myLevel = $_SERVER;
<?php include($myLevel . "/includes/header.inc"); ?>
are there any better methods?
Thanks T
|
|
.oO(Paul Whitham TMM)
The referrer is not always available, never rely on it.
Micha
|
|
I'm passing in a comma delimited list as a parameter to a function.
Ex. the argument passed in holds the following values: 1, 2, 3, 4, 5,
I need...
|
|
Tom
Can I recommend that you purchase the book "Build your own ASP.Net website
Using C# & VB.Net" by Zak Ruvalcaba which is available on...
|
|
Keep the link from the form processing script to the thank you page document
relative and do not include the https: and then create a link from the...
|
|
It will all depend upon the server model that you are choosing to use, as
all of the models can read text files and display the content. You can...
|
|
Yes install the fix.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design...
|
|
The following script is an example that will send a html email using the
built in ASP.Net mail components. To include a form field all you need to...
|
|
The most consistent look is achieved with pixels, but generally ems are
recommended in cases where accessibiliy issues could arise.
--
Regards
...
|
|
How are they doing it? Have you some URL's? You could try
<%
if Request.ServerVariables("SERVER_NAME") <> "www.mysite.com" then
Response.End...
|
|
Hi
I have uploaded a website with a control pancel to add delete and modify items
in a MySQL database.
I can safely Add new items but I cannot...
|
|
OK
I tried adding
checkbox1.attributes.add("Value", 1) to the page load event but still get
the following error
System.FormatException: Input...
|
|
Hi,
You've probably not enabled the MySQL support in the PHP5 php.ini file.
Please search this file in c:\windows\php.ini and edit it, search for...
|
|
That Ross that worked a treat :0)
|
|
I am getting an 80040e21 error using the log in user server behavior. The
complete error message is Microsoft OLE DB Provider for SQL Server...
|
|
Mattboy_Slim wrote:
Well, I don't know about server behaviours, I never ever used them, but
in SQL it's damn easy:
SELECT ... WHERE DB_month =...
|
|
Rsootarsing wrote:
SELECT.... WHERE property IN (prop1, prop2, prop3, ...)
Get prop1, prop2, ... from a listbox with multiple selection, and you...
|