Search Results

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: vijukumar
Forum: MySQL Jan 16th, 2009
Replies: 3
Views: 686
Posted By vijukumar
It will be more helpful if you paste the solution...
thank you.
Forum: PHP Oct 8th, 2008
Replies: 3
Views: 469
Posted By vijukumar
thanks for the links shanti...... it was very helpfull.
Forum: PHP Oct 8th, 2008
Replies: 3
Views: 469
Posted By vijukumar
Even i need help on the same issue..
It will be great if anybody tell me how to display that tree structure.
Please let me know the database structure to store them and to implement the same in...
Forum: Project Partners Wanted Sep 15th, 2008
Replies: 5
Views: 1,281
Posted By vijukumar
yup....
i can handle projects in Joomla, PHP, MySQL please post the reply...
Forum: PHP Apr 19th, 2008
Replies: 1
Views: 2,001
Posted By vijukumar
consider these following are my codes:
this is purely secured only authorized people can login.
now i want guests to visit only link_1.php and for link_2.php they need to be authorized or sign up....
Forum: PHP Apr 19th, 2008
Replies: 1
Views: 2,001
Posted By vijukumar
can any body help me how to create a site with session on when the user login and without session when the guest visit the front page?
please pass me the sample code..
Forum: PHP Apr 18th, 2008
Replies: 1
Views: 1,712
Posted By vijukumar
can anybody help me by pasing the codes for how to show only the logged in users details..
first tabel for login form... where user give his user name and password to login..
second tabel will be...
Forum: HTML and CSS Mar 22nd, 2008
Replies: 3
Views: 1,739
Posted By vijukumar
please pass me a css code and xhtml as well where i can increase or decrease the spaces between mt text and text box which are in the same line
Forum: HTML and CSS Mar 19th, 2008
Replies: 4
Views: 789
Posted By vijukumar
Please some body tell me how to display a table with two rows only using <div> tags in Xhtml using CSS. if you pass me the code it will be a great help. please dont tell me again how to desing using...
Forum: JavaScript / DHTML / AJAX Mar 18th, 2008
Replies: 1
Views: 736
Posted By vijukumar
please help me i have just started of your boost will makes me more perfect
below i have attached my index.html and css.css file
i had to desicn only using <div> tags so pleas help me in IE it...
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008
Replies: 1
Views: 645
Posted By vijukumar
can anybody tell me how to display a simple table only using Css and Xhtml? where in xhtml onlt <div> is used please pass me the code thank you
Forum: PHP Mar 14th, 2008
Replies: 6
Views: 538
Posted By vijukumar
Please somebody help me with code thanks a lot
Forum: PHP Mar 13th, 2008
Replies: 6
Views: 538
Posted By vijukumar
admin_logged.php--------->below view hyper link will get the respected Id nd take yo to next page ie: edit.php as shown


<?
$swipGalleryListQry = $db->get_rsltset("SELECT * FROM invoice");
...
Forum: PHP Mar 13th, 2008
Replies: 3
Views: 521
Posted By vijukumar
lydia21
rudevils



thanks a ton guys it helped me a lot.
Forum: PHP Mar 13th, 2008
Replies: 6
Views: 538
Posted By vijukumar
here is my table



CREATE TABLE `invoice` (
`invoice_id` tinyint(4) NOT NULL auto_increment,
`company_name` varchar(255) NOT NULL,
`issue_date` int(11) NOT NULL,
`invoice_title`...
Forum: PHP Mar 13th, 2008
Replies: 3
Views: 521
Posted By vijukumar
consider i have two forms:
1: this form will display(listing) all the names from the database table and beside to each name displayed i have view button
2: this will show the details of only...
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
and mention the action of form fields well.
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
ryan consider here is my index.php




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Invoice System</title>
<meta http-equiv="Content-Type"...
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
ryan it is still not working

<form name="form1" method="post" action="<?php echo $_SERVER['PHP_SELF']?>">


is it alrite?



#
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
thank a ton ryan that java script helped me a lot..
will pass me some more test conditions as u mentioned here for empty fields.

if (form.admin_name.value == "")
{...
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
thanks a lot but here i should not use any java script ok i will send you the codes please help me.



index.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>...
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
please somebody reply
Forum: PHP Mar 12th, 2008
Replies: 10
Views: 1,003
Posted By vijukumar
how to show error message whenever the person enters wrong or empty text fields in th login form itself rather than linking to other error page? error message should be displayed just above the...
Forum: PHP Mar 11th, 2008
Replies: 4
Views: 594
Posted By vijukumar
will any body pass me the default config.php codes and database.class? so that i can alter as i require.
Forum: PHP Mar 11th, 2008
Replies: 5
Views: 500
Posted By vijukumar
hi ryan,

please tell me is possible to retaining it as int only and to store its time in database?

i have been told by others that if i use it as date or time-stamp type it will be trouble some...
Forum: PHP Mar 11th, 2008
Replies: 5
Views: 500
Posted By vijukumar
in addition please pass me the sample code where these time stamps are explained bit so that let this kid to learn more...
Forum: PHP Mar 11th, 2008
Replies: 5
Views: 500
Posted By vijukumar
whenever i fill the data and save this form all datas will be store in database only except for
`modified_date` int(11) NOT NULL,
`edited_date` int(11) NOT NULL,

those fields will be store as...
Forum: PHP Mar 11th, 2008
Replies: 5
Views: 500
Posted By vijukumar
hi all...

this is my Table

CREATE TABLE `client` (
`client_id` tinyint(4) unsigned NOT NULL auto_increment,
`client_name` varchar(255) NOT NULL,
`client_email` varchar(255) NOT NULL,
...
Forum: PHP Mar 11th, 2008
Replies: 4
Views: 675
Posted By vijukumar
consider i have two textbox for salary field one box before the decimal point and the second after the decimal

<td align="right"><span class="text">Total</span></td>
<td><input name="textfield"...
Forum: PHP Mar 11th, 2008
Replies: 4
Views: 594
Posted By vijukumar
why we use these files in php? please tell me why they have been used and how they work?
Forum: PHP Mar 11th, 2008
Replies: 4
Views: 675
Posted By vijukumar
what will be the type for salary field? should i use decimal or integer? please let me know which is the appropriate one.
Forum: Java Jan 10th, 2008
Replies: 4
Views: 1,426
Posted By vijukumar
will anybody please tell me which is the best book for J2E?
Forum: PHP Jan 10th, 2008
Replies: 1
J2e
Views: 655
Posted By vijukumar
J2e
Pleas tell me which is best book for J2E?
Showing results 1 to 33 of 33

 


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

©2003 - 2009 DaniWeb® LLC