Forum: PHP Apr 25th, 2009 |
| Replies: 2 Views: 372 hi all,
In my website i make online donation using the credicard.how to integrate paypal in my website using php. please send the script in php for online donation(payment). or any other useful... |
Forum: PHP Apr 21st, 2009 |
| Replies: 3 Views: 974 Hi all,
How to integrate Payment Gateway in php?
Please send the PHP script for payment gateway integration or any other useful links for this?
Thanks in advance |
Forum: PHP Jan 6th, 2009 |
| Replies: 1 Views: 970 hi,
i download the zend framework1.7.2 and extracted as folder, in htdocs of apache server. is there any change in php.ini file? i add another include_path in php.ini file. there is already one... |
Forum: PHP Dec 30th, 2008 |
| Replies: 1 Views: 384 hi
I installed to apache 2.2.9 and php 5.2.6 and now the server
is not serving the php file, it triggers a download.
after that installing php 5.2.6 the error message like 'error in accessing... |
Forum: PHP Dec 16th, 2008 |
| Replies: 1 Views: 623 hai,
i integrate my php pages with java pages in website. i want to get data from that java pages..but not using url's...how to get data from java pages without using url's.. |
Forum: PHP Dec 13th, 2008 |
| Replies: 1 Views: 519 hi
i developed some webpages in php. before it i use http://<my path>, but now i want to use https://<my path>.. i use https://<mypath> . it displays the page cannot be found.. how to avoid it.. |
Forum: PHP Dec 4th, 2008 |
| Replies: 2 Views: 554 hi,
is session_id is generated by javapage in one website is equal to session_id generated by phppage????.because i integrated php pages to java pages in that website. so i maitain session based... |
Forum: PHP Sep 27th, 2008 |
| Replies: 1 Views: 1,331 order table
orderid orderdate cust_name address itemno itemname qty price totalprice
54 12/09/2008 xxx yyy 5 cake 5 5 25
54 12/09/2008 ... |
Forum: MS SQL Sep 24th, 2008 |
| Replies: 0 Views: 1,100 i want to connect mssql(microsoft sql server 2005) using php, when i connect the following error displayed. why this error
mssql_connect() [function.mssql-connect]: Unable to connect to server:
... |
Forum: PHP Sep 24th, 2008 |
| Replies: 2 Views: 659 i want to connect mssql(microsoft sql server 2005), when i connect the following error displayed. why this error
mssql_connect() [function.mssql-connect]: Unable to connect to server:
note:in... |
Forum: PHP Sep 23rd, 2008 |
| Replies: 1 Views: 1,269 hai all,
i want to convert indian rupees into words, is there any function in php or any useful links
are appreciated..
how to convert indian rupees to words
for ex
458=>four hundred... |
Forum: PHP Sep 23rd, 2008 |
| Replies: 3 Views: 3,477 i want to just display the 500 to 500.00 in webpage. how can i achieve with php
For example
name cost
item1 500.00
item2 350.00 |
Forum: PHP Sep 22nd, 2008 |
| Replies: 3 Views: 3,477 hai
i want to convert interger number to float number, how in php?
for ex
i want to convert 500 to 500.00 |
Forum: PHP Sep 19th, 2008 |
| Replies: 8 Views: 979 you can pass more than one value by the following way,
window.location.href = "loginCheck.php?idValue=" + idValue+"&idvalue1="+idvalue1; |
Forum: PHP Sep 19th, 2008 |
| Replies: 3 Views: 514 <?php
$subject="testmail";
$message="this is test mail from php";
$to="****@****.com";//for an example
$status=mail($to,$subject,$message);
if ($status)
{
echo "Mail successfully Send";
} |
Forum: PHP Sep 11th, 2008 |
| Replies: 3 Views: 2,769 hai this is my code,
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Order Report</title>
<script... |
Forum: PHP Sep 10th, 2008 |
| Replies: 1 Views: 812 hai
i have two combo boxes in one php page. i have some items in first combo box they are populated from DB. i want to load items from DB dependent on item selected from first box.
now i met... |
Forum: PHP Sep 10th, 2008 |
| Replies: 3 Views: 2,769 hai
have one combo box and text box and one submit button in(page1.php). i want to search from DB for some records based one combo box item and text typed in textbox by clicking search button.... |