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...
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 34 - 64 of 335   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
44
I have decided to change over to bluehost. They are much cheaper and I can easily integrate my php shopping cart over to there. It is only $6.95 per month and...
Belinda
cbemartin
Offline Send Email
Apr 5, 2006
11:32 am
45
Hey, W.T. -- cheers to a great little bit of advice you provided for this user! (Re: member only area). it's nice to see WELL formed, objective guidance taking...
adesigninteractive
adesigninter...
Offline Send Email
Apr 7, 2006
4:44 am
46
The idea of leveraging MyYahoo and/or del.icio.us sounds interesting. As far as FAQ's go, though, I think there are already a lot of PHP FAQs out there...
Jason Levitt
sashimikid
Online Now Send Email
Apr 7, 2006
4:17 pm
47
I completely understand your point of view, and you're probably coming at it from the right direction-- i suppose to create "the quintessential FAQ" is...
adesigninteractive
adesigninter...
Offline Send Email
Apr 7, 2006
5:51 pm
48
... I don't personally see too much point in this as it would be easier just to, say, do a quick Google (er, I mean Yahoo! <.<;) search since most likely...
Wedge Talon
wedgetalon
Offline Send Email
Apr 7, 2006
6:46 pm
49
I have a memeber area set up and I can switch between member pages fine. There is a session check on the top of each member page. On pages with a form, it...
Bob Torella
bobt713
Offline Send Email
Apr 8, 2006
12:31 am
50
... Glad you found that. :) I meant to download it when I got home that day, but I comPLETELY forgot. ... As for your question... Hummm. Well, first of all,...
Wedge Talon
wedgetalon
Offline Send Email
Apr 8, 2006
2:22 am
51
Wedge, do you consult directly on a project for $$$$. I have a few areas driving me crazy. Thanks, Bob ... that day, but ... Instead of ... brevity ... ...
Bob Torella
bobt713
Offline Send Email
Apr 8, 2006
5:46 pm
52
I will. Email me personally with details of how deeply you'd like me to work with you if you wish. Cheers, Wedge wedgetalon [at] gmail [dot] com...
Wedge Talon
wedgetalon
Offline Send Email
Apr 8, 2006
5:56 pm
53
Logged in via Plesk, using phpMyAdmin, trying to upload a file into the database, I get an access denied error. Below is the error msg. My one defined user is...
bob.boyer
Offline Send Email
Apr 9, 2006
2:19 am
54
... That's your answer. Either it's incorrect login information for the user or the user doesn't have permission on the database to do what you're trying to...
Wedge Talon
wedgetalon
Offline Send Email
Apr 9, 2006
2:56 am
55
Thanks, but, as that Guest user, I'm able to use the rest of the myPhpAdmin controls to search / delete / insert into the DB. It only seems to be the "import"...
bob.boyer
Offline Send Email
Apr 9, 2006
3:59 am
56
Not if that user doesn't have the permission to import a file. To me, it sounds like your database account would have restrictions on it since its user name is...
Joshua Collins
kidguko
Offline Send Email
Apr 9, 2006
5:10 am
57
Hello friends, We just wanted to inform you about the website abcphp.com that we have launched to support the PHP developer community.abcphp.com was launched...
abcphp_com
Offline Send Email
Apr 10, 2006
6:51 pm
58
I huffed and puffed but cant get this script to run. Tried Delete and Delete_Row function. The script runs and echoes Listing deleted. The SELECT function...
Bob Torella
bobt713
Offline Send Email
Apr 13, 2006
3:53 pm
59
... Where are the variables $Email & $remlisting being set? It doesn't look like the first query has anything to do with the second. Please post the script...
Ken Robinson
kenrbnsn
Offline Send Email
Apr 13, 2006
4:15 pm
60
... It looks to me like the or die is in the wrong place, though there could be more going on with other variables. If the SELECT statement is working, then it...
Wedge Talon
wedgetalon
Offline Send Email
Apr 13, 2006
4:35 pm
61
To expand on what Wedge had to say about the placement of the or die() function... When you place it in the position you did: $Query = "SELECT * FROM Soil...
Joshua Collins
kidguko
Offline Send Email
Apr 13, 2006
5:46 pm
62
Hi Friends, I want to display the contents of directory, this is the code i tried, <?php function directory($myDirectory){ $myDirectory =...
kpraman9
Offline Send Email
Apr 13, 2006
6:10 pm
63
As always, thanks for the quick replies. I dropped in your code from your reply below. The DELETE query is picking up the Index variable for the row I am...
Bob Torella
bobt713
Offline Send Email
Apr 13, 2006
7:45 pm
64
Check out this script and its demo: http://evoluted.net/archives/2005/08/directory_listi_2.php ... From: kpraman9 <kpraman9@...> To:...
Donna Marie Vincent
donnamarievi...
Offline Send Email
Apr 13, 2006
7:45 pm
Messages 34 - 64 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