RE: [PHP] Example high-profile PHP sites

2001-07-26 Thread Chad Day
How about my site.. http://www.bangable.com Might not be the kind of site you want to put on your list, but we do get a lot of traffic.. 4 million page views a month. All PHP/mysql. Chad -Original Message- From: Maurice Rickard [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26

RE: [PHP] HELP!! What wrong with this code...

2001-07-31 Thread Angerer, Chad
escape the double quotes around the href... with \" PHP thinks youe are ending the echo string prematurely. -Original Message- From: Steve Wright [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:13 AM To: PHP List Subject: [PHP] HELP!! What wrong with this code... Hey, i am g

RE: [PHP] Re: FAQ

2001-08-01 Thread Angerer, Chad
Isn't it Personal Home Pages? Chad -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 10:55 AM To: php Subject: RE: [PHP] Re: FAQ > Does anyone know what PHP stands for? PHP => People Hate Perl. No, that's just a joke,

RE: [PHP] Apache

2001-08-03 Thread Angerer, Chad
add yourself to the apache group in the groups file. This will allow you to do a chmod for the group on the apaceh dir so you are able to write to it. chmod +775 I think you would want to do on the directory. C -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

[PHP] Session problem

2001-08-06 Thread Chad Day
ot;); } ... Header("Location: menu.php"); menu.php: session_start(); echo "Welcome, $NAME"; So like, what the hell. Why would it keep losing track of $NAME? Thanks, Chad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

RE: [PHP] Session problem

2001-08-07 Thread Chad Day
I tried this, I still have the same problem. Is this a bug in the version of PHP I am running? Chad -Original Message- From: mike cullerton [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 4:58 PM To: Chad Day; [EMAIL PROTECTED] Subject: Re: [PHP] Session problem i would try

RE: [PHP] Session problem

2001-08-07 Thread Chad Day
Done, still not working. I know that usually has to be there, I was just going to copy the example from the manual directly, since the session should automatically kickoff when it hits the session_register bit. This truly has me baffled. Chad -Original Message- From: hassan el

RE: [PHP] Session problem

2001-08-08 Thread Chad Day
I wish it did. Still the same problem. Hello visitor, you have seen this page times. http://www.militarycity.com/classified/realtors/count.php Chad -Original Message- From: karthik [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 1:08 AM To: Chad Day Subject: Re: [PHP

RE: [PHP] Session problem

2001-08-08 Thread Chad Day
Nope. Same problem. I'm seriously thinking there's a bug in the version of PHP I am running at this point, but I searched php.net and found no mention of anything .. Chad -Original Message- From: Brian Dunworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 1

RE: [PHP] Session problem

2001-08-08 Thread Chad Day
.com/classified/realtors/count.php Chad -Original Message- From: Bjorn Van Simaeys [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] Session problem Maybe you have your cookies turned off in your browser? Something that is easily forgo

RE: [PHP] Session problem

2001-08-08 Thread Chad Day
Still not working. My script is -exactly- as you have it below, and I believe I've tried that before. (begins pulling out hair) Chad -Original Message- From: Johnson, Kirk [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 2:31 PM To: [EMAIL PROTECTED] Subject: RE:

RE: [PHP] Session problem

2001-08-08 Thread Chad Day
.. Like, this will happen: You've seen this page 1 times (not gonna repeat the text) 2 3 4 5 1 // lost 1st session here 2 6 // regain 1st session 3 // switch 7 8 9 4 // switch no matter how many times I reload that page, it seems to generate a max of 2 sessions. wtf is going on? Chad -Ori

[PHP] include error with no includes

2001-09-05 Thread Chad Cunningham
is page, there is no auto-prepend file defined. Why is it trying to include the page from an Unknown file? Why aren't all the pages doing this? I have seen this on two different machines, both Linux, both were running php 4.0.4p1 and updating both to 4.0.6 didn't fix it... -- Chad Cunnin

Re: [PHP] include error with no includes

2001-09-05 Thread Chad Cunningham
> I could be way off, but it sounds like a permissions problem. The user > that your webserver runs as probably no longer has access to the page. Allright, how did I not think of that :) Seems someone has been messing around with permissions on the server, thanks! -- Chad Cunningham

[PHP] Problem Removing Text Updater Password

2004-08-04 Thread Chad Daniel
am new to PHP and I am having a problem removing a password restriction from a simple Text Updater script (below). I have a bunch of files that need to be protected and I am planning to use .htaccess, but this script calls for the password to be input before allowing the update (redundant for my

Re: [PHP] Smarty template for parent-child form

2007-07-24 Thread Chad Robinson
p.net/manual/en/language.function.foreach.php What you do is assign the items to an array called, say, items. Then you use "foreach" in the template to iterate the array, just like you would in PHP itself. Example 7-8 (Contacts) is pretty close to what you're doing. Regards, Chad --

Re: [PHP] import spreadsheet

2007-07-27 Thread Chad Robinson
he user pick which they want. Then, for that file, you get the list of sheets. Once they select those, you get a list of all rows/columns in the sheet and use it to set up your table, and populate your grid with cells. With the above data structure, that's a few minutes' work. Regards, Chad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Authentication

2007-07-27 Thread Chad Robinson
r) run this javascript work, then at the tail end of it redirect the user to the login page using a GET or POST query to pass in the username. If it fails to get the username the login page can then just ask for it. At least, maybe it will give you enough to Google now. Regards, Chad -- PHP

Re: [PHP] Includes eating up my time

2007-07-31 Thread Chad Robinson
se? Or is it just a constant process of testing and checking? PHP does have an auto-include system called the autoloader. We use this heavily in Blackbird ESB to load classes on the fly when they're referenced. It only works for loading classes, but since you say that's what you have..

Re: [PHP] Premature Ajax-ulation

2007-08-03 Thread Chad Robinson
assume it simply cannot ever be completely secured. Period. Seeing something like this just shows me a developer that trusted the client, and it doesn't particularly surprise me when they get burned. Regards, Chad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] Sorting files in a directory

2007-08-09 Thread Chad Robinson
ue) { echo '' . $value . ''; } echo ""; closedir($dh); } ?> Syntax check is left as an exe3rcise for the student. =) Regards, Chad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] verify that email exist ?

2001-01-30 Thread Chad Guilette
bmit."; exit; } } I use $ismatch for other purposes but can be omitted and the function can be changed to simply if(!$valid) Hope that helps some. Chad Guilette - Original Message - From: "Brian Clark" <[EMAIL PROTECTED]> To: "PHP is not a drug ." <

RE: [PHP] Pricing for PHP programming???

2001-01-31 Thread Chad Day
I charge a rate of $80 an hour or so, and haven't had any problems. Chad -Original Message- From: Chris Lee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 3:38 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Pricing for PHP programming??? $3000 - $10,000 cdn month depe

RE: [PHP] contracting & consulting (was "[PHP] Pricing for PHP pr ogramming???")

2001-02-01 Thread Chad Day
Well, actually, I own phpspot.com but never got the time to actually DO anything with it. Might as well put it to good use.. if someone wants to develop a site (and I might even have time to help, woo hoo!), I'd be in on it. Chad -Original Message- From: DELAP, SCOTT F (

[PHP] Timestamp field

2001-02-05 Thread Chad Guilette
insert it when im updating but I'm curious as to why this would be happening...These are the only places where any modifications are made to the posts...on insertion and admin modification so I'm stumped as to what could be happening. Any ideas or suggestion, Regards, Chad Guilette

[PHP] newbie mail() function

2001-02-07 Thread Angerer, Chad
e 9. If I remove the mailheaders variables the PHP script works just fine and emails the form to the correct address. Any help on this would be appreciated. It is probably something qyite simple. I just don't see it though. Thanks. Chad -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] newbie mail() function

2001-02-07 Thread Angerer, Chad
d'oh! I knew it was something simple. Thanks -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:42 AM To: 'Angerer, Chad'; '[EMAIL PROTECTED]' Subject: RE: [PHP] newbie mail() function You're missing a

[PHP] PEAR

2001-02-07 Thread Chad Guilette
Can anyone point me in the direction of a good site documenting PEAR? Chad Guilette -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] To The Hacker: CodeBoy

2001-02-08 Thread Chad Day
Your momma pays full commission! (sorry, couldn't resist) >As far as hacking is concerned, I wouldn't know my arse from my elbow :) > >James -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

[PHP]Spider script in PHP.

2001-02-09 Thread Angerer, Chad
I would like to extract the ID3 tag from it. Any pointers to a good starting point/reference point would be greatly appreciated. Thanks. Chad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Angerer, Chad
Try closing your table here... or putting the new table in a . Netscape is very picky with tables. complete the login process and begin using the site.

[PHP] hidden form field.

2001-02-13 Thread Angerer, Chad
Hello list, Can someone please explain to me in simple terms. What the exact reason is for putting hidden form fields into an html document that uses PHP to connect to a mySQL db .. or any db for that matter. I have looked around and have not gotten a good clear answer? Thanks. Chad Angerer

Re: [PHP] MySQL: Add Autoincrement Field?

2001-02-16 Thread Chad Guilette
just add a field unique_id int auto_increment in the table...u dont have to do anything more...it will start at 1 and every time a new record is added to the table this value will be incremented - Original Message - From: "Jeff Oien" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Se

[PHP] A Question of Indexes

2001-02-18 Thread Chad Guilette
for the three variable case??? sorry for not trying this out ahead of time and using explain to see what would happen, I haven't had a chance to look at it. Thanks for any advice in advance. Chad Guilette -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

<    1   2