Search the web
Sign In
New User? Sign Up
ydn-php · Yahoo! PHP Developer Group (CLOSED)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 1 - 33 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
... OK! this is not /. but still - nice to see PHP group from YDN Cheers Tarique...
Dr Tarique Sani
tariquesani
Online Now Send Email
Feb 23, 2006
9:59 am
2
I agree :)...
kidguko
Offline Send Email
Feb 24, 2006
3:38 am
3
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...
Dr. Tarique Sani
tariquesani
Online Now Send Email
Feb 24, 2006
5:08 am
4
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@...
Send Email
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...
wHo_Am_I
masroor37
Offline Send Email
Feb 27, 2006
6:22 am
6
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...
Donna Marie Vincent
donnamarievi...
Offline Send Email
Feb 27, 2006
1:20 pm
7
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...
Ramesh
mail2mrb
Online Now Send Email
Feb 28, 2006
4:24 am
9
Done. Good idea.... Jason...
sashimikid
Offline Send Email
Feb 28, 2006
9:19 pm
10
Welcome to Yahoo!'s PHP Developer Support Group. We're here to support your PHP development efforts with the various Yahoo! APIs found at ...
sashimikid
Offline Send Email
Feb 28, 2006
10:13 pm
12
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....
rtddn
Offline Send Email
Mar 7, 2006
9:21 am
13
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,...
Donna Marie Vincent
donnamarievi...
Offline Send Email
Mar 7, 2006
11:07 am
14
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...
samantha jaysinghe
sakith_lk
Offline Send Email
Mar 8, 2006
3:08 am
15
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...
kpraman9
Offline Send Email
Mar 16, 2006
2:05 am
16
Hi.. U can store the user name and password in session like $_SESSION['user'] = <USER NAME > $_SESSION['pass'] = <PASSWORD> and after then u can...
samantha jaysinghe
sakith_lk
Offline Send Email
Mar 16, 2006
3:08 am
17
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...
adesigninteractive
adesigninter...
Offline Send Email
Mar 18, 2006
2:21 am
19
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,...
wedgetalon
Offline Send Email
Mar 19, 2006
3:09 pm
20
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...
wedgetalon
Offline Send Email
Mar 19, 2006
3:15 pm
21
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...
kpraman9
Offline Send Email
Mar 20, 2006
6:01 pm
22
... There's quite a bit of incorrect and sloppy code here. ... $countries = array('India','Pakistan','Srilanka'); // makes life easier later ... I would use...
Ken Robinson
kenrbnsn
Offline Send Email
Mar 20, 2006
6:32 pm
23
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,...
adesigninteractive
adesigninter...
Offline Send Email
Mar 20, 2006
6:53 pm
24
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....
Jeremy Johnstone
jeremy.johns...
Online Now Send Email
Mar 20, 2006
7:07 pm
25
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...
mgkimsal2
Offline Send Email
Mar 20, 2006
7:27 pm
26
... 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 ...
adesigninteractive
adesigninter...
Offline Send Email
Mar 20, 2006
7:29 pm
27
... 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...
adesigninteractive
adesigninter...
Offline Send Email
Mar 20, 2006
7:32 pm
28
... run phpinfo() to check the status of php.ini settings. turn output buffering on at the top of the script. http://us2.php.net/ob_start...
mgkimsal2
Offline Send Email
Mar 20, 2006
7:50 pm
29
... 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...
adesigninteractive
adesigninter...
Offline Send Email
Mar 21, 2006
3:05 pm
30
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...
bob.boyer
Offline Send Email
Mar 22, 2006
1:11 am
31
Are you running on IIS? That's the only thing I'm aware of that causes this error....
Wedge Talon
wedgetalon
Offline Send Email
Mar 22, 2006
1:36 am
32
This works fine on my Apache 2 and PHP 5.1 setup: <?php ...
sashimikid
Offline Send Email
Mar 22, 2006
5:36 pm
33
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....
bob.boyer
Offline Send Email
Mar 29, 2006
6:10 am
Messages 1 - 33 of 335   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