Showing results 1 to 40 of 123
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: ishlux
Forum: PHP Aug 29th, 2008
Replies: 3
Views: 235
Posted By ishlux
Re: flash player

Hi all,

In flash player the images keeps on changing , i want to do that .......pls help me out
Forum: PHP Aug 29th, 2008
Replies: 3
Views: 235
Posted By ishlux
Re: flash player

Hi all,
i have this code for flash player but how to proceed with this code........i dont have any idea regarding this code..........do we need to download flash player or what.........please suggest...
Forum: PHP Aug 29th, 2008
Replies: 3
Views: 235
Posted By ishlux
flash player

Hi everyone,

Does anybody know, how to do the flash player...............
Forum: PHP Aug 11th, 2008
Replies: 6
Views: 422
Posted By ishlux
Re: Storing checkbox values.............

I used the implode function, but still its not working........................
Forum: PHP Aug 8th, 2008
Replies: 1
Views: 145
Posted By ishlux
whats wrong in this code?

Hi all, i am getting this error whats wrong in the following code
Warning: Invalid argument supplied for foreach() in D:\xampp\htdocs\demonew\contractor_testing_checkbox.php on line...
Forum: PHP Aug 8th, 2008
Replies: 6
Views: 422
Posted By ishlux
Re: Storing checkbox values.............urgent plz help me

Hi all,
i used unserialize method but its displaying like this


<td><?echo unserialize($row['service_category']);?></td>


o/p is
emailId zipcode service_category service_type ...
Forum: PHP Aug 8th, 2008
Replies: 6
Views: 422
Posted By ishlux
Re: Storing checkbox values.............

ok where to write unserialize and how to write unserialize method......
Forum: PHP Aug 8th, 2008
Replies: 6
Views: 422
Posted By ishlux
Storing checkbox values.............

Hi all,
I am storing check box values with comma separated into db like this , the code given below

<?php
include 'database.php';

$servicec = addslashes(serialize($a1));
$servicet =...
Forum: PHP Aug 6th, 2008
Replies: 7
Views: 295
Posted By ishlux
Re: Submit

what does it mean

action="<? $_SERVER['PHP_SELF'] ?>



<form id="form2" name="cusregistration" method="post"
action="<? $_SERVER['PHP_SELF'] ?>" onSubmit="return validatecr(this);">
Forum: PHP Aug 6th, 2008
Replies: 7
Views: 295
Posted By ishlux
Submit

Hi all,
I have two buttons, submit and back......after clicking the submit it will go to the action part,
but i have another button back , if i click on the submit it has to go to previous page so...
Forum: PHP Aug 6th, 2008
Replies: 0
Views: 132
Posted By ishlux
Problem in displaying deleted items from inbox and sent items

Hi all, this is for trash, i am facing some problem, here if the user deletes inbox items or sent items it should come and sit in trash. here i am able select the flag='1' i mean deleted items but i...
Forum: PHP Aug 5th, 2008
Replies: 0
Views: 118
Posted By ishlux
Problem with next link:help

Hi this is the code for showing the inbox........

<table style="border:1px solid #EDEDED;background-color:#f6f6f6"
border="0" width="100%">
<tr >

<!--<td width="5%"></td> -->
<td...
Forum: PHP Aug 4th, 2008
Replies: 4
Views: 352
Posted By ishlux
Re: Next button:Help

No its not like that, see if the current mail is 2nd and if i click on the next link it should be possible to open the 3rd mail. which ever i open , if i click on the next link. it should be...
Forum: PHP Aug 4th, 2008
Replies: 4
Views: 352
Posted By ishlux
Next button:Help

Hi all,
I have an inbox, if i click on the inbox which will display list of mails. now i have next button,
if i click on the next button it should be possible to display the next mail with respect to...
Forum: PHP Aug 1st, 2008
Replies: 3
Views: 203
Posted By ishlux
Upload file

Hi all,
I have the code for uploading the file......but to store the uploaded file in database
and how to retrieve the uploaded file......
i want the code and logic
Forum: PHP Jul 30th, 2008
Replies: 2
Views: 179
Posted By ishlux
Problem...in page navigation

Hi, here is the code for page navigation, its working fine but , if there are 4 pages , each page is displaying 3 records per page, if we go to 3rd page, and click on the subject it will display the...
Forum: PHP Jul 28th, 2008
Replies: 3
Views: 167
Posted By ishlux
Correct Syntax

Hi all,


$selcount = "SELECT * FROM autoalto_mail as a1, autoalto_contractor_sentitems as a2 where a1.flag=a2.flag='1' " ;
Forum: PHP Jul 28th, 2008
Replies: 4
Views: 337
Posted By ishlux
Re: Can i use two tables in a single query

HI
is this correct.


SELECT * FROM autoalto_mail as a1, autoalto_contractor_sentitems as a2 where a1.flag='1'=a2.flag
Forum: PHP Jul 28th, 2008
Replies: 4
Views: 337
Posted By ishlux
Can i use two tables in a single query

Hi all,
I have created inbox, sent and Trash......now
The deleted items in inbox is going to trash,,,,i mean i written the query only concerned with inbox......but now i want the deleted items of...
Forum: PHP Jul 28th, 2008
Replies: 4
Views: 188
Posted By ishlux
Re: Problem in displaying inbox

Hi i wrote this statement but still its not working ..........i want the recent date which has entered should appear first............

$selcount = "SELECT * FROM autoalto_mail ORDER BY date DESC" ;
Forum: PHP Jul 28th, 2008
Replies: 4
Views: 188
Posted By ishlux
Problem in displaying inbox

Hi all,
I have created an inbox......which will show list of values......
if some new data added in inbox......it will be the last in the inbox table. i want the new entries
should appear...
Forum: PHP Jul 28th, 2008
Replies: 1
Views: 135
Posted By ishlux
IS the where condition is correct.

Is the where clause is correct.......
$query1="SELECT * FROM autoalto_mail where mail_id='".$mailid1."' AND where flag='1'";

I am getting this error after executing this statement.
Warning:...
Forum: PHP Jul 28th, 2008
Replies: 4
Views: 466
Posted By ishlux
Re: Retrieving value from session

Yes I got it thanks............
Forum: PHP Jul 25th, 2008
Replies: 4
Views: 466
Posted By ishlux
Retrieving value from session

Hi all, i am storing the value in session but while retrieving its showing the some other value.....totally i want this stored value in the next page .........can u help me...........
This is the...
Forum: PHP Jul 25th, 2008
Replies: 0
Views: 179
Posted By ishlux
A small problem in page navigation

Hi, here is the code for page navigation, its working fine but , if there are 4 pages , each page is displaying 3 records per page, if we go to 3rd page, and click on the subject it will display the...
Forum: PHP Jul 24th, 2008
Replies: 4
Views: 259
Posted By ishlux
Re: Serialize method.

Hi all
what is the syntax of the implode fuction how to use it.....in my application
Forum: PHP Jul 24th, 2008
Replies: 11
Views: 459
Posted By ishlux
Re: Page navigation problem:urgent

Thank You very much................I got it..........
Forum: PHP Jul 24th, 2008
Replies: 4
Views: 259
Posted By ishlux
Serialize method.

Hi all,

[ code=php]
$a1 = $_POST["a"];
$servicec = addslashes(serialize($a1));
[/code]
i used this code to store the check box values in db with comma seperated
it has stored like...
Forum: PHP Jul 24th, 2008
Replies: 11
Views: 459
Posted By ishlux
Re: Page navigation problem:urgent

Hi here is the code...
[code=php]
<?php
session_start();
include('database.php');
//Information for paging
//************************************************************************** ...
Forum: PHP Jul 24th, 2008
Replies: 11
Views: 459
Posted By ishlux
Re: Page navigation problem:urgent

Hi

Now i am getting this error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\xampp\htdocs\demo\page_new_navigation.php on line 43

but it is displaying the...
Forum: PHP Jul 24th, 2008
Replies: 7
Views: 277
Posted By ishlux
Re: Delete Operation

This Contractor_mail_action_contents.php

<?php
session_start();
include('database.php');
$result = mysql_query("SELECT * FROM autoalto_mail" );

while($row = mysql_fetch_array($result))
{
?>
Forum: PHP Jul 24th, 2008
Replies: 7
Views: 277
Posted By ishlux
Re: Delete Operation

Hi its displaying the value.......echo $_GET['mail_id']; but its not deleting
Forum: PHP Jul 24th, 2008
Replies: 11
Views: 459
Posted By ishlux
Re: Page navigation problem:urgent

HI i am getting this error:

Fatal error: Call to undefined function sql_quote() in D:\xampp\htdocs\demo\page_new_navigation.php on line 7
Forum: PHP Jul 24th, 2008
Replies: 7
Views: 277
Posted By ishlux
Delete Operation

Hi all, i have written delete operation.......but its not deleting...........here is the code.......can u explain me whats wrong


<?
session_start();
include('database.php');
$mailid1 =...
Forum: PHP Jul 24th, 2008
Replies: 11
Views: 459
Posted By ishlux
Page navigation problem:urgent

Hi here is my code......i want page navigation for this code......i have the page navigation code but i dont know how to incorporate it please help...
Forum: PHP Jul 23rd, 2008
Replies: 4
Views: 201
Posted By ishlux
Re: Page navigation

Yes that is the code.........
Forum: PHP Jul 23rd, 2008
Replies: 4
Views: 201
Posted By ishlux
Re: Page navigation

Hi here is my actual code...........


<?
session_start();

include("header.php")
Forum: PHP Jul 23rd, 2008
Replies: 4
Views: 201
Posted By ishlux
Page navigation

Hi all, i have this program for limiting the list of records in a single page,,,,,,,but how to incorporate this in my program.......i am unable to understand it..........what is test.php.......can...
Forum: PHP Jul 23rd, 2008
Replies: 2
Views: 140
Posted By ishlux
Limiting the items in a page

Hi all,,

I have created an front end which will display the list of items.....if the list of items exceeds ,
it elongates the page, but i want to limit it for the first page, if more number of items...
Forum: PHP Jul 23rd, 2008
Replies: 2
Views: 159
Posted By ishlux
Deleting the row

Hi all,

I have created the inbox......so now i am deleting the particular row......i want it to be removed from the inbox and moved to trash......can you guide me how to do.
i know simple deleting...
Showing results 1 to 40 of 123

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