DaniWeb Forum Index
>
Search Forums
RSS
Search Results
1
2
>
Last
»
•
•
•
•
Showing results 1 to 40 of 290
Search took
0.02
seconds.
Search:
Posts Made By:
Aamit
Save these search results for 24 hours
Forum:
PHP
11 Days Ago
Replies:
3
Php mysql image scroll script??
Views:
195
Posted By
Aamit
any demo sample example or script like facebook ?...
any demo sample example or script like facebook ?
Or sample link ??
Forum:
PHP
12 Days Ago
Replies:
3
Php mysql image scroll script??
Views:
195
Posted By
Aamit
Php mysql image scroll script??
Hi,
I want to create script like in facebook.
When we log into facebook, go into any friend's profile
Their gift button , show gifts with pagination.
when click on image and ok button it...
Forum:
PHP
13 Days Ago
Replies:
0
About joomla,virtuemart,sh ipping??
Views:
156
Posted By
Aamit
About joomla,virtuemart,shipping??
Hi i am installing joomla ,virtuemart.
I have some queries about shipping costs..
1> sell the product from 5 cites. customer choose product add to cart
How to customer to get product in...
Forum:
PHP
30 Days Ago
Replies:
1
How to Import excel data to mysql database?
Views:
228
Posted By
Aamit
How to Import excel data to mysql database?
Hi,
I want to do like:
1> browse file and upload .xls file only (Not csv or other format)
2> save into mysql database.
Any sample demo example??
Or link please?
Forum:
PHP
Sep 25th, 2009
Replies:
2
Repalce content in html??
Views:
151
Posted By
Aamit
Re: Repalce content in html??
Please anyone remove my duplicate thread on same topic
By mistake i post twice...
Forum:
PHP
Sep 25th, 2009
Replies:
2
Repalce content in html??
Views:
151
Posted By
Aamit
Repalce content in html??
Hi,This is my php file.
I want to replace
$$FullName$$ with Jon Rama
And $$FirstName$$ with Jon and $$Gender$$ with Male
And save or create to new file Jon_Rama.php
<table width="100%">...
Forum:
PHP
Sep 25th, 2009
Replies:
2
Repalce content in html??
Views:
180
Posted By
Aamit
Repalce content in html??
Hi,This is my php file.
I want to replace
$$FullName$$ with Jon Rama
And $$FirstName$$ with Jon and $$Gender$$ with Male
And create to new file Jon_Rama.php
<table width="100%">
<tr>
Forum:
PHP
Sep 14th, 2009
Replies:
1
how to find all hidden values name?
Views:
178
Posted By
Aamit
how to find all hidden values name?
I want to find all hidden values name and values ??
in div id divTopLeft.
How to find this??
<div id="divTopLeft" class="workarea" >
<ul id="ul2" class="draglist">
<li id="li1_2"...
Forum:
PHP
Sep 11th, 2009
Replies:
5
Find random string between main string?
Views:
343
Posted By
Aamit
Re: Find random string between main string?
hi,
my string is
$string="Sign up for Facebook to connect with Jean Profession";
i want to find word randomly from string
like :- connect or Profession whose length >4 and this word not...
Forum:
PHP
Sep 11th, 2009
Replies:
5
Find random string between main string?
Views:
343
Posted By
Aamit
Find random string between main string?
Hi,
I want to find random string between main string.
Suppose
$string="Sign up for Facebook to connect with Jean Profession";
I want do that ..
random word who having length greater...
Forum:
PHP
Sep 8th, 2009
Replies:
1
problem to create input text continiously?
Views:
265
Posted By
Aamit
problem to create input text continiously?
Hi,
I am writing code to create new text filed dynamically.
But after create 2 or 3 it stops.
Not creating continuously.
How to solve this??
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01...
Forum:
PHP
Aug 25th, 2009
Replies:
1
Shopping Cart Project with the suggestions for the customers to shop on the store
Views:
157
Posted By
Aamit
Shopping Cart Project with the suggestions for the customers to shop on the store
Problem definition:-
When the customers are shopping on the store they should get the suggestions for the shopping they are doing.
e.g. If a person is shopping for a party, he will fill a form...
Forum:
PHP
Jun 28th, 2009
Replies:
6
String and integer value comparision??
Views:
497
Posted By
Aamit
Re: String and integer value comparision??
Hi, cwarn23
Out put out your program is :- failed if
I want here output :- passed if
I give the explanation what i want
10 + "Na"= 10 and 10 +20=30
But NA means not applicable we...
Forum:
PHP
Jun 27th, 2009
Replies:
6
String and integer value comparision??
Views:
497
Posted By
Aamit
Re: String and integer value comparision??
echo $var1=10+"NA";
echo"<br>".$var2=10+20;
Output :-
10
30
And i want to show that
10+"NA" > 10+20
Forum:
PHP
Jun 27th, 2009
Replies:
6
String and integer value comparision??
Views:
497
Posted By
Aamit
String and integer value comparision??
Hi,
I have four inputs.
10 20
and 10 "NA"
i want to show that
10+"NA" > 10+20
Forum:
PHP
Jun 2nd, 2009
Replies:
4
find index of values from array??
Views:
1,134
Posted By
Aamit
Re: find index of values from array??
hi, ppcfreelancer
please post only related to this question..not others..
Forum:
PHP
Jun 2nd, 2009
Replies:
4
find index of values from array??
Views:
1,134
Posted By
Aamit
find index of values from array??
hi,
$array = array("amit", "hello", "amit", "world", "hello");
print_r(array_count_values($array));
out put
Array ( [amit] => 2 [hello] => 2 [world] => 1 )
i want to find the index of...
Forum:
PHP
May 31st, 2009
Replies:
2
Solved:
delete or clear array??
Views:
1,466
Posted By
Aamit
delete or clear array??
Hi,
I want to clear or delete old values of array
I attached my database dump with this post
my code is
require_once('includes/DbConnector.php');
require_once('includes/Validator.php');...
Forum:
PHP
May 20th, 2009
Replies:
14
Solved:
Help me with this msql query!
Views:
613
Posted By
Aamit
Re: Help me with this msql query!
post you code and table structure + value related to this ..
Forum:
PHP
May 20th, 2009
Replies:
14
Solved:
Help me with this msql query!
Views:
613
Posted By
Aamit
Re: Help me with this msql query!
echo $query="select * from t_regulation where dt_reminder >= '$today' and dt_ended ='$today'";
copy the output of echo statement and execute in mysql check whether query gives correct result or...
Forum:
PHP
May 20th, 2009
Replies:
1
URL Rewriting Question???
Views:
223
Posted By
Aamit
Re: URL Rewriting Question???
You want to display all php pages to html??
i.e.
www.mysite.com/xyz.php to www.mysite.com/xyz.html
www.mysite.com/abc/test.php?id=2 to www.mysite.com/abc/test.html?id=2
is it correct or not??
Forum:
PHP
May 20th, 2009
Replies:
8
Maintain time
Views:
485
Posted By
Aamit
Re: Maintain time
mark thread as solved
Forum:
PHP
May 18th, 2009
Replies:
8
Maintain time
Views:
485
Posted By
Aamit
Re: Maintain time
hi,Vidhya
you code add only 10 minutes
$time=date('h:i:s',strtotime('+10 minutes'));
so change it .so it add 1 hour
$time=date('h:i:s',strtotime('+1 hour'));
Forum:
PHP
May 18th, 2009
Replies:
8
Maintain time
Views:
485
Posted By
Aamit
Re: Maintain time
echo $pf_date1 = date("Y-m-d h:i:s");
$dura=1;
$pf_time1 = strtotime("+".$dura."hour");
echo "<br>".$pf_date1 = date("Y-m-d h:i:s", $pf_time1); ....this value store in database
store...
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
For int arr[] = { 10, 20, 30, 40 } ;
This out put up to length 4 is correct
10
20
30
40
10 + 20
10 + 30
10 + 40
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
hi,all
i am modified my code
#include<stdio.h>
#include<conio.h>
int main()
{
printf("hello");printf("\n");
int arr[] = { 10, 20, 30, 40 } ;
const int N = sizeof(arr) / sizeof( arr[0] ) ;
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
Hi,
i modified my code as you suggested to me.
#include<stdio.h>
#include<conio.h>
int main()
{
printf("hello");printf("\n");
int arr[] = {10,20,30,40,50,60,70,80,90,100};
int...
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
hi,
i am interested in looping structure..
#include<stdio.h>
#include<conio.h>
main()
{
printf("hello");
int arr[] = {10,20,30,40};
//when i was use these two array
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
I think you are talking about your
this post
That's already a lot better, you're making progress
To find the length of the array you can do something like this:
const int...
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
but i was asking when my array
int arr[] = {10,20,30,40,50,60,70,80,90,100};
or
int arr[] = {10,20,30,40,50,60,70,80,90,100,10,20,30,40,50,60,70,80,90,100};
For this how to write the code so...
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
I am using dev-cpp++ 4.9.9.2
write now i get output
hello
10
10 + 20
10 + 30
10 + 40
20
20 + 30
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
#include<stdio.h>
#include<conio.h>
main()
{
printf("hello");
int arr[] = {10,20,30,40};
int count=sizeof(arr)/sizeof(int);
int i,j;
for (i=0;i<count;i++)
{
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
Re: simple display problem??
int array[] = {10,20,30,40};
find length of array and store in count=4
for (i=0;i<=count;i++)
{
printf("%d",arr[i]);
}
how to move on next step
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
-1
Re: simple display problem??
Can You please give me sample code??
Forum:
C
May 16th, 2009
Replies:
30
simple display problem??
Views:
1,788
Posted By
Aamit
simple display problem??
hi,
In my array
arr={10,20,30,40}
i want to display output like
10
20
30
40
10+20
Forum:
PHP
May 14th, 2009
Replies:
8
PHP+mysql database connection problem
Views:
372
Posted By
Aamit
Re: PHP+mysql database connection problem
please read post correctly...
http://img149.imageshack.us/img149/7929/66701273.jpg
what you want to display...????
is it any category and products data ...using key1_id,key2_id you are...
Forum:
PHP
May 14th, 2009
Replies:
8
PHP+mysql database connection problem
Views:
372
Posted By
Aamit
Re: PHP+mysql database connection problem
post your sample data and what you want to display...
so i can help you to write query
Forum:
PHP
May 14th, 2009
Replies:
8
PHP+mysql database connection problem
Views:
372
Posted By
Aamit
Re: PHP+mysql database connection problem
post your table structure
Forum:
PHP
May 13th, 2009
Replies:
5
Solved:
Compare & count elements in array??
Views:
673
Posted By
Aamit
Re: Compare & count elements in array??
array_count_values() function works...
thank you guys for u kind help..
Forum:
PHP
May 13th, 2009
Replies:
5
Solved:
Compare & count elements in array??
Views:
673
Posted By
Aamit
Compare & count elements in array??
Hi,
I want to Compare & count elements in array??
suppose in my array
$arr={140,123,34,140,23,123,140,140,123}
I want to display like
140 - 4 ( comes in array 4 times)
123 - 3
34 - 1
Showing results 1 to 40 of 290
1
2
>
Last
»
You need to
join our community
in order to build your list of favorite forums. You can visit the
forum index
for a listing of all forums.
Related Forum Features
DaniWeb News Stories
DaniWeb Code Snippets
DaniWeb Tutorials
DaniWeb Product Reviews
DaniWeb White Papers
Forum Search
Latest Posts
Today's Posts
All Forums
Unanswered Threads
All Forums
About Us
|
Contact Us
|
Advertise
|
DaniWeb
|
Acceptable Use Policy
|
©2003 - 2009 DaniWeb® LLC