Forum: PHP Aug 29th, 2008 |
| Replies: 3 Views: 235 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 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 flash player Hi everyone,
Does anybody know, how to do the flash player............... |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 422 |
Forum: PHP Aug 8th, 2008 |
| Replies: 1 Views: 145 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 |
Forum: PHP Aug 8th, 2008 |
| Replies: 6 Views: 422 |
Forum: PHP Aug 8th, 2008 |
| Replies: 6 Views: 422 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 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 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 |
Forum: PHP Aug 5th, 2008 |
| Replies: 0 Views: 118 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 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 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 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 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 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 |
Forum: PHP Jul 28th, 2008 |
| Replies: 4 Views: 337 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 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 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 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 |
Forum: PHP Jul 25th, 2008 |
| Replies: 4 Views: 466 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 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 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 |
Forum: PHP Jul 24th, 2008 |
| Replies: 4 Views: 259 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 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 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 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 |
Forum: PHP Jul 24th, 2008 |
| Replies: 11 Views: 459 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 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 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 |
Forum: PHP Jul 23rd, 2008 |
| Replies: 4 Views: 201 Re: Page navigation Hi here is my actual code...........
<?
session_start();
include("header.php") |
Forum: PHP Jul 23rd, 2008 |
| Replies: 4 Views: 201 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 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 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... |