Hi sherif, First you have to choose merchant gateway which you will use such as PayPal, Authorize, Innovative, Google checkout etc... Then you just go to the...
hi I am doing site for a mumbai based client. The site is related restaurants and ordering food online. here i need to implement the payment gateways in indian...
Thanks for the support, Client is not aware of the payment gateways. We have to present her with the list of possible payment gateways for INR(India), with...
Hello Experts Today i will discus about a XML write function and this XML value come from mysql table. Its very simple for use. Here is a sample mysql table...
Hello everybody i am required to build press release website like those www.prlog.org www.free-press-release.com however there's important function in all...
Hi Brother, I have tried also. I found that, it depends on .htaccess file. If apache allow override .htaccess, then u have to make another .htaccess file in...
Hi man; and using this way the files are actually PHP but the extension is HTML ? that means i can run php code in them ??? -- Mohamed Badr Senior Web...
Hi Well, the files are php and also the extension is PHP. But using Url-Rewriting, the url is replaced with .html. This thing is achieved using proper...
Hi friend, To develop a web application with this kind of URL, you have to use 2 techniques. 1. Clean URL 2. URL RE-Writting For example, in the url ...
i agree paypal is the best. but it is not directly supporting INR. I want the transaction happened in Indian Currency. till now, i got the options ccavenue ...
I want to implement lightbox through ajax. example usage given in the site http://www.huddletogether.com/projects/lightbox/ <a href="images/image-1.jpg"...
hi i have this link in a web page ( www.mydomain.com/index.php?id=2 ). and in the index.php i have <?php (...) switch ($id) { case 1: echo('um - 1'); break; ...
Dear All Exparts,  A first growing outsourcing firm need some joomla exparts  Requirements:           1-4 years experience is preferable. ...
Hi, This variable $id you can get in your index.php page, if you make the global variable on in php.ini file. or you have to write $id = $_GET['id'];...
Hello, To resolve this problem. i think you should declare variable id in javascrip. after you can call in PHP. <script language="javascript"> var id; ...
Hello, I have tried and succeed after doing some changes. the changed portion is: echo "<script> var id = ".$_GET['id'].";</script>"; Thank you ... ...
Since paypal is not in India, I am not aware of any other payment gateway other then credit card processing services. I am 90% done making a micro-payment...
You do not require JS <Script>.. try extract ($_GET); before switch ($id) also, if you can change URL GET "id=" to something like "aid=" as it maybe...
1.If you are designer we can help you to introduce your work to other people. 2.If you are locking for designer we can help you to find best and professional...
Hi guys i have a problem, i have a text box for users to enter some articles, i need if the user put a link in the text like http://www.website.com the link is...