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 12 - 43 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
34
I have created a member only website with private pages (*.php) that use sessions (no cookies). If you try to access these pages and you are not logged in you...
Bob Torella
bobt713
Offline Send Email
Apr 4, 2006
3:31 pm
35
... The file must still be named *.php, unless you have a non-standard webserver setup or are using a htaccess file (assuming apache here) to tell it to parse...
Wedge Talon
wedgetalon
Offline Send Email
Apr 4, 2006
3:45 pm
36
Thanks for the fast reply. I am using Yahoo to host and using Yahoo Site Builder to create the website. The Navigator Bar tool in Yahoo SiteBuilder only...
Bob Torella
bobt713
Offline Send Email
Apr 4, 2006
4:31 pm
37
From what I can find, Yahoo hosting DOES support PHP, but as SiteBuilder is a 10 MB download and I'm on a slow corp. network, it would take me over an hour to...
Wedge Talon
wedgetalon
Offline Send Email
Apr 4, 2006
5:00 pm
39
Thanks for all the info. I'm not a very proficient coder for sure. lol! However, I sure have spent a lot of time trying to teach myself some of it. I've built...
Belinda
cbemartin
Offline Send Email
Apr 4, 2006
6:54 pm
40
It appears that Yahoo has an Advanced Navigation creator. I am sure this will do the trick since others had to link to pf files before. I cannot try it until...
Bob Torella
bobt713
Offline Send Email
Apr 4, 2006
8:29 pm
41
As sad and true as this may be...what does it have to do with php?...
Joshua Collins
kidguko
Offline Send Email
Apr 4, 2006
9:08 pm
42
Nothing, obviously. Everyone, if any more spam appears in the group, please just ignore it. If the problem gets worse we'll turn on moderation (which means you...
Jeffrey McManus
devnetjeffrey
Offline Send Email
Apr 4, 2006
9:20 pm
43
Hello Belinda... I have website hosted on Yahoo! also... and when I wanted to sell on my website, and to have shopping cart, I upgraded my webhosting plan to...
Ahmed Aly
ahmed_daat
Offline Send Email
Apr 5, 2006
11:27 am
Messages 12 - 43 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