[PHP] Re: Regular Expressions

2004-07-15 Thread Tim Van Wassenhove
;Jason \nStreet:abc" /Last Name:\s+(.*?)\n/ -- Tim Van Wassenhove <http://home.mysth.be/~timvw> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: ereg question/prob...

2004-07-15 Thread Tim Van Wassenhove
;s the > "extension" of the file. my understanding of the docs, says that the > "extension" should be in the $reg array > > any ideas/comments on where my mistake is would be appreciated... Will it work with 123.123.txt ? If you have a look at the file functions in

[PHP] Re: Regular Expressions

2004-07-15 Thread Tim Van Wassenhove
In article <[EMAIL PROTECTED]>, Red Wingate wrote: > Oh guess it would be even better and faster to only use: > > /Last Name:([^\n]*)/ In most environments is strpos and substr even faster ;) -- Tim Van Wassenhove <http://home.mysth.be/~timvw> -- PHP General Mailing Lis

[PHP] Re: convert degrees to heading

2004-07-16 Thread Tim Van Wassenhove
7;N', 'NNW', 'NNE', 'NE', ...); $index = $heading_degrees / sizeof($compass); return $compass[$index]; } Or you could use a switch -- Tim Van Wassenhove <http://home.mysth.be/~timvw> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: convert degrees to heading

2004-07-16 Thread Tim Van Wassenhove
> From: René Fournier [mailto:[EMAIL PROTECTED] > Sent: Friday, July 16, 2004 3:59 PM > To: Tim Van Wassenhove > Cc: php > Subject: Re: [PHP] Re: convert degrees to heading > > > Works beautifully. Thanks! > > .Rene > > On Friday, July 16, 2004, at 04:36

[PHP] Re: htmlArea look-a-like

2004-07-21 Thread Tim Van Wassenhove
sion to work in any Mac browsers. I've also found EditLive! and am > intrigued by it. Does anyone know of anthing else like these availlable on > the market? You can try http://home.mysth.be/~timvw/test/ (user/pass webmaster/webmaster) Source at http://home.mysth.be/~timvw/program

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Tim A. Yarbrough
Using the auto_increment_offset will take care of this problem. Because say server A can be configured to use odd numbers and server B can be configured to use even numbers. You can also set this up in a more complex fashion for the offsets if your running more then 2 servers. -Original Mess

RE: [PHP] Creating a unique index ID

2006-03-13 Thread Tim A. Yarbrough
-Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Monday, March 13, 2006 9:50 AM To: Jeff Cc: [EMAIL PROTECTED]; php-general@lists.php.net Subject: Re: [PHP] Creating a unique index ID Jeff wrote: >>-Original Message- >>From: Jared Williams [mailto:[EMAIL PROT

[PHP] Re: Using Header() to pass information...

2006-04-22 Thread Tim Van Wassenhove
e URL (as written in RFC2616 section 14.30) -- Met vriendelijke groeten, Tim Van Wassenhove <http://timvw.madoka.be> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LAN IP address

2005-08-29 Thread Tim Van Wassenhove
et at dynip etc? -- Met vriendelijke groeten, Tim Van Wassenhove <http://timvw.madoka.be> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: headers .vs javascript location.href

2005-09-18 Thread Tim Van Wassenhove
tions, but still get the same > error... Now, if you read the documentation of output buffering you will see that it does *not* buffer headers.. -- Met vriendelijke groeten, Tim Van Wassenhove <http://timvw.madoka.be> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [php]: monthly statistics

2005-09-18 Thread Tim Van Wassenhove
unter` ( > `id` int(10) NOT NULL auto_increment, > `StampDate` date NOT NULL default '1999-12-31', > PRIMARY KEY (`id`) > ) TYPE=MyISAM AUTO_INCREMENT=26050 ; > All you need to do is SELECT .. GROUP BY YEARMONTH(StampDate) and you're ready to go.. -- Met vrien

[PHP] Re: Way for script to discover it's path?

2005-09-18 Thread Tim Van Wassenhove
> specified includes. Is it possible to do this? I looked at the > various file related php functions but didn't see anything resembling > 'my_path()' You might also want to check out the __FILE__ constant.. http://be.php.net/manual/en/language.constants.predefined.

Re: [PHP] OT - database and indexes... but anyone please?

2005-09-26 Thread Tim Van Wassenhove
.. Therefore, a primary key can't be a special case of an index. -- Met vriendelijke groeten, Tim Van Wassenhove <http://timvw.madoka.be> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: http protocols defining what gets sent between web server and browser

2005-11-25 Thread Tim Van Wassenhove
a few minutes, I'd appreciate it. As stated, the underlying > reason for the questions is to get a better understanding of 'man in the > middle attacks' as this applies to web server apps. In that case you might want to look at tcp/ip and http over ssl too. -- Met vriendelijke gr

Re: [PHP] FDF Toolkit uncompression error

2001-02-09 Thread Tim Frank tfrank
DL the file on a windows machine and then FTP the file to my unix box in ASCII mode (NOT BINARY). I don't know why or what was causing the problem, but that is how I fixed it. Now I'm trying to install it ;) Hope that helps Tim Frank >>>>>>>>>>>>

[PHP] pear db.php and non-dbo owned tables...

2003-08-21 Thread Newsom, Tim W - CIQ-2
using the pear db.php. Using the MS tools or anyother MS product that can access the database returns data from these tables... Any idea if php cares that the data be owned by 'DBO' vs someone else? Thanks, -- Tim <> -- PHP General Mailing List (http://www.php.net/) To un

[PHP] Re: Problems with the fopen() function

2001-11-11 Thread Tim Harvey - 5 Star Hosting
I tried what Matt suggested but it doesn't work. Anybody else got any suggestions? - Original Message - From: "Tim Harvey" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Sunday, November 11, 2001 3:44 AM Subject: Problems with t

<    7   8   9   10   11   12