Forum: MySQL Jan 16th, 2009 |
| Replies: 3 Views: 686 It will be more helpful if you paste the solution...
thank you. |
Forum: PHP Oct 8th, 2008 |
| Replies: 3 Views: 469 thanks for the links shanti...... it was very helpfull. |
Forum: PHP Oct 8th, 2008 |
| Replies: 3 Views: 469 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 yup....
i can handle projects in Joomla, PHP, MySQL please post the reply... |
Forum: PHP Apr 19th, 2008 |
| Replies: 1 Views: 2,001 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 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 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 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 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 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 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 Please somebody help me with code thanks a lot |
Forum: PHP Mar 13th, 2008 |
| Replies: 6 Views: 538 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 lydia21
rudevils
thanks a ton guys it helped me a lot. |
Forum: PHP Mar 13th, 2008 |
| Replies: 6 Views: 538 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 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 and mention the action of form fields well. |
Forum: PHP Mar 12th, 2008 |
| Replies: 10 Views: 1,003 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 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 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 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 |
Forum: PHP Mar 12th, 2008 |
| Replies: 10 Views: 1,003 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 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 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 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 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 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 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 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 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 will anybody please tell me which is the best book for J2E? |
Forum: PHP Jan 10th, 2008 |
| Replies: 1 Views: 655 Pleas tell me which is best book for J2E? |