Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 101 to 125 of 463
Search took 0.03 seconds.
Search: Posts Made By: madhukp
Forum: Classic ASP Basics January 20th, 2005, 07:21 AM
Replies: 12
Views: 1,814
Posted By madhukp
You may need to have administrator rights to...

You may need to have administrator rights to create a new user. Otherwise, login as administrator.
Forum: Classic ASP Basics January 20th, 2005, 06:37 AM
Replies: 12
Views: 1,814
Posted By madhukp
The username and password of the user which has...

The username and password of the user which has the permission to access the folder. Haven't you created a user for this purpose ?
Forum: PHP How-To January 20th, 2005, 06:27 AM
Replies: 9
Views: 5,402
Posted By madhukp
No need of putting anchor tag in a form. ...

No need of putting anchor tag in a form.

First validate the HTML page where the link falls. There may be some extra quotes etc.

Just run
<?php
call phpinfo();
?>

and check whether...
Forum: PHP How-To January 20th, 2005, 05:15 AM
Replies: 9
Views: 5,402
Posted By madhukp
Have you tried $HTTP_GET_VARS["sid"] ? perhaps...

Have you tried $HTTP_GET_VARS["sid"] ? perhaps you may be using an old version of PHP.

Also, please let me know the version of PHP.
Forum: PHP How-To January 20th, 2005, 03:08 AM
Replies: 9
Views: 5,402
Posted By madhukp
You have to use $_GET["sid"] to get the value of...

You have to use $_GET["sid"] to get the value of sid.

You cannot use $sid to get the values. This was possible only in PHP versions before 4.2. You may however have this feature by changing...
Forum: Classic ASP Basics January 19th, 2005, 06:34 AM
Replies: 12
Views: 1,814
Posted By madhukp
If you are looking for NT based authentication,...

If you are looking for NT based authentication, please go through this post. It may be of some help to you.

http://p2p.wrox.com/topic.asp?TOPIC_ID=18956

Hope that helps.
Forum: Classic ASP Basics January 19th, 2005, 04:28 AM
Replies: 12
Views: 1,814
Posted By madhukp
Sorry, I have not worked on XP. But I think it...

Sorry, I have not worked on XP. But I think it will be same as win 2003. You can try the same steps.
Forum: Classic ASP Basics January 19th, 2005, 01:54 AM
Replies: 3
Views: 999
Posted By madhukp
correct way of including files.

Till now, I was including files as below.



But in win 2003, entry into parent paths from script is disabled by default. So I cannot use the above one.

The other way is to define a virtual...
Forum: VB How-To January 19th, 2005, 12:45 AM
Replies: 4
Views: 4,771
Posted By madhukp
Thanks for all the replies. I have finally...

Thanks for all the replies.

I have finally decided to use a public array combined with a list of constants for storing variables that are to be passed between pages.

something like

CONST...
Forum: Classic ASP Basics January 18th, 2005, 10:04 AM
Replies: 12
Views: 1,814
Posted By madhukp
I am assuming you are on either win 2000 or win...

I am assuming you are on either win 2000 or win 2003.

You can change the security settings for app folder. For this open windows explorer. Navigate to app folder. Right-click and open properties....
Forum: VB How-To January 17th, 2005, 09:48 AM
Replies: 4
Views: 4,771
Posted By madhukp
Hello Yeetesh, Thanks for the reply. I got...

Hello Yeetesh,

Thanks for the reply. I got the idea.

But, there is a problem. The employee details form is a general one to be used in many places. From whereever they click an employee, this...
Forum: VB How-To January 17th, 2005, 07:53 AM
Replies: 4
Views: 4,771
Posted By madhukp
passing a variable from one form to another

May I know what is the best way to pass one variable from one form to another in VB 6.0 ?

For e.g., I have a form which lists all employees after a search. On clicking an employee, I should show...
Forum: PHP How-To January 17th, 2005, 01:37 AM
Replies: 12
Views: 2,894
Posted By madhukp
Hello Scoobie, I have not understood your...

Hello Scoobie,
I have not understood your problem fully. Do you want to add a record into ticket table after a person logs in ? If yes, this won't require last_insert_id function. From the login...
Forum: Classic ASP Basics January 17th, 2005, 12:57 AM
Replies: 4
Views: 1,709
Posted By madhukp
You may try the tigra menu scripts (freely...

You may try the tigra menu scripts (freely available) from

http://www.softcomplex.org

There is a lot of similar scripts you can find at either :

http://www.dynamicdrive.com

or
Forum: PHP How-To January 15th, 2005, 01:22 AM
Replies: 12
Views: 2,894
Posted By madhukp
Hello Richard, For all normal atomic...

Hello Richard,

For all normal atomic operations where new connections are created per page basis (non-persistent connections), last_insert_id is enough.

If you are using pconnect (persistent...
Forum: PHP How-To January 15th, 2005, 12:59 AM
Replies: 2
PHP
Views: 898
Posted By madhukp
Evenif you are a newbie for PHP, it is better to...

Evenif you are a newbie for PHP, it is better to do the manual installation. It involves only 6 simple steps.

I am assuming your OS is windows 2000.

1) Download php 4.3.10 full version.

2)...
Forum: SQL Server ASP January 14th, 2005, 02:13 AM
Replies: 2
Views: 1,268
Posted By madhukp
This article will help you. ...

This article will help you.

http://www.aspfree.com/c/a/Database/Execute-stored-proc-having-input-and-output-params-returned-recordset-and-return-value/

Regarding the performance, in most of the...
Forum: PHP How-To January 14th, 2005, 12:59 AM
Replies: 12
Views: 2,894
Posted By madhukp
The method suggested by richard is sufficient for...

The method suggested by richard is sufficient for systems involving low number of transactions. But when the number of transactions is very high (of the order of hundreds of transactions per second),...
Forum: VB How-To January 14th, 2005, 12:47 AM
Replies: 1
Views: 1,093
Posted By madhukp
This is because cdonts.dll is missing or not...

This is because cdonts.dll is missing or not registered. To fix it

1) check whether cdonts.dll is there on server.

2) if not present, download it (or take from outlook installation CD) and put...
Forum: Classic ASP Basics January 13th, 2005, 05:23 AM
Replies: 2
Views: 837
Posted By madhukp
Please do not cross post. Put it under only one...

Please do not cross post. Put it under only one area.

What are the objects window, top, main, document, all and contenttext ? Are you using some Object oriented ideas ?

The above statement seem...
Forum: Classic ASP Basics January 13th, 2005, 12:53 AM
Replies: 1
Views: 1,776
Posted By madhukp
You can use write method of file system object. ...

You can use write method of file system object.

fsoNewFile.write <string to be written>
Forum: PHP How-To January 11th, 2005, 12:17 AM
Replies: 2
Views: 2,487
Posted By madhukp
Sure, you can. The function to help you is :...

Sure, you can. The function to help you is : mysql_list_tables

Here is the sample code taken from PHP manual.

<?php
$dbname = 'mysql_dbname';

if (!mysql_connect('mysql_host', 'mysql_user',...
Forum: Classic ASP Basics January 8th, 2005, 05:55 AM
Replies: 2
Views: 3,821
Posted By madhukp
I did not understand the correct HTML structure...

I did not understand the correct HTML structure (in what format data will come in the columns ?). Anyway, check whether the following logic will help.

Dim iNumCols
iNumCols = 3

Dim...
Forum: PHP How-To January 8th, 2005, 12:41 AM
Replies: 0
Views: 1,199
Posted By madhukp
Variable with application scope

May I know how can I declare a variable which has scope for all the visitors and all pages and all sessions ?

Just like Application object of ASP ?

I am currently declaring such variables in a...
Forum: PHP How-To January 6th, 2005, 08:09 AM
Replies: 1
Views: 1,957
Posted By madhukp
Hello, You are using a checkbox in the login...

Hello,

You are using a checkbox in the login form for the visitor to opt for remembering login. Isn't it ? Let chk_remember be the name of that checkbox. The following PHP code will set cookie.
...
Showing results 101 to 125 of 463

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.