Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~9K People Reached
Favorite Forums
Favorite Tags
Member Avatar for php2sheik

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 fifty eight this want for any number upto billions..

Member Avatar for Vinoth_7
0
4K
Member Avatar for php2sheik

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

Member Avatar for Sudhir_1
0
365
Member Avatar for php2sheik

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 links for that. Thanks in advance.

Member Avatar for orange_24
0
138
Member Avatar for php2sheik

hai i want to convert interger number to float number, how in php? for ex i want to convert 500 to 500.00

Member Avatar for applemist
-1
3K
Member Avatar for php2sheik

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 include_path in php.ini file. is this possible to two include path in php.ini file.. if it is …

Member Avatar for almostbob
0
79
Member Avatar for php2sheik

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 httpd.config file. manually configure the server.. i already added the two lines in httpd.config file …

Member Avatar for php-freelancer
0
70
Member Avatar for php2sheik

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..

Member Avatar for buddylee17
0
63
Member Avatar for php2sheik

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..

Member Avatar for cwarn23
0
144
Member Avatar for php2sheik

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 on that java page. is this possible to session_id from java page to php page, if i get …

Member Avatar for digital-ether
0
178
Member Avatar for php2sheik

[code] 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 xxx yyy 3 choclate 5 3 15 55 13/09/2008 www uuu 7 rice 6 6 36 55 13/09/2008 www uuu 8 biscut 1 10 10 55 13/09/2008 …

Member Avatar for heenix
0
219
Member Avatar for php2sheik

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 my system mssql 2005 is not installed..i connect server which is in another system connected through LAN. if i connect the sqlserver 2005, is …

Member Avatar for Shanti C
0
127
Member Avatar for php2sheik

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: note:in my system mssql 2005 is not installed..i connect another db which is in another system connected through LAN. if i connect the …

0
54
Member Avatar for php2sheik

[code=php]<?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"; } ?>[/code] when i execute this script, it displays the following error., why this error? [B]mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing[/B]

Member Avatar for mexabet
0
84
Member Avatar for mohammed2raja

Hi, I m new in this field. Actually I face a problem, I call a php file from a html file using javascript. I declare a variable in php file,I want to use this variable in the same html file after execution of php file.Please help.

Member Avatar for mohammed2raja
0
139
Member Avatar for php2sheik

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. i select one item from combo box, and type text in text box and …

Member Avatar for MVied
0
170
Member Avatar for php2sheik

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 one problem, i use javascript coding for this function. if …

Member Avatar for Shanti C
0
79