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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
... 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, do you consult directly on a project for $$$$. I have a few areas driving me crazy. Thanks, Bob ... that day, but ... Instead of ... brevity ... ...
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...
... 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...
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"...
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...
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...
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...
... 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...
... 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...
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...
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...