Search Results

Showing results 1 to 37 of 37
Search took 0.01 seconds.
Search: Posts Made By: psathish2
Forum: JavaScript / DHTML / AJAX 7 Days Ago
Replies: 4
Views: 293
Posted By psathish2
thank u for reply
i was tryed ur code not working mozilla browser..
Forum: JavaScript / DHTML / AJAX 7 Days Ago
Replies: 4
Views: 293
Posted By psathish2
I am trying to disable the F5 key in Mozilla. I have the next code in
javascript that it is working in Internet Explorer but it is not
working in Mozilla. how can I disable the F5 key in Mozilla?
...
Forum: ASP.NET 8 Days Ago
Replies: 0
Views: 228
Posted By psathish2
I am trying to disable the F5 key in Mozilla. I have the next code in
javascript that it is working in Internet Explorer but it is not
working in Mozilla. how can I disable the F5 key in Mozilla?
...
Forum: ASP.NET Dec 10th, 2008
Replies: 1
Views: 1,613
Posted By psathish2
hi ...
i want send email in the my application server to other email address..

below the code i used but not working plz help me.......

Code

header file:
using System.Web.Mail;
Forum: ASP.NET Sep 12th, 2008
Replies: 0
Views: 1,300
Posted By psathish2
i am asp.net beginner , i need to upload file to sql server 2005 and also download file.
what are the code to use and where i put the code . plz ...
Forum: PHP Aug 2nd, 2008
Replies: 0
Views: 524
Posted By psathish2
downloaded file show only 0byte nothing in download file...............


this file uploading codes...


Code:fileload.html

<html>
<head>
Forum: PHP Aug 1st, 2008
Replies: 4
Views: 459
Posted By psathish2
hi antwan1986

thank you for reference sit address , i got solution ....
Forum: PHP Jul 29th, 2008
Replies: 4
Views: 459
Posted By psathish2
Got solutions...file upload..
Forum: PHP Jul 29th, 2008
Replies: 4
Views: 459
Posted By psathish2
How upload file to mysql db in server and show to link in next page the uploaded files ..
Forum: PHP Jul 25th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
this errors is coming
Cannot modify header information - headers already sent by (output started at /home1/cdsemplo/public_html/fileload/login.php:28) in...
Forum: PHP Jul 25th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
hii..

if a admin login go to uregister.php page
if users login go to userlink.php but following code every one go to the uregister.php page only so i nead above the following condition clear my...
Forum: PHP Jul 25th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
hii..

if a admin login go to uregister.php page
if users login go to userlink.php but following code every one go to the uregister.php page only so i nead above the following condition clear my...
Forum: PHP Jul 25th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
hi ..

When i click the login.php it is automatical redirecting uregister.php and userlink.php
i was not entered username,password usertype are admin =0 and users=1

...
Forum: PHP Jul 25th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
[QUOTE=nav33n;655174]1. Since you want to compare the values in 2 variables, you should use comparison operator. ie., if($a == $b) and not if($a = $b). Thats 1 change.
2. You shouldn't put single...
Forum: PHP Jul 25th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
down the following field in my db...........

username varchar(40)
password varchar(35)
usertype int(1) -------->there are 2 type of user a admin and 10 users
Forum: PHP Jul 24th, 2008
Replies: 18
Views: 1,190
Posted By psathish2
i get username and password from user in login.php to compare with mysql db username and password.here 2 type of user are admin,user,if login a admin go to uregister.php then login the user go to...
Forum: PHP Jul 22nd, 2008
Replies: 3
Views: 1,259
Posted By psathish2
thank you for reply ...
i selected last record in date field ....
next i want add 7 days selected date .i used that function not working ..

$ques=$_REQUEST['ques'];

$host="localhost";...
Forum: PHP Jul 22nd, 2008
Replies: 3
Views: 1,259
Posted By psathish2
in the mysql table more then ten date column records there. i want select only last insert date record ,next i want selected date add 7 days in the date to store db again person want insert again...
Forum: JavaScript / DHTML / AJAX Jul 18th, 2008
Replies: 2
Views: 1,271
Posted By psathish2
thank you

i did the popup windows
Forum: JavaScript / DHTML / AJAX Jul 17th, 2008
Replies: 2
Views: 1,271
Posted By psathish2
hi

below the coding i not opened the popup window




Code:

<html>
Forum: PHP Jun 25th, 2008
Replies: 8
Views: 600
Posted By psathish2
thank you every one

i got solution below the code


<?php

$jtitle=$_GET['jtitle'];
Forum: PHP Jun 25th, 2008
Replies: 7
Views: 1,193
Posted By psathish2
thank you nav33n , your wonder full replay. i got solution

below th e code


<html>
<head>
</head>
<body align="center" left="20px" right="20px" bgcolor="#fffff">
Forum: PHP Jun 24th, 2008
Replies: 7
Views: 1,193
Posted By psathish2
this code error is coming

<html>
<head>
</head>
<body align="center" left="20px" right="20px" bgcolor="#fffff">
<?php

$jtitle=$_REQUEST['jobname'];
$desc=$_REQUEST['jdesc'];
Forum: PHP Jun 24th, 2008
Replies: 8
Views: 600
Posted By psathish2
it not working ....

<?php

$jtitle=$_GET['jtitle'];
echo $jtitle;
$desc=$_GET['jdesc'];
echo $desc;
$hostname="localhost";
$username="cds";
Forum: PHP Jun 24th, 2008
Replies: 7
Views: 1,193
Posted By psathish2
i am beginner of the php..
this file index.php
if i click delete link go to delete page and delete the selected record. but i want delete the record in index.php page don't go delete.php any...
Forum: PHP Jun 24th, 2008
Replies: 8
Views: 600
Posted By psathish2
this full code.........

<?php

$jtitle=$_GET['jtitle'];
echo $jtitle;
$desc=$_GET['jdesc'];
echo $desc;
$hostname="localhost";
$username="cds";
Forum: PHP Jun 24th, 2008
Replies: 8
Views: 600
Posted By psathish2
this is my code here i selected record from db and putted that 2 text box . but i modify the recored to store the db. below the code not working .



<?php

$jtitle=$_GET['jtitle'];
echo...
Forum: PHP Jun 24th, 2008
Replies: 7
Views: 1,193
Posted By psathish2
this my code user want click the edit it will go edit page and delete page.now i want delete the record the same this not going to delete.php. thank you



<?php

$jtitle=$_REQUEST['jobname'];...
Forum: PHP Jun 23rd, 2008
Replies: 2
Views: 383
Posted By psathish2
this page edit page which record user want to edit that field come to the two box..


this is my coding but error is coming Warning: mysql_fetch_row(): supplied argument is not a valid MySQL...
Forum: PHP Jun 23rd, 2008
Replies: 3
Views: 457
Posted By psathish2
thanks nav33n solved my problem...
Forum: PHP Jun 21st, 2008
Replies: 3
Views: 457
Posted By psathish2
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';'
this line error is coming in php code

echo "<td align="right"><a href='edit.php'>Edit/&nbsp;</a>&nbsp;<input type="delete"...
Forum: ASP.NET Feb 29th, 2008
Replies: 3
Views: 5,206
Posted By psathish2
hi i am sathish.

i am asp.net beginner i want learn grid view in asp.net using C# . i donot how to do. so any one know plz send me step by step..

thank you
Forum: ASP.NET Feb 27th, 2008
Replies: 8
Views: 2,484
Posted By psathish2
thank you for everbody help to me..i got results...
Forum: ASP.NET Feb 19th, 2008
Replies: 8
Views: 2,484
Posted By psathish2
thank you for your coding but not working if condition not working else part to execute...

string login1, pass2, client1;

conjds.ConnectionString =...
Forum: ASP.NET Feb 15th, 2008
Replies: 8
Views: 2,484
Posted By psathish2
Forum: ASP.NET Feb 15th, 2008
Replies: 8
Views: 2,484
Posted By psathish2
thank you for information again this error should accorded..

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using...
Forum: ASP.NET Feb 14th, 2008
Replies: 8
Views: 2,484
Posted By psathish2
hi

i am asp.net beginner, i doing login validation using asp.net in c#.here i was create the db in sql server 2005 ,fetch the data from db and compare the text box value.
if condition error will...
Showing results 1 to 37 of 37

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC