Showing results 1 to 20 of 20
Search took 0.01 seconds.
Posts Made By: ditty
Forum: PHP Sep 1st, 2008
Replies: 2
Views: 407
Posted By ditty
To add two times which is hh:mm:ss fromat

Pls help me to add two times which is in mysql database table....Very urgent...Thank you
Forum: PHP Jul 22nd, 2008
Replies: 1
Views: 182
Posted By ditty
code to find out holidiays in a month

Pls help me to find out holidays in a month. It should include include all saturdays and sundays. Pls help me...very urgent..Thank you
Forum: PHP Jul 11th, 2008
Replies: 1
Views: 332
Posted By ditty
Download a file which is stored in Server

Can anybody help me to download a file which is stored in the server...thank you
Forum: PHP Jul 10th, 2008
Replies: 9
Views: 481
Posted By ditty
Forum: PHP Jul 10th, 2008
Replies: 9
Views: 481
Posted By ditty
Forum: PHP Jul 10th, 2008
Replies: 9
Views: 481
Posted By ditty
Pls help me...very Urgent...Code for Sending attatchment with mail...

Can anybody help me to send attatchment with mail...Pls help me...Very urgent...
Forum: PHP Jul 4th, 2008
Replies: 12
Views: 611
Posted By ditty
Re: PHP Syntax Error What do I do?

$query = "SELECT * FROM freeboard where is_comment = 0 order by thread desc";

try to use query in this forrm
Forum: PHP Jul 4th, 2008
Replies: 2
Views: 303
Posted By ditty
Re: How can I disable the contents of a list box?

thank you nav33n. Thank you very much for your response.
Forum: PHP Jul 4th, 2008
Replies: 2
Views: 303
Posted By ditty
How can I disable the contents of a list box?

I have a list box for multiple selection. It contains some main list and sublist. My aim is no one couldn't select the main list. for eg:

Project manager
Arun
Pradeesh
Team Leader
Madhu
...
Forum: PHP Jul 3rd, 2008
Replies: 2
Views: 954
Posted By ditty
Re: Compare date of database with current date

hi....

I think you can use the following function to compare two dates.

function dateDiff($dformat, $endDate, $beginDate)
{
$date_parts1=explode($dformat,...
Forum: PHP Jul 3rd, 2008
Replies: 5
Views: 317
Posted By ditty
Re: too risky!

Hi
I think u can start by using www.w3schools.com/php...
Then you can follow www.php.net..
Forum: PHP Jul 3rd, 2008
Replies: 5
Views: 381
Posted By ditty
Re: Warning: mysql_num_rows(): supplied argument is not a valid MySQL

hi...

I think if you correct this query as

$email=$_POST['emailid'];

$check = "select * from helpdesk where email='$email'";

you will get the result
Forum: PHP Jul 3rd, 2008
Replies: 3
Views: 420
Posted By ditty
Re: selecting data using multiple conditions

hi...

you can use code like this

SELECT * FROM `book` WHERE bname='Computer Fundamentals' and author='Shekhar G' and quantity='4' and category='Computer'
Forum: PHP Jul 3rd, 2008
Replies: 5
Views: 1,003
Posted By ditty
Re: Validation of username and password

hi...

I am just continuing your code....

<?php
include 'db.php';

$username = $_POST['name'];
$password = $_POST['pass'] ;
Forum: PHP Jul 3rd, 2008
Replies: 3
Views: 1,137
Posted By ditty
Re: retrieving drop-down-menu data

You can get the value of a combo box using the statement
$value=$_POST['comboboxname'];

for example
if you have a combo box like this
<table>
<tr>
<td>List</td>
<td><select...
Forum: PHP Apr 7th, 2008
Replies: 3
Views: 1,873
Posted By ditty
Re: can you upload images into MySQL using Php

Hi,
I think you can use this following code for uploading an image.

<?php
include("connect.php");
// Where the file is going to be placed
if(isset($_REQUEST['upload']))
{

$target_path = "imag/";
Forum: ASP.NET Oct 31st, 2007
Replies: 1
Views: 2,212
Posted By ditty
edit gridview..

hi
I am doing a project in asp.net with c#. Can anybody help me to edit data in the gridview. How can i enable the cells in gridview to modify the data.
Forum: C# Oct 2nd, 2007
Replies: 1
Views: 1,015
Posted By ditty
class creation and object creation...

i want to include the connection string in a class ....can anybody help me to create a class and to call the class method in a form....
Forum: VB.NET Sep 28th, 2007
Replies: 3
Views: 1,895
Posted By ditty
Re: database connection code.....

i am using sqlserver 2005....front end is asp.net with c#
Forum: VB.NET Sep 27th, 2007
Replies: 3
Views: 1,895
Posted By ditty
database connection code.....

i am working in c#....can anybody help me to connect front end to back end.
Showing results 1 to 20 of 20

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 4:20 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC