Re: [PHP] Can someone explain this????

2001-09-21 Thread Chris Hobbs
. -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

[PHP] Problem recursively building array

2001-09-26 Thread Chris Hobbs
is here: http://www.silvervalley.k12.ca.us/boarddocs/bpar.phps I'm gonna be real annoyed if I missed something stupid. I built as much debugging output into this as I thought I should, but your help will be appreciated. -- ___ ____ _ Chris Hobbs

Re: [PHP] Problem recursively building array

2001-09-26 Thread Chris Hobbs
Chris Hobbs wrote: $dirList = $dirList + getDirList($dirName./.$entry); OK, on a lark I changed the above to use array_merge, and the problem went away - that'll teach me to use a shortcut :) -- ___ ____ _ Chris Hobbs

Re: [PHP] Re: Submitting variables via /'s

2001-10-05 Thread Chris Hobbs
h a site of the '?var=2var2=4' method of doing links. Exactly why I switched our site from '/index.php?page=1' to 'index.php/1' - google and other search engines love following my links now :) -- ___ ____ _____ Chris Hobbs / \ \/ / | | |/ ___\| _

Re: [PHP] Form Name Attribute Help!

2001-11-10 Thread Chris Hobbs
or formName2) Thanx -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

Re: [PHP] Eval()??? A variables contents?

2001-11-09 Thread Chris Hobbs
($commands) function? TIA, Christopher Raymond -- 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] -- Chris Hobbs Silver Valley

Re: [PHP] MORE INFO Eval()??? A variables contents?

2001-11-09 Thread Chris Hobbs
the list administrators, e-mail: [EMAIL PROTECTED] -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http://www.silvervalley.k12.ca.us/~chobbs/ postmaster: [EMAIL PROTECTED] -- PHP General Mailing List

Re: [PHP] rules for headers?

2001-11-10 Thread Chris Hobbs
= imagecreate(500, 350); //etc... } ? -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

Re: [PHP] Apache User Groups?

2001-11-10 Thread Chris Hobbs
http://www.apache.org/foundation/mailinglists.html Eric wrote: Does anyone know of a usergroup for Apache? I am having difficulties finding one and am having some troubles with Apache. Thanks Eric -- ___ ____ _ Chris Hobbs

Re: [PHP] User Authentication

2001-11-13 Thread Chris Hobbs
they are logged in they can see information customised to each separate user. Without being logged in the won't see any valuable information. Especially issues dealing with hackers. Thanks, Damien -- ___ ____ _ Chris Hobbs

Re: [PHP] Variable definitions...

2001-11-13 Thread Chris Hobbs
I'd like very much to hear your opinion on this issue since for me very much depends on that (3 years of studying at college). Stephan P.S.: If you agree with me or not can you also send me an email to me? [EMAIL PROTECTED] -- ___ ____ _ Chris

Re: [PHP] url exist?

2001-11-15 Thread Chris Hobbs
Looks like you might be able to use the cURL extensions http://www.php.net/manual/en/ref.curl.php - there's a function called curl_getinfo which returns an array which includes http_code - you could check the value of that to see whether the file was available (http_code == 200), not found

Re: [PHP] Very interesting and challenging question

2001-11-28 Thread Chris Hobbs
:) Hope this helps! Chris Hobbs #42 NNASCAR league :) Dan McCullough wrote: I need to take a file, similar to this and strip it of everything but this, and write it to a database. Are there any thoughts on how to get the information out, all the files are consistent. !-- start strip -- Race

Re: [PHP] php's future

2001-09-02 Thread Chris Hobbs
); ? -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

Re: [PHP] php's future

2001-09-02 Thread Chris Hobbs
On Sun, 2001-09-02 at 15:08, Mark Charette wrote: And, of course, the JSP was running 2 x 2 iterations, or 400,000,000 iterations, in a few seconds. Yeah, right. -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head

Re: [PHP] probs with exec, pls pls help

2001-09-03 Thread Chris Hobbs
the complete path and see if that solves it. -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

Re: [PHP] replacing a carriage return with an html break

2001-09-03 Thread Chris Hobbs
am unsure if either one will work and im not sure how to use them. Try: http://www.php.net/manual/en/function.nl2br.php -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster

Re: [PHP] 304 Not Modified

2001-09-05 Thread Chris Hobbs
Ouster wrote: header(304 Not Modified); Looking at the docs (I know, silly, eh?), the correct form of this appears to be: header (HTTP/1.0 304 Not Modified); In addition to the missing as was already pointed out... Chris Hobbs Silver Valley Unified School District -- PHP General

Re: [PHP] threaded forum to display replies

2001-09-13 Thread Chris Hobbs
if the messageids are 1 2 3 4 5 6. but if two consecutive messages have messages ids like 13 and 15 or 14 and 20 for example, this does not work. Please help me here. -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http

Re: [PHP] Re: Terms used in search engine.

2001-09-13 Thread Chris Hobbs
:) -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

Re: [PHP] another easy cookie question

2001-09-14 Thread Chris Hobbs
you've sent the Location header to the browser, I would expect it to immediately request the new page, and therefore not get the cookie you send afterwards. Why not just set the cookie in index.php? My $0.02... -- ___ ____ _ Chris Hobbs

Re: [PHP] Choices for root privilege

2001-09-15 Thread Chris Hobbs
. -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster) | \ / | |__| |) | |__| | \/\/\/ \/|_/ http

Re: [PHP] Compiling php like C

2001-09-15 Thread Chris Hobbs
/predict.htm -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster

Re: [PHP] The Salty Marine's eMail eMuster Subscription

2001-09-19 Thread Chris Hobbs
[EMAIL PROTECTED] wrote: Thank you for subscribing to the Salty Marine's eMail eMuster newsletter, This can't be good... ;) -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek