Re: [PHP] Anyone Up?

2002-01-31 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Feb 01. 2002 02:37]: [...] > echo ${"Check$i"} Whoops. Make that: echo ${"Check$i"}; -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 It may be your sole purpos

Re: [PHP] Anyone Up?

2002-02-01 Thread Brian Clark
t have been different. As of php 4.1.0, over here, that returns nothing in this context: -- Brian Clark | Avoiding the general public since 1805! Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 Avoid strange women and temporary variables. -- PHP General Mailing List (http:/

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
this is what you want... (Not trying to pick on you, Hugh. ) It'd be better just to write proper HTML/XHTML and use double quotes. or just: print ''; But it would work with single quotes around attributes. I don't know if it'd validate though. -- Brian Clark | Av

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
ur' as a break and is looking at Name # as the > next instruction, which it isn't. My two cents for the evening. Yes, that's why you surround the value in quotes. :-) Escaping has noting to do with it really, unless you're print()ing like: print "Brian is a little off his \&

Re: [PHP] Re: Anyone Up?

2002-02-01 Thread Brian Clark
* Lars Torben Wilson ([EMAIL PROTECTED]) [Feb 01. 2002 05:07]: > On Fri, 2002-02-01 at 01:33, Brian Clark wrote: > > XHTML isn't too different. There are different `rules' -- like tags > > and attributes must be lower case, values must be surrounded by > > doub

Re: [PHP] Exact string replacement...

2002-02-08 Thread Brian Clark
; > Actually I want to replace "is" alone from the string and not all the > words that contains is... str_replace() would be easier: -- Headers set. CCs on list replies -> bit bucket. Brian Clark | Unable to leap tall buildings in a single bound. Fingerprint: 07CE FA37 8DF6

Re: [PHP] Exact string replacement...

2002-02-08 Thread Brian Clark
replies -> bit bucket. Brian Clark | Unable to leap tall buildings in a single bound. Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exact string replacement...

2002-02-09 Thread Brian Clark
ring, right? Take out the ^ in each and you'll get the correct result. > help me out Hope that helps. -- Headers set. CCs on list replies -> bit bucket. Brian Clark | The land of the free, and the home of the brave. Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Removing every thing between ( )

2002-02-20 Thread Brian Paulson
Hello, What would the regular expression be to remove all the text between ( ) $string = "This is a (001 Test) and (002 Test)"; The numbers always change but the word stays the same Any help would be appreciated. Thank You Brian Paulson Sr. Web Developer [EMAIL PROTE

RE: [PHP] Re: Removing every thing between ( )

2002-02-20 Thread Brian Paulson
Great, Thanks for the help, worked like a charm Brian -Original Message- From: CC Zona [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 1:50 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Removing every thing between ( ) In article <001901c1ba5d$634e3840$89010

RE: [PHP] Removing every thing between ( )

2002-02-20 Thread Brian Paulson
Ok help me out here, isn't the point of this list to get help? How long is too long to work on a solution before ask for help? Brian -Original Message- From: bvr [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 2:33 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Rem

RE: [PHP] how to popup a new browser window from php

2002-04-19 Thread Brian McGarvie
add this to the section; function popupcontent(urll) { window.open(urll,'popup','toolbar=no,location=no,directories=no,status=n o,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=400,height =250'); } //--> then use the following to open a window however ya want it to appea

RE: [PHP] PHP editor for windows

2002-04-22 Thread Brian Drexler
I really hate to do this, but it's one of my pet peives. Shooter McGavin: "I eat pieces of shit like you for breakfast." Happy Gilmore: "You eat pieces of shit for breakfast." Wonderful movie.sorry about being a prick. Brian -Original Message- From:

[PHP] Setting the name of a file in a download....

2002-04-22 Thread Brian White
FrontPage/4.0.4.3 mod_ssl/2.6.6 OpenSSL/0.9.5a Last-Modified: Tue, 23 Apr 2002 05:13:07 GMT ETag: "61b3e-ba-3cc4ed63" Accept-Ranges: bytes Content-Length: 186 Connection: close Content-Type: application/zip regs Brian White - Brian White Step

Re: [PHP] store pics on mysql db

2002-04-23 Thread Brian White
>PHP General Mailing List (http://www.php.net/) >To unsubscribe, visit: http://www.php.net/unsub.php - Brian White Step Two Designs Pty Ltd Knowledge Management Consultancy, SGML & XML Phone: +612-93197901 Web: http://www.steptwo.com.au/ Email: [EMAIL PROTECTED] --

RE: [PHP] List, Key, Value oh my.

2002-04-23 Thread Brian Drexler
Wow, I didn't know Angles could sing...:-) Sorry, bad attempt at humor. -Original Message- From: John S. Huggins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:53 AM To: Miguel Cruz Cc: [EMAIL PROTECTED] Subject: Re: [PHP] List, Key, Value oh my. The Earth shook, Angles s

RE: [PHP] authentication

2002-04-23 Thread Brian Drexler
Use javascript and close the browser, that's all I can think of. -Original Message- From: Michael Kimsal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 3:04 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] authentication Morten Ronseth wrote: > Anybody know how to revoke the HTTP

RE: [PHP] phpnuke still around?

2002-04-24 Thread Brian McGarvie
it exists, and url works fine for me, but why use phpnuke? all ya end up with is lots of dull sites that look the same :) -Original Message- From: Dennis Gearon [mailto:[EMAIL PROTECTED]] Sent: 23 April 2002 23:56 To: [EMAIL PROTECTED] Subject: [PHP] phpnuke still around? http://www.php

RE: [PHP] good php hosting environments

2002-04-26 Thread Brian McGarvie
havva look at 34sp.com I use them for virtually all my clients. Tho gimme a shout in siz months or so I'm going to be running a web farm ;) ==== Brian M McGarvie, eCommerce Co-ordinator/Consu

[PHP] Tools for stress-testing?

2002-04-26 Thread Brian McGarvie
Just wondering what the best tool/utility is to stress test PHP/IIS 5 combination obviously on win2k server? Brian M McGarvie, eCommerce Co-ordinator/Consultant

[PHP] javascript variables from...

2002-05-01 Thread Brian McGarvie
I'm trying to pass the values of screen.height/width to php... any suggestions? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ODBC number of rows?

2002-05-01 Thread Brian McGarvie
odbc_num_rows($result); the above return -1 always, what other way can you check if any rows have been returned? === Brian M McGarvie, Web Appications Co-ordinator/Consultant === [ www.mcgarvie.net

RE: [PHP] convert access to JAVA PHP mysql Xml Soap

2002-05-01 Thread Brian Drexler
Ouchsucks to be that guy/company -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:45 AM To: [EMAIL PROTECTED] Cc: 'PHP General'; [EMAIL PROTECTED] Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap Gee, why didn't you cop

Re: [PHP] getting a function name of the calling function

2002-05-01 Thread Brian Park
I don't know of a way to print out the function name. But for error detection purposes, can you use __FILE__ and __LINE__ as alternatives? For example: echo "I am line" . __LINE__ . " at file " . __FILE__ . "\n"; Brian "Joshua E Minnie" <[EMA

RE: [PHP] Help with Bookmark

2002-05-03 Thread Brian McGarvie
an idea would to be not to use flat files for it... use a database, try mysql... -Original Message- From: Rodrigo [mailto:[EMAIL PROTECTED]] Sent: 03 May 2002 08:02 To: [EMAIL PROTECTED] Subject: [PHP] Help with Bookmark Hi guys I'm trying to make a online bookmark adress book, this bo

RE: [PHP] Secure user authentication

2002-05-03 Thread Brian McGarvie
another option is to use SSL for the login page/sensitive parts of the site that deal with any transfer of 'sensitive' data? -Original Message- From: Jon Haworth [mailto:[EMAIL PROTECTED]] Sent: 03 May 2002 15:08 To: 'The_RadiX'; [EMAIL PROTECTED] Subject: RE: [PHP] Secure user authentica

RE: [PHP] Secure user authentication

2002-05-03 Thread Brian McGarvie
ECTED]] Sent: 03 May 2002 15:14 To: [EMAIL PROTECTED]; Brian McGarvie Subject: Re: [PHP] Secure user authentication that is a good suggestion.. Using SSL to perform "sensitive" logins.. and then using some sort of "hidden" or "encrypted" passwords in your sessions shou

RE: [PHP] Replacing non exact strings

2002-05-03 Thread Brian Paulson
Julio, Try this $search = "Joe Doe"; $original = "Joe Cougar Doe"; $final = "Joe Cougar Doe"; $terms = explode(" ",$search); for($i=0; $i".$terms[$i]."", $original); } echo $original; Should get you started. Thank You

[PHP] Zend - Studio, Encoder, Optimiser...

2002-05-06 Thread Brian McGarvie
out today (the encoder neway), and Studio. Any comments would be appreciated by ppl who use it on any medium to large-scale deployment... Cheers, Brian... === Brian M McGarvie, Web Appications Co-ordinator/C

[PHP] mcrypt...

2002-05-06 Thread Brian McGarvie
I have uncommented the .dll extension in my php.ini however the functions are still unavailable? What am I doing wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Access denied errors

2002-05-06 Thread Brian McGarvie
sounds like the username/password are not being accepted... -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: 06 May 2002 12:32 To: php-general Subject: [PHP] Access denied errors -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, not sure if this is a php

[PHP] mcrypt...

2002-05-06 Thread Brian McGarvie
has ne1 got php_mcrypt.dll or the source code for it? the website for it seems to be unavailable. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Forum with PHP, without using mySQL..

2002-05-07 Thread Brian McGarvie
not as if forums are particularly hard/complex neway ;) -Original Message- From: The_RadiX [mailto:[EMAIL PROTECTED]] Sent: 07 May 2002 11:51 To: [EMAIL PROTECTED]; Mizery De Aria Subject: Re: [PHP] Re: Forum with PHP, without using mySQL.. Pfft.. Stealing is what i call that :P Why

RE: [PHP] Announcement: Smarty template engine 2.1.1 released

2002-05-07 Thread Brian McGarvie
and an advertisment for products that fall into the "for users who can't think for themselves" bucket of uselessness. even if it is open source... there is other places for it ;) -Original Message- From: Dan Hardiker [mailto:[EMAIL PROTECTED]] Sent: 07 May 2002 15:53 To: [EMAIL PROTECTED

RE: [PHP] Re: "Self Destruct Code" & "Copy Protection"

2002-05-13 Thread Brian McGarvie
doing anything to the code is futile at the end of the day no matter how smart it is, if it's coded, and runs on their server, they could easily change themselves via an in-house/external resource who know how to 'fix' code. -Original Message- From: [-^-!-%- [mailto:[EMAIL PROTECTED]] Sen

RE: [PHP] PHP editor (win)

2002-05-15 Thread Brian McGarvie
html-kit... http://www.chami.com/html-kit/ -Original Message- From: Juan Pablo Aqueveque [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 15:39 To: [EMAIL PROTECTED] Subject: [PHP] PHP editor (win) Hi guys I know this question it's very recurrent but the problem of Jon Yates make me think

RE: [PHP] Newbie help please!

2002-05-15 Thread Brian McGarvie
or this -Original Message- From: Tommy Claasens - Q Data KZN [mailto:[EMAIL PROTECTED]] Sent: 15 May 2002 15:57 To: John; [EMAIL PROTECTED] Subject: RE: [PHP] Newbie help please! Hi, Try this -Original Message- From: John [mailto:[EMAIL PROTECTED]] Sent: Wed, 15 May 2002

[PHP] Multiple drop-down lists

2002-05-16 Thread Brian McGarvie
All, How would you implement 4 drop down lists Data in list 2 dependant on list 1, list 3 dependant on list 2 and list 4 dependant on list 3? Using an ODBC source. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Looking for web based email

2002-05-17 Thread Brian McGarvie
www.horde.org/imp/ > -Original Message- > From: Craig [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2002 9:46 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Looking for web based email > > > I am in the process of developing a website with a webmail > system similar in > functions to hotmail

RE: [PHP] Using php as a scripting language within cron jobs?

2002-05-17 Thread Brian McGarvie
yip it's possible in exactly the same way as you would Perl, use: #/path/to/php /* php code */ and add it to cron as you would a perl script > -Original Message- > From: Henry Grech-Cini [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2002 11:12 AM > To: [EMAIL PROTECTED] > Subject: [PH

RE: [PHP] Using php as a scripting language within cron jobs?

2002-05-17 Thread Brian McGarvie
correct... > -Original Message- > From: Michael Virnstein [mailto:[EMAIL PROTECTED]] > Sent: 17 May 2002 12:57 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Using php as a scripting language within cron jobs? > > > > Set your cron job up as "lynx -dump > http://www.myserver.com/myscr

[PHP] Executing PHP code throught a protected directory on IIS...

2002-05-17 Thread Brian McGarvie
I have restricted the IP Address etc through the directory security, if i goto: www.domain.com/thedir/ it does indeed give me the ip denied, howver if i goto a file within it if it's a basic html page it displayes it, similarly if it's a PHP script it also gets executed... (I know if I was using

RE: [PHP] Bulletin Boards

2002-05-20 Thread Brian McGarvie
phpbb2 has improved alot since the earlier versions > -Original Message- > From: Jeff Lewis [mailto:[EMAIL PROTECTED]] > Sent: 18 May 2002 3:02 PM > To: Richard Baskett; PHP General > Subject: Re: [PHP] Bulletin Boards > > > Never used Phorums as it didn't have what I was looking for.

RE: [PHP] Email harvesters

2002-05-20 Thread Brian McGarvie
but then no one would be able to reply to an individual... > -Original Message- > From: Leif K-Brooks [mailto:[EMAIL PROTECTED]] > Sent: 20 May 2002 11:42 AM > To: Miguel Cruz > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Email harvesters > > > I think it would be a good idea to have wha

[PHP] php4isapi

2002-05-22 Thread Brian McGarvie
Hmm... When usig php4isapi some functions appear not to work, readfile for example? Using php.exe works fine. > -Original Message- > From: Ray Hunter [mailto:[EMAIL PROTECTED]] > Sent: 22 May 2002 8:13 AM > To: 'Jimmy Lantz' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Mcrypt: Blowfish o

[PHP] Date/Time...

2002-05-23 Thread Brian McGarvie
OK, give up.. been trying to compare dates in the format; 2002-05-23 12:19:34 I just cant workout how to compare, I've converted to a timestamp - but the resulting timestamp was wrong. Any help much appreciated... TIA... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Parse Error(Newbie)

2002-05-23 Thread Brian McGarvie
why now just write: for ($i=0; $i <$num_results; $i++) { $row = mysql_fetch_array($result); echo "link text"; > -Original Message- > From: Nick Wilson [mailto:[EMAIL PROTECTED]] > Sent: 23 May 2002 12:28 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Parse Error(Newbie) > > > ---

RE: [PHP] Date/Time...

2002-05-23 Thread Brian McGarvie
ute the difference $timediff = $date_secs - $now; //get the int val of the days passed $dayspassed = intval(abs$timediff/60)/60)/24))); echo "days elapsed: $dayspassed"; any ideas? on-top of what you mentioned? > -Original Message- > From: John Holmes [mailto:[EMAIL PROTECTED]]

[PHP] Regular Expressions...

2002-05-31 Thread Brian McGarvie
will match a string with any word, whereas i want to match strings with BOTH words present. example of the contents of $file that might pass is: advance_racingx_14_4_29.pdf another might be, which would not pass is: advance_fork10_3_4_11.pdf Thanks in advance for your help... Brian... -- PHP

[PHP] running php on console

2002-06-04 Thread Brian Feliciano
how can i run my php scripts on the command line just like perl scripts? how can i do this on a linux/apache server and windows/iis4 server? any help would be appreciated. thanks in advance.. "I know that there are people in this world who do not love their fellow man, and I hate people lik

RE: [PHP] Weather Scripts

2002-02-21 Thread Brian Paulson
have the source if you want to use it, but at the moment it is in no condition to be used on a live site. Thank You Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com -Original Message- From: Simos Varelakis (OLD) [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Brian Drexler
Would restarting HTTPD fix this problem? -Original Message- From: Martín Marqués [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Compiled php again but running still old php version On Mar 26 Feb 2002 09:46, you wrote

RE: [PHP] CGI

2002-02-26 Thread Brian Drexler
Maybe I'm misunderstanding the question, but you should be able to make an alias in your httpd.conf file that points /cgi-bin/cgiscripts to /usr/lib/xxx/cgi-bin/ . Then in your scripts variable you would need something like this: scripts=/cgi-bin/cgiscripts/xxx.cgi Someone please correct me i

[PHP] how to: variable = php parsed file include

2002-02-28 Thread Brian Petro
I've got a site that I've used php to include the navigation bar as a separate file. Within that nav-bar is a small php application. I have no problem including the php nav-bar file and it gets parsed by php and the application works. The problem is that I also want to use the same file include

RE: [PHP] Re: Is there a "GoTo Page" Function?

2002-03-06 Thread Brian Drexler
Andre, In your php database storage code, after mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 7:04 PM To: hugh danaher Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Re: Is there a "GoTo Page" Function? Hi Hugh, Thanks - I can access the next page now. But I've got a new problem:

[PHP] upload script problems.

2002-03-11 Thread Brian Lee
Hello, I am trying to fix a upload script that doesn't seem to be working anymore. I had it up an running for a few months but it broke last week. I don't think that there was anything changed on the server. I am using php 4.0.4pl1. Any help you could give me would be great. I get this erro

RE: [PHP] Can anybody tell what is wrong with this file?

2002-03-12 Thread Brian Drexler
MessageYou need a before the . Hope this helps. -Original Message- From: Balaji Ankem [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 4:13 AM To: 'Php-General' Subject: [PHP] Can anybody tell what is wrong with this file? H i friend, I am using the brows

RE: [PHP] MySQL and indexes

2002-03-18 Thread Brian Drexler
You don't have to have an index in order for an update to work, although indexes do help performance a great deal when you are dealing with a lot of records. Do you have "Update" permissions on the particular table/database you are working with? Brian Drexler -O

RE: [PHP] Cannot Find php binary

2002-03-19 Thread Brian Drexler
You need to reconfigure PHP without the "--with-apxs" line in your configure script. Hope this helps. Brian -Original Message- From: N. Pari Purna Chand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 1:57 PM To: [EMAIL PROTECTED] Subject: [PHP] Cannot Find

RE: [PHP] Re: [NEWMAN] make an "if" or "else if" statement from mysql.

2002-03-20 Thread Brian Drexler
Try if(mysql_num_rows($sql_result)) instead of "db_num_rows." Hope this helps. Brian Drexler -Original Message- From: Philip J. Newman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 7:09 AM To: Philip J. Newman; Julio Nobrega Trabalhando Cc: [EMAIL PROTECTED] S

[PHP] Problem with gethostbyaddr()

2002-03-20 Thread Brian Drexler
nyone have any input? Thanks in advance. Brian Drexler Operations Technician Saginaw Control & Engineering (989)799-6871 Ext. 497 http://www.saginawcontrol.com <http://www.saginawcontrol.com/> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Problem with gethostbyaddr()

2002-03-20 Thread Brian Drexler
My apologies for wasting everyone's time. gethostbyaddr() works fine, I had gethostbyname() in my script. Is today Monday or something? Have a nice day! Brian -Original Message- From: Brian Drexler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:15 AM To: Php-Ge

[PHP] Problem with HTTP Authorization

2002-03-20 Thread Brian Drexler
tion stays the same. As it is right now, if USER1 clicks on a link that opens a new window, the new window has no user. I'd like the new window to have USER1 as the user. Is this possible? Brian Drexler Operations Technician Saginaw Control & Engineering (989)799-6871 Ext. 497 http://www

RE: [PHP] FAQ

2002-03-22 Thread Brian Drexler
Yes, an FAQ would be nice...so would a Manual...Oh wait, there is one, but people just happen to overlook it most of the time :-) I apologize for the sarcasm, but it is Friday! Brian -Original Message- From: James Taylor [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 2:50 PM

RE: [PHP] [Session]

2002-03-26 Thread Brian Drexler
Try using the same session variable. Right now it looks like the first one is "v_s" and the second is "s_v". HTH. Brian -Original Message- From: Evan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP] [Session]

[PHP] Not a valid MySQL resource?

2002-03-30 Thread Brian Waskiewicz
Can anyone tell me what is causing the following error: Warning: Supplied argument is not a valid MySQL result resource in /ip/sums/www/test/admin/mailing_list.phtml on line 123 The page will work fine one time, then I'll come back later and get the error. I won't change anything, but the page

Re: [PHP] Not a valid MySQL resource?

2002-03-30 Thread Brian Waskiewicz
ant a query failure to be a fatal error) > > -Rasmus > > On Sat, 30 Mar 2002, Brian Waskiewicz wrote: > > > Can anyone tell me what is causing the following error: > > > > Warning: Supplied argument is not a valid MySQL result resource in > > /ip/sums/www/t

Re: [PHP] Not a valid MySQL resource?

2002-03-30 Thread Brian Waskiewicz
ote in message news:[EMAIL PROTECTED]... > On Sunday 31 March 2002 02:02, Brian Waskiewicz wrote: > > My page works fine from other computers - it just doesn't work from mine. > > I think it could be that the page is caching and IE6 isn't getting a new > > copy. How can I

RE: [PHP] April fools day - did anyone notice Thies's fangs on rc1???

2002-04-02 Thread Brian Drexler
Wow, talk about things from your past coming back to haunt you :-) -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 11:52 AM To: Erik Price Cc: Frank Joerdens; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] April fools day - did any

RE: [PHP] PHP FAQ (again) ... we have a plan!

2002-04-03 Thread Brian Drexler
I like the looks of it, if there's anything I can do just ask -Original Message- From: Hugh Bothwell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 12:09 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP FAQ (again) ... we have a plan! I'm getting a bit interested in this; her

[PHP] Arrays within classes

2002-04-05 Thread Brian McLaughlin
ray, it seems all the elements of that array are also arrays -- they should be empty. When I do the same thing outside of a class ($a), I get the results I expect. Can anyone tell me why that is? Thanks Brian [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Arrays within classes

2002-04-05 Thread Brian McLaughlin
me I came across the word in phrase 1. Instead, Every element is pre-assigned to another array, and so the code gets confused, thinking that it has entries for any word I care to index the array with. Sorry for the long drawn-out message. Maybe it will help? Thanks Brian "Erik Price&quo

Re: [PHP] Arrays within classes

2002-04-05 Thread Brian McLaughlin
Thank you!! Now I need to figure out how to put all this hair back in my head. Brian "Rick Emery" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I corrected the syntax errors Erik found and added var_dump() after each $t &g

RE: [PHP] Re: php+myslq+IDE

2002-04-09 Thread Brian Drexler
I'm a big Edit Plus fan as well. Really though, it's just a fancy text editor with color coding and autocompleting, and IMHO the autocompleting can get annoying fast. However I have yet to find anything better. Anyone know of anything worth while? -Original Message- From: Joel Colombo

RE: [PHP] mysql

2002-04-10 Thread Brian Drexler
select * from table_name where criteria=whatever limit 1; -Original Message- From: Mason Batley [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 12:02 AM To: [EMAIL PROTECTED] Subject: [PHP] mysql Hi guys, I've been looking on the net and the php docs for a simple mysql query

[PHP] Is While needed in MySQL Result with a Limit of 1

2002-04-10 Thread Brian Drexler
"]; $Value2=$r["TableFieldName2"]; echo "$Value1, $Value2"; } My question is thisis the while statement needed when I'm only returning one record? Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] IE & $HTTP_REFERER...

2002-04-11 Thread Brian Drexler
I've also noticed that IE does not pass the Authenticated User properly -Original Message- From: Matthew Walker [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: [PHP] IE & $HTTP_REFERER... I just ran across a very strange problem with

[PHP] HTML form element

2002-04-12 Thread Brian McLaughlin
look at $majors, it is a string whose value is one of the several options that were selected. Thanks, Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Another [PHP] Simple Session Problem...

2001-10-18 Thread Brian Aitken
3" We've tried changing the php.ini file to point to a different session directory (it was /tmp) but the problem persists. As far as I'm aware the sessions directory does exist. Any ideas? Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] file upload problem

2001-10-18 Thread Brian Aitken
n line 41 I'm guessing PHP is somehow lacking permission to write to the file system but the technicians have tried changing the file permission for the directory I'm trying to write to and the same error is given. We don't know what else to do. Any ideas? Thanks Brian -- PH

[PHP] enable truetype string function in gd

2001-10-21 Thread Brian Clark
work as far as getting `truetype string function' to give me a `yes'. I know someone has been through this before.. what did you do to fix it? :-) Maybe I'm just tired.. or suicidal. -- Brian Clark | OpenPGP here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies.

Re: [PHP] enable truetype string function in gd

2001-10-21 Thread Brian Clark
forge.net/documentation/installing_apache_with_gd_zlib_png_jpg_tiff_pdf_support.html I appreciate the RTFM, but that didn't tell me anything that I didn't already know. :-) Done that, been there, isn't working for me. -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies

Re: [PHP] enable truetype string function in gd

2001-10-21 Thread Brian Clark
@ 5:33:52 PM on 10/21/2001, Brian Clark wrote: >>> Does anyone know what it's going to take to get access to the function >>> imagettftext() in PHP 4.0.6?! My eyes are bloodshot right about now. >> >http://databa

[PHP] Why I wish PHP had Python's exception handling....

2001-10-21 Thread Brian White
ns from "GrabLock", "RunTask1" etc... which is an awful lot neater, and a lot safer, and can handle error messages much more cleanly. Anyway - this is just an example of why I think exceptions would be a really cool thing to add to PHP. Regs Brian White -

RE: [PHP] Re: Arrays in form

2001-10-21 Thread Brian Tanner
at the end. So, it would be like That will ensure that PHP takes all checked "messageid" boxes and sticks them in an array for ya! Hope that helps! Brian Tanner Project Manager Zaam Internet Solutions Toll Free: 1-866-225-2675 [EMAIL PROTECTED] http://www.zaam.com -Original M

Re: [PHP] Why I wish PHP had Python's exception handling....

2001-10-21 Thread Brian White
If that happens it would be great. At 00:33 22/10/2001 -0500, Matt McClanahan wrote: >On Mon, Oct 22, 2001 at 02:57:44PM +1000, Brian White wrote: > >Preface to these ramblings: Exception handling is planned for the next >version of the Zend engine. For details, see > >http:/

[PHP] Apache "Request" Ids?

2001-10-22 Thread Brian White
w it could safely take the lock. This of course won't work under PHP in it's module form because the process ID belongs to Apache. What I was wondering was there any kind of ID that was attached to a particular CGI request that I could access and use? Brian -----

Re: [PHP] Apache "Request" Ids?

2001-10-23 Thread Brian White
Tue, 23 Oct 2001, Brian White wrote: > > > process ID belongs to Apache. What I was wondering was there any kind > > of ID that was attached to a particular CGI request that I could > > access and use? > >Yes. Use the Apache module, mod_unique_id, and then in your environ

Re: [PHP] PHP usage(s)

2001-10-23 Thread Brian White
se that. PHP is a much more *appropriate* for Web Apps. - Brian White Step Two Designs Pty Ltd - SGML, XML & HTML Consultancy Phone: +612-93197901 Web: http://www.steptwo.com.au/ Email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTEC

Re: [PHP] can't seem to compile 4.0

2001-10-27 Thread Brian Clark
so remove the symlink if you start seeing "weird stuff." -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] apache1.3.22 won't start with php4.0.6

2001-10-29 Thread Brian Clark
Find your apache error_log, do this: $ tail -f /path/to/apache/error_log Then in another shell start apache: $ `which apachectl` start Does the "tail" window say anything at _all_? We need more information.. -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy m

RE: [PHP] @#$@# Reg Expressions

2001-10-29 Thread Brian White
ECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] - Brian White Step Two Designs Pty Ltd - SGML, XML & HTML Consultancy Phone: +612-93197901 Web: http://www.steptwo.com.au/ Email: [EMA

[PHP] Problem getting imagemagick to work with php...

2001-10-30 Thread Brian Aitken
I also tried using exec(), passthru() and backticks but none of them worked (backticks gave a weird CGI error message). Anyone know what I'm doing wrong? Does Imagemagick need to be installed in some special place on the server? Thanks Brian -- PHP General Mailing List (http://www.

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
usr/local > make > make install -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
rder to build php yourself (ie. ./configure) you need to download the source tarball (tar.gz) from php.net. You're using KMail so I'm assuming your web server is running Linux. -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
hp4: $ mv /usr/lib/apache-extramodules/libphp4.bak \ /usr/lib/apache-extramodules/libphp4.so -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PHP] php and mcrypt

2001-11-02 Thread Brian Clark
@ 6:28:08 PM on 11/2/2001, Brian Clark wrote: > If apache fails to start then revert to your old libphp4: > $ mv /usr/lib/apache-extramodules/libphp4.bak \ > /usr/lib/apache-extramodules/libphp4.so Sorry, make that: $ mv /usr/lib/apache-extramodules/libphp4.so.bak \ /usr/l

Re: [PHP] Password File

2001-11-02 Thread Brian Clark
ioned as an option. Personally, I'd keep the web server away from the user database as much as possible. -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] Can you help me about apache connect with php ?

2001-11-04 Thread Brian Clark
cation/x-httpd-php-source .phps Then: /usr/local/apache/bin/apachectl stop /usr/local/apache/bin/apachectl start -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- 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] Re: [PHP-INST] Can you help me about apache connect with php ?

2001-11-04 Thread Brian Clark
;http://www.geocrawler.com/mail/msg.php3?msg_id=3818227&list=5> -- -Brian Clark | PGP is spoken here: 0xE4D0C7C8 Please, DO NOT carbon copy me on list replies. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

<    1   2   3   4   5   6   7   8   9   10   >