We have an excellent opportunity for PHP Professionals with World's No.1 internet brand - for their Development center in Bangalore, India. Key Skills...
Hello, I face one problem in site development, i put two buttons in a form these are insert and update and delete. so how i can trace which button is pressed...
Make sure each button has a unique name. When processing the form, use the "isset" function to see which button name was passed to the form-handling code....
... Hi, give unique id or name for each button inside input tag in html, check the button pressed in form-handling php script usig either $_POST ['button1'] or...
Hi, To debug the post $_POST variable, do a print_r($_POST) in the "action" PHP script of the form... Regards, Herman ... From: ydn-php@yahoogroups.com...
Hey Friends, I got the so much mail which ishelpful for me for my last query.Thanks to all for that. i have one more query about captcha. I put captcha in my...
check this link.. http://captcha.megaleecher.net/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
Hello all! I fetch the questions using the api described on http://developer.yahoo.com/answers/V1/questionSearch.html I have 2 problems with it: 1). i want to...
sergey kapustin
master.sergey@...
Sep 13, 2006 4:30 pm
142
Hello all! I fetch the questions using the api described on http://developer.yahoo.com/answers/V1/questionSearch.html I have 2 problems with it: 1). i want to...
Why would I be getting this error from api? 504.1 when I run the query submitted to a web page, I get the xml, when I try to get it via php, I get this error...
This is a dumb post, but I'm really frustrated with Yahoo's site navagability. Can anyone tell me where financial api urls are listed or if that service is...
Hi all, I am new to using the COM with PHP so hope you can help me here. Basically I need to send data from database to a Crystal Report using PHP/COM. I have...
I am using a function to get the latitude and longitude of an address. i really like the way that Yahoo handles this since it will give you a result even if...
First off, what was the error message? My guess is that you may be over your daily limit. Yahoo limits you to like 5000 queries per day. If you're doing alot...
Hi all, Am nwebie to this group.. i w'd like to write php zend certification exam. can u plz guide me. how could i get the sample dump questions. Thanks and...
Hello. Can I get Yahoo's PHP Coding Style Guide? Is that secret things? I wanna know Yahoo's PHP developer's that what kind of style guide to use. It's so...
Folks, I would like to get an auto-login setup for a site other than Yahoo. Call this esite. Here's the flow: [1] User hits a secure area of esite [2] Browser...
Hi, Just wanted to know a little more detail. By authenticating user on Yahoo do you intend to have user access any secured area on esite itself? You can have...
Hi, I build my own PHP class to handle RSS feeds... Which designed to use Yahoo!'s feeds, and fix their bugs I found :o| Notice that mYLastRSS support "Media...
how to remove the limitation of the number of returned results using the yahoo search api at the end of the url (i.e &result=50). i tried removing it and it...
... call 3 different javascript funtion for all 3 btns click , in this script just post the form on ur manipulate.php with one flag for every btn and as per...
I am a PHP novice and haven't done much with xml. I need to create a quick app based on the search API to query for sponsored search term data based on the...
Also in addition to the username and password fields I see a "key" parameter. Is this a key for the ad-word account or the yahoo account the user is logged in...