hi,
you just blank the password. not need key in any password.
User Profile
Collapse
-
Hi,
Maybe you can try open
1.Computer Management
2.Internet Information Services
3.web sites.
4.Right Click Default Web Sites
5.Properties.
6.Asp.net
7.selecte the asp.net version to 1.1.4322 --> Apply.Leave a comment:
-
Connection with excel file problems
Hi,
I using Microsoft Visual Studio C# 2003, Microsoft Office Excel 2003 and using IIS server. I added Microsoft Excel 11.0 Object Library refrence.
1. Software not allow me to write this code:
Excel.Applicati on app = new Excel.Applicati on();
2. Excel.Applicati on app = new Excel.Applicati onClass();
When the program run with this code that will show an error in bellow.
Server... -
can not receive data from the page
[php]<form name="form1" action="<? $_SERVER['PHP_SELF'];?>" method="post">
<input type="submit" value="add" name="ram" onClick='window .open("data_add ed.php", "", "width=350, height=100, scrollbars=1"); cal("ram")'>
<input type="hidden" name="popup" value="popup_" />
function... -
my coding is like above but got error come out.Code:$to = "blue@example.com "; $subject = "hello my friend"; $message = "Hello How r u?"; $headers .= "To: blue<blue@example.com >\r\n"; $headers .= "From: Birthday Reminder <mymailadd@example.com>\r\n"; mail($to, $subject, $message, $headers);
the error is ====>
Warning:...Leave a comment:
-
-
email problem in php
I want to ask about email by the coding of php. Now, I using internal serval if i want send email out by internal serval can or not? Is it i want send email out must open one web? did any way can link out? -
Set number in auto increment
Now, i set a colum with auto increament in mysql. First, may i know how can i set the number start from 10000? Second, when the number increasing so how can i set back to 10000? Thank you. -
-
how to auto increment in php code?
[CODE=mysql]CREATE TABLE `claims` (
`id` BIGINT NOT NULL AUTO_INCREMENT ,
`datecreated` DATE NOT NULL ,
`timecreated` TIME NOT NULL ,
`ref_no` VARCHAR( 50 ) NOT NULL ,
`emp_id` BIGINT NOT NULL ,
`emp_no` VARCHAR( 10 ) NOT NULL ,
`emp_name` VARCHAR( 255 ) NOT NULL ,
`pp_name` VARCHAR( 100 ) NOT NULL ,
`claim_amt` DOUBLE NOT NULL ,
`link_month` VARCHAR( 2 ) NOT NULL ,
`link_year`... -
-
insert data in mysql code
i want to ask, is it my coding got problem? Because when i run my program that can't be insert in mysql. cn some body let me noe my mistake?
thanks[php]
include("php_li brary/connect.php");
$tablename = "jcy_users" ;
$id = "603354";
$username = "jcy";
$password = "123";
$userlever = "staff";
$fullname = "jane";
$datecreate... -
i try to set the limit like
<script> a = new array(15000); </script>
then also can not run.Leave a comment:
-
-
is it Array have limited in javascrip code?
i have a question. May i know is it array had limited? Because once read more than 5000 something that show an error and can not continue to count. My data more than 10000 rows. My program show in below. Is it my program had problems? Got others way can slove?
var a = new Array();
var b = new Array();
var c = new Array();
var d = new Array();
var e = new Array();
var f = new Array();
function... -
...Code:<script> function display_check(i) { if(i==0) {return true;} else if(i!=0) {return false;} } function run() { if (t-1 >= 0) { t = t - 1; document.getElementsByValue('text').innerHTML =display_check(t); } } </script> <body> <input type="button" onclick="run()" /> <?Leave a comment:
-
-
how to send data from Javascript to PHP code
...Code:<script> function display_check(i) { if(i==0) {return true;} else if(i!=0) {return false;} } function run() { if (t-1 >= 0) { t = t - 1; document.getElementsByValue('text').innerHTML =display_check(t); } } </script> <body> <input type="button" onclick="run()"
No activity results to display
Show More
Leave a comment: