[PHP] Problem with code

2004-12-05 Thread Richard Kurth
I am having a problem with the code below it provides the first page with out any problem but when I select the next page it shows all the results from the first page and the results from the second page. It does the same thing on the third page also. I have been looking at it for two days and can

[PHP] Problem with code

2004-12-06 Thread Richard Kurth
I am having a problem with the code below it provides the first page with out any problem but when I select the next page it shows all the results from the first page and the results from the second page. It does the same thing on the third page also. I have been looking at it for two days and can

[PHP] searching with mutable criteria

2004-12-06 Thread Richard Kurth
I am having a problem with this script what it does is write the sql needed to search for data based on mutable criteria. It works fine if you search with all the different fields but if you only search with one or two of the fields it creates a sql that looks like this SELECT * FROM listing WHERE

[PHP] searching with mutable criteria

2004-12-07 Thread Richard Kurth
I am having a problem with this script what it does is write the sql needed to search for data based on mutable criteria. It works fine if you search with all the different fields but if you only search with one or two of the fields it creates a sql that looks like this SELECT * FROM listing WHERE

[PHP] stupid question about a class

2004-12-08 Thread Richard Kurth
I have a stupid question but I can not figure it out I am using a class that creates the select statement for mysql. I am ale to add all the data with out any problem. But when I run the class to get the results. I can only see the results by running echo in front of the call to the class . echo $

[PHP] failed to open stream error

2005-06-09 Thread Richard Kurth
Way do I get Warning: fopen(https://esos.state.nv.us/SOSServices/AnonymousAccess/CorpSearch/CorpDetails.aspx?CorpID=478765): failed to open stream: Invalid argument When I run this. I can access the page from the browser but not from inside of a script fopen("https://esos.state.nv.us/SOSS

Re[2]: [PHP] failed to open stream error

2005-06-10 Thread Richard Kurth
Hello Duncan, Friday, June 10, 2005, 12:01:33 AM, you wrote: DH> On Friday 10 June 2005 06:31, Richard Kurth typed: >> Way do I get >> Warning: >> fopen(https://esos.state.nv.us/SOSServices/AnonymousAccess/CorpSearch/CorpD >>etails.aspx?CorpID=478765): failed to op

[PHP] htaccess

2001-02-05 Thread Kurth Bemis
there was a really good .htaccess tutorial posted to the list a while back...anyone remember the address? ~kurth -- 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

Re: [PHP] The meaning of myurl.myurl2.com

2001-02-06 Thread Kurth Bemis
erything on the internet works. ~kurth >What is the meaning of a URL that has two periods in it? For example > >http://www.myloc.aristesoftware.com > >Where does that take the sufer relative to the root of >aristesoftware.com? > >Todd > >-- >Todd Cary >Ariste

Re: [PHP] Piping/parsing Apache logs though PHP?

2001-02-13 Thread Kurth Bemis
At 04:17 PM 2/13/2001, Michael McGlothlin wrote: can i ask why you're doing this - it seems like a waste of resources to me. ~kurth >I'd like to pipe and parse my Apache logs through PHP into a MySQL db. Is >there a way to do this automaticlly for each entry and would that

Re: [PHP] randomize etc?

2002-08-01 Thread Kurth Bemis (List Monkey)
At 08:19 PM 8/1/2002 +0200, Hawk wrote: try using explode then walk through the array that explode makes :-) does that help? ~kurth >I'm trying to make a small script that I can use for randomizing teams and >stuff, I have one field where I enter how many teams, one for how many in

[PHP] quert problems

2002-10-07 Thread Kurth Bemis (List Monkey)
what the hell i wrong in this query? $q = "UPDATE userpref WHERE username='kurth' AND preference=required_hits SET preference=$HTTP_POST_VARS[required_hits]"; mysql_error() returns this...You have an error in your SQL syntax near 'WHERE username='kurth

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
At 09:18 PM 6/13/2002 +0200, Daniele Baroncelli wrote: allaire homesite hands down ~kurth >Hi guys, > >Although any editor should be fine when coding PHP, I find that the standard >Notepad it's a real pain in the ass. Especially when the script gives you an >error at li

Re: [PHP] Editor

2002-06-13 Thread Kurth Bemis (List Monkey)
At 01:23 PM 6/13/2002 -0600, Ray Hunter wrote: emacs with phpmode.lisp (do a google search for it) and on apple - pre os X we like bbedit and on X we like emacs :-) ~kurth >Actually it is macromedia now. And it is windows based, what about us linux >or unix or xbsd guys. > &g

RE: [PHP] ok what kind of crack is my computer smoking?

2002-06-27 Thread Kurth Bemis (List Monkey)
At 02:19 PM 6/27/2002 -0700, Demitrious S. Kelly wrote: hey - RESTART APACHE! ~kurth >You check and make sure the date was set right on the box? > >You could try "make clean" for everything before configuring... > > >-Original Message- >From: Rick K

[PHP] 4.2.1 Vars

2002-05-25 Thread Kurth Bemis (List Monkey)
make it so that all my get and post vars start with $_POST and $_GET any ideas? ~kurth Kurth Bemis - Network/Systems Administrator, USAExpress.net/Ozone Computer Security is like an arms race; the best attackers will continue to search for more complicated exploits, so we will too. Quoted from

Re: [PHP] 4.2.1 Vars

2002-05-25 Thread Kurth Bemis (List Monkey)
At 04:00 PM 5/25/2002 -0400, 1LT John W. Holmes wrote: Actually - i don't understand what the docs at PHP are talking about. care to enlighten me? ~kurth >Do you know what the security problems are? Do you realise that having >register_globals on or off isn't the security p

Re: [PHP] Post 4.1.0 PHP

2002-05-30 Thread Kurth Bemis (List Monkey)
. '_VARS'}; if (@count($arr) > 0) { extract($arr, EXTR_OVERWRITE); } } put that at the of of your scripts and everything will work ok untill you get things moved over. ~kurth >I've been using PHP 4.0.1 for ages now, and have decided to upgrade one of >my

<    1   2   3   4