Hi, Still not programming related but can the owner/moderator please add links to the description page of this for YDN site and code samples the sentence "See...
Hi, The Developer Network site is located at http://developer.yahoo.net. There you can find a list of all our services and code samples for those. Thanks, ...
Dan Theurer
dtheurer@...
Feb 24, 2006 5:06 pm
5
I waana yahoo messenger on my site my own but how i can make can any one tell me i need it...
1. Flashchat is a chat room program that has private messaging built in. It only costs $5 and is easy to install. 2. There's also something called Cute...
Hello Donna, Yes you are right and flash chat is a one of the wonderfull script using flash and php. But I think Mr. Mosroor needs Yahoo messanger on his site...
Hi , just join the group. I have a problem, i am not able to access the data from forms, when i press submit button the data does not reach to php script. pl....
Can you show us your code? Otherwise we can't determine where the problem is. ... From: rtddn <rtddun@...> To: ydn-php@yahoogroups.com Sent: Tuesday,...
Hi I guess u r working in html forms. if so set the forms action to .php script <form name="frm_name" action="ur_script.php" method="post"> </form> then form...
Dear Friends, Here is my problem. I have a login page (username, password), if the user enters correct username and password, that particular users data should...
Regarding my studies in Web Development, and in my seemingly perpetual quest to develop an extension of my own long-term memory, i have tried many different...
That's something that's nice to know, samantha, but it was not what the OP asked. To access 3elemnts of you form on your subbmited page, you may use $_GET,...
I agree, it is nice to see. :) I'm hoping this will grow to be a nice, helpful community, but in light of a few recent posts, I think it may be prudent to put...
Hello Friends, Thanks for your replies to my earlier post about the login. It worked. I want to extract (retrive) the data from the database (for making edit...
... There's quite a bit of incorrect and sloppy code here. ... $countries = array('India','Pakistan','Srilanka'); // makes life easier later ... I would use...
is there a difference in the way that PHP 4 handles the _header()_ function as compared with PHP5? i wrote a script which works fine on my development server,...
Check the error message on the PHP4 server. The error message should indicate where the output occured. Check that line and you will see what your problem is....
You have output buffering on on one server and not on the other. That's what my money would be on, if I'm a betting man. Check the php.ini settings on each...
... what ... code ... hey there! thanks so much! wow, i'm proud to be some of the first users to take advantage of this community! i hope it is a success as ...
... rats! since that's a Linux / Apache shared hosting setup, i don't think i am able to check PHP.ini through cPanel. is there anything i can do to fix it at...
... Hey, mgkimsal2, thank you! I ran phpinfo() on the shared hosting server. Viewing the results revealed /no value/ i followed your suggestion, and read the...
Hi, 1. When I attempt, in php: file_get_contents( "http://api.local.yahoo.com/MapsService/V1/geocode? appid=<my app id>& other street params ) I get the...
Thanks all. Based on your comments, I went back to my provider (I'm on a shared host) and asked for them to investigate / correct the problem on their side....