[PHP] module loading problems

2007-07-25 Thread Chris W
module and now it doesn't load either. Anyone have any idea why these 2 modules won't load when the others do? -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Gift Giving Made Easy Get the gifts you want

Re: [PHP] module loading problems

2007-07-25 Thread Chris W
work perfectly. Most annoying! Cheers, Rich -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Gift Giving Made Easy Get the gifts you want give the gifts they want One stop wish list for any gift, from

[PHP] DOMDocument Size limit

2006-12-18 Thread Chris W
or maybe even more.| -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Gift Giving Made Easy Get the gifts you want give the gifts they want One stop wish list for any gift, from anywhere, for any occasion

Re: [PHP] DOMDocument Size limit

2006-12-18 Thread Chris W
but the only thing I found was output_buffering = 4096 and that doesn't seem like it would be a problem. -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Gift Giving Made Easy Get the gifts you want

[PHP] xml processing cdata

2008-05-09 Thread Chris W
Object ( [EMAIL PROTECTED] = Array ( [id] = 2 [display-name] = 207069.pdf [file-name] = 207069.pdf [obj-type] = 1 [system] = 0 ) ) -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http

[PHP] Re: Division [maybe a bug]

2008-05-10 Thread Chris W
is 2,147,483,648 if you are dealing with numbers that large, consider using some arbitrary precision math functions that can work with as large of numbers as you need. http://us3.php.net/manual/en/refs.mathcrypto.math.php -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn

[PHP] Re: Division [maybe a bug]

2008-05-11 Thread Chris W
jo opp wrote: 2008/5/11 Chris W [EMAIL PROTECTED]: jo opp wrote: Hello! $var1= 2155243640%31104000; $var2= 2147309244%31104000; echo $var1 // Return -24651656 echo $var2 // Return 1133244 $var2 return the correct result, but $var1 is wrong (the correct result is 9067640) Probably

Re: [PHP] validating textarea using php

2008-05-13 Thread Chris W
I read, that isn't one of them. -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Ham Radio Repeater Database. http://hrrdb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Validating Form input

2008-05-14 Thread Chris W
is it will cut down on the errors in data that get to the server and then in turn reduce the number for resubmits and keep traffic down a little. However since none of the projects I have worked on are very high traffic sites, that hasn't been much of a concern. Any thoughts? -- Chris W KE5GIX Protect

[PHP] Re: question about validation and sql injection

2008-05-15 Thread Chris W
slashes function call. Note the only reason I use trim is to get rid of any white space that may be at the ends of the string. magic_quotes_runtime is OFF magic_quotes_sybase is OFF These should both be off too. -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn

[PHP] Re: changing order of items

2008-05-15 Thread Chris W
; $query .= WHERE `ID` = '$ID' run query... -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Ham Radio Repeater Database. http://hrrdb.com -- PHP General Mailing List (http://www.php.net

[PHP] String searching

2008-05-17 Thread Chris W
part must be only in the set described above. What is the easiest way to do this? -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Ham Radio Repeater Database. http://hrrdb.com -- PHP General Mailing List

[PHP] urlencode and urldecode

2008-05-17 Thread Chris W
, that at one time on a server I used in the past, that I had to manually call urldecode to decode GET vars. Is there a setting to change this or is it something that changed in php in the last few years? -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http

[PHP] Re: array recursion from database rows

2008-05-24 Thread Chris W
; } } -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Ham Radio Repeater Database. http://hrrdb.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] preg_match_all

2008-05-29 Thread Chris W
but just in case. preg_match_all(/( *a[^]*href[^]+)(.*)\/a/, $Line, $matches, PREG_PATTERN_ORDER); -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Ham Radio Repeater Database.preg_match_all(/( *a[^]*href

Re: [PHP] phpmyadmin problems with quoting exported text

2005-11-09 Thread Chris W
Richard Lynch wrote: On Sun, November 6, 2005 2:17 am, Chris W wrote: I just tried to use the output of the export function on phpmyadmin and got a million errors. After looking at the file I found that certain columns that are strings were not quoted at all. I can't find any reason why

[PHP] urlencoding.

2003-12-31 Thread Chris W
the code by sending bogus data. I am already checking that the data isn't longer than I am expecting. Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] returning early from a function.

2003-12-31 Thread Chris W
to make this work or why it doesn't work? Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] urlencoding.

2003-12-31 Thread Chris W
I don't know why I didn't look at the html source before I posted that question. The source looks like this VALUE=jhgfhjf which tells why the field is showing blank. So now the question is what to do about it. I guess htmlspecialchars will take care of that? Thanks for hint on sessions, I

[PHP] Redirecting and get length problems

2004-01-07 Thread Chris W
? The only other Idea I have is to put the information in a temporary table and just send a get with the key for the record in the table. Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Odd strtotime behavior

2004-01-09 Thread Chris W
The following code doesn't do what I expect and I was wondering if someone could tell me why and how to make it do what I want. $NowT = strtotime(January 9 2004); $EventT = strtotime(June 1 2004); print ($EventT - $NowT)/86400; I get 143.95833 Why don't I get 144? Chris W -- PHP General

[PHP] How do I do this select?

2004-01-11 Thread Chris W
I sent this to the mysql list but it doesn't seem to be working so I was hoping someone here could help. I have the following 2 tables. CREATE TABLE User ( UserKey INT NOT NULL AUTO_INCREMENT, UserIDCHAR(16) NOT NULL UNIQUE , Name VARCHAR(20), PRIMARY KEY (UserKey) ); CREATE

[PHP] Security issues

2004-01-14 Thread Chris W
I wanted to run by everyone what I am doing in my application to help prevent someone from inadvertently or intensionally breaking the system and compromising security. First some quick background. This is an Apache/php/mysql project. It is a wish list database where people can create an

Re: [PHP] Security issues

2004-01-14 Thread Chris W
[EMAIL PROTECTED] wrote: Hi Chris, First of all, thanks a lot for sharing your modus operandi with us. On 14 Jan 2004 at 7:32, Chris W wrote: I then verify that every character in the string is with in the ascii range of a space to the ~ which is basically all the characters on the key board

Re: [PHP] Please reply as fast as possible..

2004-01-18 Thread Chris W
SASSINC Internet Solutions - Arabic Department wrote: I want to make a PHP page that reads from a mySQL Database.. This page displays two fields for the user : 1- Username. 2- Password. Now in the database there are many columns.. each one has many fields : Username, Password, Serial, Phone

[PHP] Re: how to check the form filled all

2004-01-19 Thread Chris W
field; } Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] another mysql question, sorry

2004-01-19 Thread Chris W
between tables in different databases so they must think there is a good reason to do allow it. Even if it is an out of the ordinary case that calls for it. Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cookie Guestion

2004-01-20 Thread Chris W
are paranoid about cookies. I don't really see much of anything that can be done with cookies to invade someones privacy. Am I missing something here? Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Cookie problem with old browser.

2004-01-21 Thread Chris W
), 0, '/', $mydomain); I know that $UserID and $mydomain are set right because it works in other browsers. BTW $mydomain is set to thewishzone.com but you need to use port 8086 on my testing machine to get at it. Could that be the reason netscape 4.79 isn't working with it? Chris W -- PHP

Re: [PHP] Odd Code Error.

2004-01-21 Thread Chris W
the old C function strcmp(), then use operator overloading like in C++. I also think that not forcing the user to declare variables and types before they are used is also a very bad idea and will lead to far more subtle bugs than if you do use type declarations. Chris W -- PHP General

Re: [PHP] Odd Code Error.

2004-01-21 Thread Chris W
and functions, other than having to type more. I am sure there will be some but I am also reasonably sure I can counter all of them except the extra typing, which I have never found to be a significant factor. Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Question about array limits practicallity

2004-01-21 Thread Chris W
from memory, just learn enough to have a good grasp on everything up to 3rd normal form, which isn't all that hard. Chris W I'm waiting till tomorrow to respond on all the challenges to my last post, so I can respond to all of them at once. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Question about array limits practicallity

2004-01-22 Thread Chris W
) could be confusing. Maybe TestID, AnswerID, QuestionID would be better. Feel free to ask for more details or critique my and fix anything in my design. Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why are my style sheets all listed on one line?

2004-01-30 Thread Chris W
){ if(this){ do stuff; printEND bunch of stuff here END; do more stuff; } end of while } Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Logging on to a web based application

2004-01-30 Thread Chris W
the content they paid for and don't make your honest users pay the price of putting up with annoying security mechanisms that the dishonest will always find a way around. Chris W. BTW IMO Flash is the most annoying on the net, far more so that pop adds. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Recommendation on PHP encoder please

2004-02-04 Thread Chris W
servers, who are you trying to prevent from seeing your code? It doesn't get sent to the client, only the output of the script gets sent. So what is the point? Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sending mail with php on a linux box

2004-04-16 Thread Chris W
file do I need to look at to do this? Chris W http://thewishzone.com:8086 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Bookmark server

2004-04-17 Thread Chris W
the history array with javascript, but that only works if your script is signed and I don't want to go there. So now I am out of ideas and was wondering if anyone here had any. Chris W http://thewishzone.com:8086/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Bookmark server

2004-04-18 Thread Chris W
Justin French wrote: On 18/04/2004, at 10:35 AM, Chris W wrote: So now I am out of ideas and was wondering if anyone here had any. We're getting a little OT, but it's possible that a bookmarklet (a JavaScript bookmark) installed on all browsers you use could act as the method of grabbing

[PHP] security and extended ascii characters

2004-05-12 Thread Chris W
characters. I don't have the time to localize this site for every language but I would like to make it so European users can enter the character that you don't find in the English alphabet. So I was wondering what other ascii values I need to allow so users in Europe won't have these problems? Chris

[PHP] phpmyadmin

2004-05-24 Thread Chris W
, extension will be automagically added. Any other text will be preserved. It sounds like this is for adding the date and time to file name for the backup but I can't figure out how it works. Chris W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] Call to undefined function: mail() with SUSE 9.1

2004-06-02 Thread Chris W
I just moved my site to a new install of SUSE 9.1 and get the error.. Call to undefined function: mail() when ever I try to send a message. What is the easiest way to fix this since suse used postfix instead of sendmail. -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts

[PHP] mail

2004-06-15 Thread Chris W
]: C6EDA23A2F: uid=30 from=wwwrun Jun 15 14:58:09 WebServer postfix/cleanup[2617]: C6EDA23A2F: message-id=[EMAIL PROTECTED] Jun 15 14:58:09 WebServer postfix/cleanup[2617]: C6EDA23A2F: to=unknown, relay=none, delay=0, status=bounced (No recipients specified) -- Chris W Bring Back the HP 15C http

Re: [PHP] mail

2004-06-15 Thread Chris W
); ? -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone can help. http://thewishzone.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] postfix and php on suse 9.1

2004-11-13 Thread Chris W
to mailbox) Nov 13 11:50:34 WebServer postfix/qmgr[3547]: 2CA3DD5AF: removed Here is the simple mail script that I am using to test ?php $message = This is a Test Message ; mail('[EMAIL PROTECTED]', test message, $message); ? HTMLBODY Message sent. /BODY/HTML Thanks for the help. -- Chris W Bring Back

[PHP] Re: postfix and php on suse 9.1

2004-11-13 Thread Chris W
://www.phpclasses.org/mimemessage Wouldn't it be easier to just fix the PHP config problem on the standard suse 9.1 install? Surely someone knows what the config error is and can tell me how to fix it/ -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone can

Re: [PHP] Re: postfix and php on suse 9.1

2004-11-13 Thread Chris W
: test message This is a Test Message -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone can help. http://thewishzone.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP postfix mail problem no recipient problem on SUSE 9.1

2004-11-14 Thread Chris W
PHP isn't a solution. If you want to see the error on your own SUSE 9.1 install just run the PHP test mail program and look at the mail logs. ?php $message = This is a Test Message ; mail('[EMAIL PROTECTED]', test message, $message); ? -- Chris W Not getting the gifts you want? The Wish Zone

[PHP] Re: PHP postfix mail problem no recipient problem on SUSE 9.1

2004-11-15 Thread Chris W
: No overload ; 1: Overload mail() function ; 2: Overload str*() functions ; 4: Overload ereg*() functions ;mbstring.func_overload = 0 -- Chris W Bring Back the HP 15C http://hp15c.org Not getting the gifts you want? The Wish Zone can help. http://thewishzone.com -- PHP General Mailing List (http

[PHP] Re: PHP postfix mail problem no recipient problem on SUSE 9.1

2004-11-15 Thread Chris W
as to why you needed to see that one line of the php.ini file before you could make the suggestion to add the -t. Now that I Know what the -t option is for, that would be the first thing I would suggest if I hear of someone getting the same errors. Any way thanks for the help. Chris W Gift

[PHP] reverse http authentication

2007-02-16 Thread Chris W
I want to read a page that is protected with http authentication. How do I pass the user name and password to be authenticated with my php code? -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm; Gift

[PHP] MySQLi and prepared statements

2009-10-19 Thread Chris W
If I am using the mysqli extension and prepared statements, after I execute bind_param, is there a away to print the actual query that gets sent to the server? -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.defectivebydesign.org

[PHP] simple xml object

2009-10-26 Thread Chris W
[lastinspected] = 8/28/2009 0:00 ) [0] = 1.1 ) Attr: id = '20080922133104871678' Attr: lastinspected = '8/28/2009 0:00' How do I read the [0] value? $Result[0] gives me nothing. -- Chris W KE5GIX Protect your digital freedom and privacy, eliminate DRM, learn more at http

RE: [PHP] Image submit with mouse over

2006-07-17 Thread Chris W. Parker
Skip Evans mailto:[EMAIL PROTECTED] on Friday, July 14, 2006 4:33 PM said: My apologies to all. I assumed that JS questions would be entertained as the application is within a PHP app. No need to apologize. My off-list email wasn't meant to berate but merely let you know what the purpose

RE: [PHP] Image submit with mouse over

2006-07-17 Thread Chris W. Parker
Chris W. Parker on Monday, July 17, 2006 10:23 AM said: motherboards. Or how about this one? My can't keeps walking on my keyboard while I'm trying to write a PHP page. What should I do? Okay that should be CAT, not can't. -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Enterprise grade CMS+Ecomm

2006-07-20 Thread Chris W. Parker
Hello, So we're getting ready to redo our website once again to integrate some modern changes and a shift in branding. I'm currently looking at all my options as far as software goes. The question I have to answer is Do I write everything by myself from scratch and spend 3-6 months doing it? Or

RE: [PHP] Enterprise grade CMS+Ecomm

2006-07-20 Thread Chris W. Parker
Brady Mitchell mailto:[EMAIL PROTECTED] on Thursday, July 20, 2006 12:25 PM said: The answer to this question depends heavily on your needs. What kind of functionality do you need to get out of your website? If you are looking for a website that is similar to others in function, than I

RE: [PHP] Enterprise grade CMS+Ecomm

2006-07-21 Thread Chris W. Parker
Larry Garfield mailto:[EMAIL PROTECTED] on Thursday, July 20, 2006 6:36 PM said: On Thursday 20 July 2006 11:30, Chris W. Parker wrote: Drupal has its own ecommerce suite that is reasonably robust all on its own. Yeah I saw that module. I think today I am going to try to set them both

[PHP] Best way to get PHP5

2006-08-09 Thread Chris W. Parker
Hello, Generally (well, actually 100%) I just use whatever version of PHP is included with a certain distro (Redhat pre-Fedora, Fedora Core, CentOS). None of the versions I've used have come with PHP5 and I'd really like to get with the times and use PHP5. I know that Fedora Core 5 offers PHP

RE: [PHP] Best way to get PHP5

2006-08-09 Thread Chris W. Parker
Jochem Maas mailto:[EMAIL PROTECTED] on Wednesday, August 09, 2006 11:05 AM said: [snip useful stuff] 1. you can skip 'make test' 2. if in doubt do 'make clean' before 'make' 3. rinse and repeat 'configure', 'make', 'make install' as required 4. do './configure --help' to see all the

RE: [PHP] Best way to get PHP5

2006-08-09 Thread Chris W. Parker
Jack Gates mailto:[EMAIL PROTECTED] on Wednesday, August 09, 2006 10:16 AM said: On Wednesday 09 August 2006 12:02, Chris W. Parker wrote: I know that Fedora Core 5 offers PHP 5.1.2 but I've heard some negative things about it in general (FC5). What sort of negative things have you

RE: [PHP] Best way to get PHP5

2006-08-09 Thread Chris W. Parker
Jonathan Duncan mailto:[EMAIL PROTECTED] on Wednesday, August 09, 2006 3:55 PM said: If you want to really learn Linux, try Gentoo. If you just want a very good and easy to use Linux, go with SuSE. To keep this related to the question I asked... Do either of the latest builds of these

[PHP] OT? Verifying mail was received

2006-08-10 Thread Chris W. Parker
Hello, I have about 90 customers who have created accounts but not yet activated them in the past 11 months. That's less than one every 3.6 days but compared to our total number of customers, it's right at the edge of being a significant number. I'm curious to find a way to determine if the mail

RE: [PHP] OT? Verifying mail was received

2006-08-10 Thread Chris W. Parker
Richard Lynch mailto:[EMAIL PROTECTED] on Thursday, August 10, 2006 1:14 PM said: Keep in mind that for many mere mortals, the process of dealing with your email confirmation goes like this: 1. surf to site, put in email 2. check email, find nothing. 3. go back to site, use

RE: [PHP] OT? Verifying mail was received

2006-08-11 Thread Chris W. Parker
tedd mailto:[EMAIL PROTECTED] on Thursday, August 10, 2006 7:59 PM said: Not a php solution, but send them all a buck via PayPal. For $90 you'll learn if their email addresses are correct. That should be cheaper than writing a program to figure it out for you, if it can be done. Here's

[PHP] Setting flags versus checking for existing/nonexisting values

2006-08-15 Thread Chris W. Parker
Hello, Is it a better practice to set flags to determine the action of your code or is it perfectly acceptable to have your code determine what it should do based on the existence (or lack thereof) of data? For example: ?php if($value == 1) { $flag = true; } if($flag === true) {

RE: [PHP] Setting flags versus checking for existing/nonexisting values

2006-08-15 Thread Chris W. Parker
Brad Bonkoski mailto:[EMAIL PROTECTED] on Tuesday, August 15, 2006 10:04 AM said: Pros: potentially more readable code. Cons: Wasted energy typing unnecessary lines of code. Really I would say it comes down to coder preference. (and why would you avoid the latter all together? Testing

[PHP] Easier way to get the name of a variable?

2006-08-15 Thread Chris W. Parker
Hello, After some intense searching of Google I found one example at http://us2.php.net/language.variables on how to get the name of a variable. But it looks pretty expensive. ?php function vname($var, $scope=false, $prefix='unique', $suffix='value') { if($scope) $vals = $scope; else

RE: [PHP] Creating User Friendly URLS

2006-08-17 Thread Chris W. Parker
tedd mailto:[EMAIL PROTECTED] on Thursday, August 17, 2006 8:29 AM said: And then stripping out the index.php, and using the remainder for both the URL and the database lookup. Why not just place all your pages inside folders with the names you want and then link to the folders?

RE: [PHP] I need an array of state abbrev to names...

2006-08-17 Thread Chris W. Parker
Daevid Vincent mailto:[EMAIL PROTECTED] on Thursday, August 17, 2006 12:58 PM said: B/c I'm too busy (and lazy) to hand type it all in, wondering if someone has an array of state abbreviations to names like so... $states = array( ... 'NY' = 'New York', 'WA' = 'Washington',

[PHP] Looking for caveats to the following code

2006-08-17 Thread Chris W. Parker
Hello, While experimenting with some object stuff I stumbled upon something new (although not object related). Normally I would do this: ?php function do_something($input) { if($input == 'hello') { return $input; } else { return false; } } $result = do_something('hello');

RE: [PHP] active directory and PHP

2006-08-18 Thread Chris W. Parker
Richard Lynch mailto:[EMAIL PROTECTED] on Friday, August 18, 2006 9:47 AM said: Active Directory is a bastardized LDAP with goofy idiosyncracies to drive you crazy. And you're speaking from experience? Never use AD myself. Oh wait, I guess not... :/ Chris. p.s. I'm just having

[PHP] OT alternate website authentication methods

2006-08-18 Thread Chris W. Parker
Hello, Last night I was reading Chris Shiflett's PHP Security book from O'Reilly and got to thinking about ways to authenticate a user other than using a password. Ideas: 1. Use flash to allow the user to draw an image. If the original image created during signup is within an acceptable range

RE: [PHP] Shopping cart

2006-08-23 Thread Chris W. Parker
Richard Lynch mailto:[EMAIL PROTECTED] on Tuesday, August 22, 2006 10:30 AM said: Guys, don't take this wrong but... How do you think all the other PHP shopping carts got started?... Pretty much the same way. So you really need to spend the next couple months figuring out what they

RE: [PHP] OT alternate website authentication methods

2006-08-23 Thread Chris W. Parker
Everyone, Been out of the office for a few days... As nearly everyone has pointed out, the downside(s) to visual/audial authentication methods are greater than the benefits Thanks! Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Format of Encrypted Password

2006-09-05 Thread Chris W. Parker
Kevin Murphy mailto:[EMAIL PROTECTED] on Tuesday, September 05, 2006 3:27 PM said: The passwords are called in the application by: $_SERVER['PHP_AUTH_PW'] Is there any way to tell how these passwords were encrypted? Have you tried searching the entire codebase for that string? Might

[PHP] Data validation at the db level

2006-09-07 Thread Chris W. Parker
Hey everyone, Is there any work being done in the database world for data validation at the db level? It would be cool to just define a field as being an email address (of length nn) instead of saying a TEXT field (of length nn) and validating it in the application layer. Same goes for other

RE: [PHP] Data validation at the db level

2006-09-07 Thread Chris W. Parker
Jay Blanchard mailto:[EMAIL PROTECTED] on Thursday, September 07, 2006 5:16 PM said: There are all sorts of ways to validate data at the DB level and this is a PHP question how? Just because! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] +AFs-OT+AF0- Working with version control

2006-09-21 Thread Chris W. Parker
Hello, This is off topic but I wanted to get the list member's opinions on the subject as it will probably benefit someone else. Currently I don't use version control at all. What I do instead is have one directory that contains my development website and one directory that contains the live

[PHP] Storing dynamic attribute data in a db

2007-01-18 Thread Chris W. Parker
Hello, This is now my 3rd attempt at writing this email. :) The first two were pretty long... I'm currently working on trying to find a solution that is both simple and flexible for storing the data of a complicated set of dynamic options for some of our products. My current thinking is that I

RE: [PHP] Storing dynamic attribute data in a db

2007-01-18 Thread Chris W. Parker
On Thursday, January 18, 2007 3:51 PM Chris mailto:[EMAIL PROTECTED] said: Hey Chris, If you have to write a 6 page document to explain what's going on, that's probably bad.. because in 6 months time if you need to revisit it, you're going to have issues. hehe I wouldn't say that my other

RE: [PHP] Storing dynamic attribute data in a db

2007-01-18 Thread Chris W. Parker
On Thursday, January 18, 2007 5:09 PM Paul Novitski mailto:[EMAIL PROTECTED] said: Are you considering keeping all the levels of your data tree in a single table because you can't predict how many levels there will be? If you CAN predict its depth, wouldn't it be simpler and easier to

[PHP] Recursion: Ugh!

2005-05-26 Thread Chris W. Parker
Hi everyone, I've been working on a problem for a few days now and I'm not making any headway so I think it's time I come to the list for some help (though this really disappoints me since it appears I'm not capable of solving this problem on my own!). Anyway, I'm using the Modified Preorder

RE: [PHP] Recursion: Ugh!

2005-05-26 Thread Chris W. Parker
Marek Kilimajer mailto:[EMAIL PROTECTED] on Thursday, May 26, 2005 11:35 AM said: untested: function display($array, $prefix = '') { echo $prefix ':' . $array['name'] . \n; if(is_array($array['children']) $array['children']) { foreach($array['children'] as

RE: [PHP] Recursion: Ugh!

2005-05-27 Thread Chris W. Parker
Steve Brown mailto:[EMAIL PROTECTED] on Thursday, May 26, 2005 11:47 AM said: How is your structure being built? Is it hard-coded or dynamic (e.g. pulled from a DB)? From a database. We employ a similar tree structure for manging items in our store front. Believe me when I say, its a

RE: [PHP] Re: Free penetration test

2005-05-27 Thread Chris W. Parker
Rasmus Lerdorf mailto:[EMAIL PROTECTED] on Friday, May 27, 2005 4:15 PM said: He was apparently doing something along the lines of: foreach($_GET as $key=$val) { echo EOL input type=hidden name=$key value=$val EOL; } Probably just a lazyness thing. Generally you will want

RE: [PHP] Recursion: Ugh!

2005-05-27 Thread Chris W. Parker
Steve Brown mailto:[EMAIL PROTECTED] on Friday, May 27, 2005 2:17 PM said: So in your case, if you wanted to create a new item in the category Round, you would first have to navigate to Food Vegetables Round, then create the new item. This may seem more complicated, but think about how

RE: [PHP] Re: Free penetration test

2005-05-27 Thread Chris W. Parker
Rasmus Lerdorf mailto:[EMAIL PROTECTED] on Friday, May 27, 2005 11:58 AM said: You have all sorts of problems at that URL. To start with, here is a cross-site scripting hack: http://www.vlaamse-kern.com/yourstore-0.0.2-beta1/admin/?%22%3E%3Cscript %09 src%3D%22http://3423329163/v

RE: [PHP] Variabels in stored txt

2005-05-31 Thread Chris W. Parker
Niels Riis Kristensen mailto:[EMAIL PROTECTED] on Tuesday, May 31, 2005 2:09 PM said: On 31/05/2005, at 22.19, Jay Blanchard wrote: [snip] $get_var1 = mysql_query(SELECT * FROM table1 WHERE id LIKE '1' LIMIT 1); while($record=mysql_fetch_assoc($get_var1)) {

RE: [PHP] Delay?

2005-06-02 Thread Chris W. Parker
Chris Boget mailto:[EMAIL PROTECTED] on Thursday, June 02, 2005 12:16 PM said: Has anyone else noticed significant delays in messages getting posted? No, no delay on my end. At least 4hrs on my end... Uhh.. I think he was joking... Take another read of his next sentence. :) Chris.

RE: [PHP] dynamic drop down

2005-06-06 Thread Chris W. Parker
Danny Brow mailto:[EMAIL PROTECTED] on Saturday, June 04, 2005 2:45 PM said: So how do you refresh the page when the drop down is selected? With javascript or force the user to click a submit button. Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Beautiful HTML Invoice - Prints like crap! I need somesuggestions!

2005-06-09 Thread Chris W. Parker
Leif Gregory mailto:[EMAIL PROTECTED] on Thursday, June 09, 2005 2:29 PM said: You realize that the printing of background colors is determined primarily by the user's browser right? In IE: Tools / Internet Options / Advanced / Under Printing section. In Firefox: File / Page Setup /

RE: [PHP] Problems escaping apostrophe, please help

2005-06-10 Thread Chris W. Parker
Leila Lappin mailto:[EMAIL PROTECTED] on Thursday, June 09, 2005 7:46 AM said: == This is the rendering === == (note the heart's apostrophe breaks IE and firefox) === li a href=# onclick='document.form1.how.value=Pulmonary edema is a condition in which fluid accumulates

RE: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread Chris W. Parker
bruce mailto:[EMAIL PROTECTED] on Friday, June 17, 2005 3:48 PM said: i've got a problem where i'm trying to play with imagemaps. i created a test image map, but when i select inside the image map, i 'see' the ?x,y from the imagemap, appended to the url in the browser address bar... i get

RE: [PHP] possible jscript/php/frames question!!

2005-06-17 Thread Chris W. Parker
bruce mailto:[EMAIL PROTECTED] on Friday, June 17, 2005 5:05 PM said: chris... i'll humour you.. although i'm pretty sure you have no idea as to what i'm trying to acomplish.. or how to get to my goal... the basic issue is to allow a user to click inside an image map, and to

[PHP] So many returned mail notices!

2005-06-20 Thread Chris W. Parker
Hey, I know this kind of post can be annoying to some people but I must ask anyway. Is everyone else getting a bunch of returned mail from [EMAIL PROTECTED] It looks like it has something to do with (possibly) an email address that is subscribed through Road Runner? Anyway this kind of thing

RE: [PHP] So many returned mail notices!

2005-06-20 Thread Chris W. Parker
Richard Davey mailto:[EMAIL PROTECTED] on Monday, June 20, 2005 10:51 AM said: Hello Chris, Monday, June 20, 2005, 6:33:24 PM, you wrote: Anyway this kind of thing always makes me a bit nervous because I start to think something is wrong with my end. It's not just you, we all get

RE: [PHP] Re: So many returned mail notices!

2005-06-20 Thread Chris W. Parker
JamesBenson mailto:[EMAIL PROTECTED] on Monday, June 20, 2005 11:11 AM said: Im suscribed to the newsgroup and dont receive emails, I simply browse the threads in Thunderbird, you must of signed up for daily digests. Nope. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP] phpInfo() executed on Yahoo!

2005-06-20 Thread Chris W. Parker
AmirBehzad Eslami mailto:[EMAIL PROTECTED] on Monday, June 20, 2005 12:11 PM said: On Monday, June 20, 2005, Jason Barnett wrote: [..] but it would have been cool to see what things they've done to handle the number of page requests they have. Take a look at the attached file.

RE: [PHP] Re: So many returned mail notices!

2005-06-21 Thread Chris W. Parker
JamesBenson mailto:[EMAIL PROTECTED] on Tuesday, June 21, 2005 8:41 AM said: You could unsuscribe, open your news client and enter news.php.net No. you can then browse at your own leasure, it does actually say a warning msg at the bottom of this page,

  1   2   3   4   5   6   7   8   9   10   >