Forum: PHP 13 Hours Ago |
| Replies: 3 Views: 137 extension=php_curl.dll
it's on (i.e. already remove ;)
CAn you please tell me what to do? |
Forum: PHP 1 Day Ago |
| Replies: 3 Views: 137 Hi,
I am trying to read the content of url.
when manually i put url in browser
link : http://www.mvnforum.com/mvnforum/viewmember?member=pbmissions
it opens.
but using code
$homepage =... |
Forum: PHP 29 Days Ago |
| Replies: 1 Views: 197 Hi,
I am trying to transfer multiple select country to another select box.
But when i click on submit i didn't get the value of array of list2 i.e finallist?
I can't understand what is... |
Forum: PHP 32 Days Ago |
| Replies: 4 Views: 481 Hi, can you explain it to me.
How verified these details with paypal but not the payment transfer...
Only credit card verification with above inputs?? |
Forum: PHP 32 Days Ago |
| Replies: 4 Views: 481 Hi, i am trying to validate credit card.
I want to validate credit card
1> name on card
2> card number
3> card type (visa,mastercard... etc)
4> cvv
5> expiry date |
Forum: PHP Oct 28th, 2009 |
| Replies: 3 Views: 285 any demo sample example or script like facebook ?
Or sample link ?? |
Forum: PHP Oct 27th, 2009 |
| Replies: 3 Views: 285 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 Oct 26th, 2009 |
| Replies: 0 Views: 222 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 Oct 9th, 2009 |
| Replies: 1 Views: 323 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 Views: 165 Please anyone remove my duplicate thread on same topic
By mistake i post twice... |
Forum: PHP Sep 25th, 2009 |
| Replies: 2 Views: 165 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 Views: 199 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 Views: 191 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 Views: 379 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 Views: 379 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 Views: 318 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 Views: 174 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 Views: 543 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 Views: 543 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 Views: 543 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 Views: 1,487 hi, ppcfreelancer
please post only related to this question..not others.. |
Forum: PHP Jun 2nd, 2009 |
| Replies: 4 Views: 1,487 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 Views: 1,831 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 Views: 679 post you code and table structure + value related to this .. |
Forum: PHP May 20th, 2009 |
| Replies: 14 Views: 679 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 Views: 270 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 Views: 539 |
Forum: PHP May 18th, 2009 |
| Replies: 8 Views: 539 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 Views: 539 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: PHP May 14th, 2009 |
| Replies: 8 Views: 402 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 Views: 402 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 Views: 402 post your table structure |
Forum: PHP May 13th, 2009 |
| Replies: 5 Views: 827 array_count_values() function works...
thank you guys for u kind help.. |
Forum: PHP May 13th, 2009 |
| Replies: 5 Views: 827 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 |
Forum: PHP May 9th, 2009 |
| Replies: 3 Views: 407 Hi jcanaway ,
check out this link..
http://www.daniweb.com/forums/thread186889.html |
Forum: PHP May 8th, 2009 |
| Replies: 0 Views: 246 I have 100 items and 10 vendors.
Vendors bid on that items like
Vendor1 Bid
Item quantity price Total Min-require
Item1 10 10 100 200
Item2 15 20 300
Item3 17 17 289
Item100 10 10 100 |
Forum: PHP May 7th, 2009 |
| Replies: 11 Views: 718 please check the post and tell me the result... |
Forum: PHP May 6th, 2009 |
| Replies: 11 Views: 718 If you are not setting password then left blank or write your password
$con = mysql_connect("localhost","root","");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
... |
Forum: PHP May 6th, 2009 |
| Replies: 11 Views: 718 hi,
problem is here you have forget to write (_)
$num = mysql_numrows($result);
change it to
$num = mysql_num_rows($result); |