Search the web
Sign In
New User? Sign Up
phpresource · Storehouse of PHP Resources
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2600 - 2629 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2600
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...
mgsukhon
Offline Send Email
Jul 1, 2008
12:18 pm
2601
File : phpResourceRssFeed.zip Description : phpResource Feeds for Your Site...
phpresource@yahoogrou...
Send Email
Jul 1, 2008
1:50 pm
2602
... From: syed rahman <srajib_2003@...> Subject: rss feeds help needed To: phpexperts@yahoogroups.com Cc: rajib1111@... Date: Tuesday, July 1,...
syed rahman
srajib_2003
Online Now Send Email
Jul 1, 2008
4:19 pm
2603
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...
Sreeni .A
sreeniaitist
Offline Send Email
Jul 7, 2008
2:07 pm
2604
Dear all, Please help me providing a simple tutorial and codes for reading Microsoft excel file. I can find some link in the web ...
mahmud uz-zaman
mahmud_uzzaman
Online Now Send Email
Jul 8, 2008
12:14 pm
2605
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...
Sreeni .A
sreeniaitist
Offline Send Email
Jul 8, 2008
12:15 pm
2606
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...
Saidur Rahman
rana_0036
Online Now Send Email
Jul 8, 2008
6:58 pm
2607
try to check this link it may help http://devzone.zend.com/article/3336-Reading-and-Writing-Spreadsheets-with-PHP Thank you Ziada ... From:...
Mohamed Moustafa
mohamedm2000
Offline Send Email
Jul 9, 2008
11:01 pm
2608
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...
Mohamed BADR
badrm1000000
Offline Send Email
Jul 13, 2008
7:31 am
2609
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...
Safique Ahmed Faruque
provat34
Offline Send Email
Jul 13, 2008
8:56 am
2610
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...
Mohamed BADR
badrm1000000
Offline Send Email
Jul 13, 2008
11:07 am
2611
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...
Atif Majid
atif_majid10
Offline Send Email
Jul 13, 2008
11:17 am
2612
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 ...
Anis Ahmad
anis_niit
Offline Send Email
Jul 13, 2008
8:02 pm
2613
Hi Badr, To solve your problem, you need to use apache's URL rewrite feature. Please see some previous posts to get idea on how to do URL rewrite: ...
Rupom
rupom_315
Offline Send Email
Jul 14, 2008
4:22 am
2614
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 ...
Sreeni .A
sreeniaitist
Offline Send Email
Jul 15, 2008
11:03 am
2615
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"...
shivam0101
Offline Send Email
Jul 18, 2008
5:23 pm
2616
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; ...
Marco Branco
mbranco1975
Offline Send Email
Jul 23, 2008
6:29 pm
2617
try switch($_GET[id]) { case 1: echo('um - 1'); break; case 2: echo('dois - 2'); break; case 3: echo('tres - 3'); break; default: echo('defaulf - any'); } ...
Mohamed Badr
badrm1000000
Offline Send Email
Jul 23, 2008
7:15 pm
2618
Dear All Exparts,   A first growing outsourcing firm need some joomla exparts   Requirements:             1-4 years experience is preferable. ...
Mamunur Rashid
m_rashid83
Offline Send Email
Jul 24, 2008
1:27 pm
2619
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'];...
Safique Ahmed Faruque
provat34
Offline Send Email
Jul 24, 2008
1:27 pm
2620
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; ...
leqdangs
Offline Send Email
Jul 24, 2008
2:06 pm
2621
Check the value you are passing to $id using: echo $id, Then decide in which direction you will have to go. Thank you...
Delwar Hossain
hdelwar
Offline Send Email
Jul 31, 2008
4:35 am
2622
echo "<script> var id = $_GET['id'];</script>"; echo "<script> alert(id);</script>"; ... From: Delwar Hossain <delwar1956@...> Subject: Re: [phpResource]...
CJ ÿffffce
cjxxi
Offline Send Email
Jul 31, 2008
6:07 am
2623
Hello,   I have tried and succeed after doing some changes. the changed portion is:    echo "<script> var id = ".$_GET['id'].";</script>"; Thank you ... ...
Safique Ahmed Faruque
provat34
Offline Send Email
Jul 31, 2008
1:48 pm
2624
Hello friends, I am using soap +php5.2 with ebay api. $session = new eBaySession($dev, $app, $cert); $session->token = $token; $session->site = 0; // 0 = US; ...
Aniruddha Deshpande
ani_21149
Offline Send Email
Jul 31, 2008
8:08 pm
2625
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...
group_mediator
Online Now Send Email
Aug 1, 2008
8:41 am
2626
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...
group_mediator
Online Now Send Email
Aug 1, 2008
8:41 am
2627
Hi Ayaz, FYI, Paypal is present in India, Srilanka, Nepal, Bhutan, Maldives. -- Rupom ... From: group_mediator <ayaz.shah@...> Subject: [phpResource] Re:...
Rupom
rupom_315
Offline Send Email
Aug 1, 2008
8:47 am
2628
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...
hamed hosseini
h_63_h
Offline Send Email
Aug 2, 2008
7:56 am
2629
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...
Mohamed Badr
badrm1000000
Offline Send Email
Aug 3, 2008
12:56 am
Messages 2600 - 2629 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help