[PHP] NNTP

2001-03-23 Thread Tim
Does anyone know of any examples of using IMAP to connect to NNTP newsgroups, any feedback would be appreciated Cheers. -- 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

[PHP] Anybody using PEAR Auth_HTTP?

2002-07-11 Thread Tim
passwords all to no avail. I also can't find any further documentation other than what's on pear.php.net. Any ideas? I've e-mailed pear-general but no response so far. Thanks!! Tim ? require_once Auth_HTTP/Auth_HTTP.php; require_once DB.php; $params = array

[PHP] Re: Problems with GD 2.0.1

2002-09-09 Thread Tim
/ld.so.conf? I can confirm that RH7 with GD-1.8 RPM and custom built PHP+GD-2.0.1 does work. I normally install libgd in /usr/local and have /usr/local/lib as the first entry in /etc/ld.so.conf (From memory, I think I did this to get libgd working with PHP) Tim Ville Mattila wrote: Hello everyone

Re: [PHP] include XHTML document

2001-09-24 Thread Tim
is, that ? is interpreted as a begin of php commands. I for myself use ?php when starting commands, but the compiler also use ?. Look in the manual sections on php.ini and the short_tags feature. That option controls the interpretation of the ? tag. - Tim -- PHP General Mailing List (http

Re: [PHP] Flexible, Component-based and Large Application Systemsin PHP

2001-10-04 Thread Tim
in the process of getting permission to publish. I'll post a link to it when I can. - Tim http://www.phptemplates.org -- 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

Re: [PHP] Create a list of links

2001-10-18 Thread Tim
floating around called Snoopy which does at least most of what you'd like...not sure about the link text. You could tweak it's regex and code to do that though. http://snoopy.sourceforge.com - Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP] PHP with XML

2001-10-23 Thread Tim
On Tue, 2001-10-23 at 15:17, Vinicius Tavares wrote: What I have to do to make the PHP4 run the DOM XML??? http://www.php.net/manual/en/ref.domxml.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] PHP4, Flash and tab characters

2001-07-29 Thread Tim
at the end: bAcquired=Yok=1 in the flash movie, set ok=0 and wait/loop until you see ok=1 and you'll know the data reading is complete. (This may have been fixed in Flash 5, but I haven't tested it). - Tim http://www.phptemplates.org The string getting returned looks like so (currently it's just

Re: [PHP] Syntax

2001-08-02 Thread Tim
You need to do: if (isset(...)) { ... } else if (isset(...)) { ... } else if (isset(...)) { ... } ... On 02 Aug 2001 17:10:26 +0200, BRACK wrote: Hi, I'm in a process of doing site with MySQL database, and most of the code I plased in index.php3 (in one file) but I've got some

Re: [PHP] mail the contents of an array

2001-08-03 Thread Tim
You could use the implode() function to convert the arrays to strings and then pass the concatenated strings to the mail() function. - Tim On 03 Aug 2001 09:00:04 +, Geoffrey Makstutis wrote: I'm sure that I'm missing something obvious (probably sleep), but how can I take the contents

Re: [PHP] References: in front of functionnames

2001-08-03 Thread Tim
The function return value is by reference. http://www.php.net/manual/en/language.references.php - Tim Ex. in DB/standard.php; function db_fetchall($args=array()){ ... I've seen and used the pass by reference syntax on function parameters but not on functionnames. What effect does

Re: [PHP] web hosting

2001-08-05 Thread Tim
If you want the freedom to do anything you want to your very own server (i.e. not shared with a bunch of other people) then something like http://www.rackspace.com is an alternative (although it costs more :). - Tim On 04 Aug 2001 23:26:44 -0500, Damiano Ferrari wrote: Since I am tired

Re: [PHP] 404's and requesting page

2001-08-05 Thread Tim
$HTTP_SERVER_VARS[REDIRECT_STATUS] will be 404 (or 403 if you trap those too). $HTTP_SERVER_VARS[REDIRECT_URL] will be the requested URL that caused the error. - Tim http://www.phptemplates.org On 05 Aug 2001 18:46:04 +0100, Tom Carter wrote: I'm using an apache directive to redirect 404's

Re: [PHP] 404's and requesting page

2001-08-05 Thread Tim
404 page just dumps phpinfo() you can see the list of variables available to your script. - Tim On 05 Aug 2001 21:16:29 +0100, Tom Carter wrote: Thanks for the advice Tim, however it didn't work. Neither of the statements in your mail were set ... I trued $REDIRECT_STATUS and that was set to 401

Re: [PHP] age

2001-08-05 Thread Tim
intval($em/12); } - Tim http://www.phptemplates.org On 06 Aug 2001 03:00:13 +0700, Jon Yaggie wrote: does any one know where i can get a script that will convert a birthdate in to an age. i have one half written however i have incounter difficulties with dealing with leap years. perhaps soem

Re: [PHP] Problem with installing on Solaris 8

2001-08-06 Thread Tim
'ar' is a system utility. On my system it's in /usr/ccs/bin. - Tim On 06 Aug 2001 18:12:52 +0200, Peter Ostry wrote: We try to install PHP4 on a Sun Netra AC200 (T1) under Solaris 8. After we finally managed to 'configure', we get an error with 'make': bash-2.03# make Making all in Zend

Re: [PHP] Display the weather on my site

2001-08-06 Thread Tim
WeatherUnderground.com and Weather.com both offer little weather boxes for your site. - Tim On 06 Aug 2001 14:44:55 -0400, pierre-yves wrote: Hello, I would like to display the wheather on a page depending on the city of my user. (or the capital of their province/state) Do you know

Re: [PHP] Uptime script

2001-08-06 Thread Tim
Nope, but I do something similar with weather data from my home weather station.:) The jpgraph library (http://freshmeat.net/projects/jpgraph/) is excellent and makes that kind of stuff a snap. A sample graph is attached. - Tim http://www.phptemplates.org On 06 Aug 2001 17:15:53 -0500

Re: [PHP] problem with querystring

2001-08-06 Thread Tim
Is it found in $HTTP_GET_VARS[par1]? - Tim On 07 Aug 2001 08:02:44 +0700, Ishak Anwar wrote: hai all, i have problem with QueryString. I use php 4.0.x with apache 1.3.x on win 2000 but can not get the querystring on browser. ex: http://localhost/m1.php?par1=value1 on m1.php, i write

Re: [PHP] problem with querystring

2001-08-06 Thread Tim
See: http://www.php.net/manual/en/security.registerglobals.php - Tim On 07 Aug 2001 08:12:46 +0700, Ishak Anwar wrote: with $HTTP_GET_VARS[par1] i can get par1 value... but... why with $par1 variable i can not get it ? thanks -- PHP General Mailing List (http://www.php.net

Re: [PHP] Split array

2001-08-07 Thread Tim
See: http://www.php.net/implode - Tim http://www.phptemplates.org On 07 Aug 2001 14:02:04 +0200, Veniamin Goldin wrote: How do I split array so, that I'll get string variable with , delimeter of each array value ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] Alternate way of calling php scripts

2001-08-08 Thread Tim
-discussed in the archives and at phpbuilder. - Tim http://www.phptemplates.org On 08 Aug 2001 06:13:14 -0700, Evan Nemerson wrote: I seem to recall that you can call a PHP script with a slash after it then variables. For instance http://localhost/script.php/your=mom. I can't find it in the manual

Re: [PHP] Strange session problems. Please help.

2001-08-08 Thread Tim
' or 'move to a different server'. That, unfortunately is beyond my control :( ) I suspect that's about all you can do. You can search the bug database at php.net to see if there is a specific problem and if there are any work-arounds. - Tim -- PHP General Mailing List (http://www.php.net

Re: [PHP] RANDOM MOVIE?

2001-08-08 Thread Tim
Use file() to load in the names of the movies from your text file into an array. Use rand() to pick one of them from the array. - Tim On 08 Aug 2001 17:47:36 -0700, Kyle Smith wrote: Could somebody please show me, send me an example or redirect me to a page which shows how to show a random

Re: [PHP] newbie

2001-08-08 Thread Tim
http://www.phpbuilder.com is loaded with goodies that should be able to help you. - Tim On 08 Aug 2001 12:49:56 -0400, Jeremy Morano wrote: Can anyone give me some information or a link other than php.net PLEASEthank you. -- PHP General Mailing List (http://www.php.net

Re: [PHP] Using fsockopen()

2001-08-13 Thread Tim
/function.set-time-limit.php - Tim On 13 Aug 2001 11:40:04 +0100, David Ovens wrote: Thought I would repost, does anyone have a solution ? I am using php, apache on a windows system. - Original Message - From: David Ovens [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13

Re: [PHP] Using fsockopen()

2001-08-13 Thread Tim
Try doing set_time_limit(0); at the start of your script and see if that makes a difference. - Tim On 13 Aug 2001 12:00:24 +0100, David Ovens wrote: this is my fsockopen satement it will check about 4/5 urls and then time out (exceed 30 second timeout error) on the 5/6 url, I have

Re: [PHP] Site Stats/Server Logs

2001-08-13 Thread Tim
I'm rather fond of Webalizer. - Tim On 13 Jul 2001 23:07:46 +1000, ReDucTor wrote: what are some good things for analyising server logs?!? I currently have Wusage, is there any better?!? :D - James ReDucTor Mitchell -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP] new one is it ??

2001-08-13 Thread Tim
Boy that looks familiar...my (apache) logs are full of 'em. I wonder if we can make a PHP script called default.ida that sends back a big chunk of data and causes the worm to get a buffer overflow? :) :) - Tim (glad I don't run IIS :) On 13 Aug 2001 22:27:06 +0800, Mark Lo wrote

RE: [PHP] new one is it ??

2001-08-13 Thread Tim
That's pretty cool. Alas, the 'whois' part of the code doesn't work properly (at least on my system). - Tim On 13 Aug 2001 10:21:45 -0500, Mark Roedel wrote: I rather liked this approach that I saw posted in another list: http://www.klippan.seths.se/default.phps (Does some

Re: [PHP] session security issue

2001-08-14 Thread Tim
If you test $HTTP_SESSION_VARS[uid] instead, you'll know that it came from a session and not from a GET variable. - Tim On 14 Aug 2001 08:42:22 -0300, Christian Dechery wrote: I have pages that uses session for security that looks something like this: ?php session_start

Re: [PHP] apache,php,mysql,flash

2001-08-15 Thread Tim
Do you have Macromedia Generator installed on your server? It's responsible for taking the .swt and generating the .swf output. - Tim On 15 Aug 2001 14:28:24 +0100, AJDIN BRANDIC wrote: Hi, I have RH6.2, php4, MySQL and want to generate graphs with flash. I have done a graph with Flash5

Re: [PHP] apache,php,mysql,flash

2001-08-15 Thread Tim
at runtime. - Tim On 15 Aug 2001 15:15:20 +0100, AJDIN BRANDIC wrote: Hi, NO this is what i am trying to find out. where can i download it from (for RD6.2 and Aache 1.3.12). I have tried RH site but no joy. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: SV: [PHP] Sending alots of mail

2001-08-16 Thread Tim
I have a system where we send periodic batches of 60,000 messages at a time, so it's definitely doable. It helps to put some throttling in there (i.e. a sleep() periodically) to be kind to your e-mail server. - Tim On 16 Aug 2001 18:34:11 +0200, Jimmy Bäckström wrote: Hmm I knew that =) I

Re: [PHP] Dreamweaver templates

2001-08-20 Thread Tim
PHP already ignores those SGML comments. They're just there for the Dreamweaver editor to know where the editable regions are. - Tim On Mon, 2001-08-20 at 08:45, -:-Doigy-:- wrote: Hi Folks, Can't find an answer in the archives... Can php parse DW templates? ie. I want only a small

Re: [PHP] Print..

2001-08-27 Thread Tim
not commented out. - Tim On Tue, 2019-08-27 at 06:55, Daniel Antonio de Lima wrote: Fatal error: Call you undefined function:printer_open() -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] $HTTP_POST_VARS

2001-08-27 Thread Tim
while (list($k,$v) = each($HTTP_POST_VARS)) { echo br$k = $v; } On Mon, 2001-08-27 at 21:48, Andy Ladouceur wrote: Hello all, I am wondering if there is a command or function to get a list of all the current '$HTTP_POST_VARS[variable]' variables? Or, a user-created way... Any helps

Re: [PHP] Re: Sorry, i need HTML help

2001-08-29 Thread Tim
Yeah, but isn't marquee the ancient Aztec word for tar and feather me, I'm a tastless HTML author who is mesmerised by blinking lights and horizonally scrolling text beyond my control?? Someething like that. - Tim ;) On Wed, 2001-08-29 at 11:35, Gary wrote: marquee/marquee will only work

Re: [PHP] Quick TXT document stuff

2001-08-30 Thread Tim
change the first line to $fp = file(meh.txt); - Tim On Thu, 2001-08-30 at 16:31, Kyle Smith wrote: ok i have this code to do whats below, but its not working ?php $fp = fopen(meh.txt,r); for($i=0;$i2;$i++) { print $fp[$i]; } ? -lk6- http://www.StupeedStudios.f2s.com Home

Re: [PHP] php's future

2001-09-02 Thread Tim
on your actual servers...anything else is only speculation. - Tim http://www.phptemplates.org 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. -- PHP General Mailing

Re: [PHP] Log file analysis

2001-08-30 Thread Tim
You can use the Apache CustomLog directive to send each virtual host's traffic to it's own logfile. http://httpd.apache.org/docs-2.0/logs.html#accesslog - Tim http://www.phptemplates.org On Thu, 2001-08-30 at 09:59, Mark Lo wrote: Hi, Is there any software or program exists

[PHP] Problems with Sessions?

2001-09-06 Thread Tim
When I first browse to a site on my LAN, I get links with URLs that look like this: chat/?PHPSESSID=f3d149f79f5196bd709fb3c256dbb3d8 after a refresh, the whoe PHPSESSID goes away. Wondered if there was some setting in php.ini that I've overlooked? I'm running PHP4 with Apache on an Unstable

Re: [PHP] Apache redirection by PHP

2001-09-11 Thread Tim
Look in the Apache manual at the section on mod_rewrite. - Tim On Tue, 2001-09-11 at 05:58, Andrew Perevodchik wrote: I have the DNS alias on my server for * (which means any name). So that any requests for http://anyname.my.host are recieved by one virtual server. I need to make apache

Re: [PHP] More thoughts about PHP: Taglibs

2001-09-11 Thread Tim
A good template library (and there's quite a few out there) will take care of this issue. You can have nearly pure HTML files and pure PHP files and maintenance and readability of your projects is much improved. - Tim http://www.phptemplates.org On Tue, 2001-09-11 at 01:04, Dr. Evil wrote

Re: [PHP] Protecting variables and functions? Like C#

2001-09-19 Thread Tim
. they may change in a future release of the class or not work properly/safely when accessed directly. - Tim http://www.phptemplates.org On Wed, 2001-09-19 at 09:00, Emile Bosch wrote: I am a huge fan of php but i am kinda scared by c# i really like it's ability to make functions and variable

Re: [PHP] Protecting variables and functions? Like C#

2001-09-19 Thread Tim
that strong typing (or at least more formal typing) is a requirement, but I'm quite happy without all the related hoops that C++/Java makes you jump through...that alone is enough to give the average PHP developer a big boost in productivity vs. those languages. :) :) - Tim http

Re: [PHP] if statement

2001-09-20 Thread Tim
You need to use == instead of = in that situation. - Tim On Thu, 2001-09-20 at 09:46, Jeb Anderson Scarbrough wrote: This seems to be a simple questions, but it is baffling me for some reason. How do I create an if statement with multiple conditions. For example, I cannot get either

Re: [PHP] Moving a PHP/MySQL web site ???

2001-07-27 Thread Tim
You can just use mysqldump to copy the contents of the database to a file, and it will be easy to re-create it on the new site. - Tim http://www.phptemplates.org I will be having to face the dubious task of moving my PHP/MySQL-based website to another server. Can anyone out there point me

[PHP] Excel not opened in browser when changing header

2001-02-19 Thread Tim
"trtdHi/tdtdHi/td/tr"; echo "/table"; echo "/body/html"; ? -- Thanks Tim -- 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] file uploads Q?

2006-12-12 Thread Tim
? Some people generate large amounts of irrelevant crap traffic for nothing imo :) Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] file uploads Q?

2006-12-12 Thread Tim
-Message d'origine- De : Jochem Maas [mailto:[EMAIL PROTECTED] Envoyé : mardi 12 décembre 2006 14:10 À : Tim Cc : php-general@lists.php.net Objet : Re: [PHP] file uploads Q? Tim wrote: Børge Holen wrote: On Monday 11 December 2006 20:48, Jochem Maas wrote: Richard Lynch

RE: [PHP] php redirection..

2006-12-12 Thread Tim
variable and a location variable. But then I wonder what affect this has regards to html standards? Are dynamic meta tags depreciated? Regards, Tim -Message d'origine- De : Stut [mailto:[EMAIL PROTECTED] Envoyé : mardi 12 décembre 2006 19:52 À : [EMAIL PROTECTED] Cc : php Objet : Re

RE: [PHP] php redirection..

2006-12-12 Thread Tim
variable and a location variable. But then I wonder what affect this has regards to html standards? Are dynamic meta tags depreciated? Regards, Tim -Message d'origine- De : Stut [mailto:[EMAIL PROTECTED] Envoyé : mardi 12 décembre 2006 19:52 À : [EMAIL PROTECTED] Cc : php Objet : Re

RE: [PHP] php redirection..

2006-12-13 Thread Tim
-Message d'origine- De : Youri LACAN-BARTLEY [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 décembre 2006 09:09 Cc : 'php' Objet : Re: [PHP] php redirection.. Tim wrote: Just a quick question regarding this issue. Considering bruce wants to be able to display the data

RE: [PHP] preg_match problem

2007-01-19 Thread Tim
Not a big regex expert, but first off i would recommend not using / as a delimiter for your pattern if you are trying to catch forward slashes in your text. I would use a pattern like: #[a-zA-Z0-9/]{6,}# Regards, Tim -Message d'origine- De : Németh Zoltán [mailto:[EMAIL PROTECTED

[PHP] multi line regular expression?

2003-07-01 Thread Tim
); now, if i do a print_r($contents); the thing is empty. but if i put the content of my original variable all on one line (== line 1 _ line 2 _ line 3 _==), it works fine. is there something to get around this one line limit? Thanks for your time and have a nice day Tim -- PHP General Mailing

RE: [PHP] What is wrong with this?

2003-02-24 Thread Tim
hi, i think there is an error in the html part: $drop_down_list .= optionvalue=$aviao$aviao/option; ^ should that not be?: $drop_down_list .= option value='$aviao'$aviao/option; HTH t. -Message d'origine- De : Miguel Brás

RE: [PHP] explode( , $pizza)

2003-02-25 Thread Tim
The following example illustrates the use of the split method. function SplitDemo(){ var s, ss; var s = The rain in Spain falls mainly in the plain.; // Split at each space character. ss = s.split( ); return(ss); } HTH t. -Message d'origine- De : John Taylor-Johnston

[PHP] Fatal error: Call to undefined function: mysql_connect()

2004-04-16 Thread Tim
one on a different server all together. What do you think? Thanks, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] overloaded, overworked ereg statement?

2004-04-23 Thread Tim
This script worked on one server, but started choking after I moved it to a new server. Summary: I use the php_auto_prepend script to start output buffering, then use the php_auto_append script to extract the content between the title tags and between the body tags. When the size of the

Re: [PHP] overloaded, overworked ereg statement?

2004-04-24 Thread Tim
= preg_replace(/.*body.*/iU,'',$file_text); // strip everything after and including /body $body = preg_replace(/\/body.*/i,'',$body); Works lik a charm! Thanks :) Tim Since you're looking for certain tags, it stands to reason that you're primarily interested in characters after characters. So

RE: [PHP] Parsing mail file

2007-01-30 Thread Tim
and want to share, I will please him... :-) Er, could you please define I will please him? I think that you've scared off a few potential helpers He's french, i think he means he 'would be gratefull' hehe Cheers, Tim Sorry i hit reply instead of reply to all Dotan. Dotan Cohen

[PHP] TR: Manipulating categories in a php database

2007-01-30 Thread Tim
between 1011 and 1012. I'm having trouble developing the algorithm that would allow this.. Would appreciate any ideas that may help me conclude this function in my module. Regards, Tim Earl

[PHP] Manipulating categories in a mysql database

2007-01-30 Thread Tim
between 1011 and 1012. I'm having trouble developing the algorithm that would allow this.. Would appreciate any ideas that may help me conclude this function in my module. Regards, Tim Earl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] TR: Manipulating categories in a php database

2007-01-30 Thread Tim
Ok great stuff, thank you, that has enlightened me on the method I need to develop :) Oh and about the double msg, sorry fighting with outlook here, not my usual client ;) Regards, Tim -Message d'origine- De : Robert Cummings [mailto:[EMAIL PROTECTED] Envoyé : mardi 30 janvier 2007 19

RE: [PHP] Need desperate help with query

2007-01-31 Thread Tim
be willing to email me off list to take a look at it the good karma and appreciation would rain down upon you in such multitudes as to... as to... as... to... Don't think most here do it for the praise... I've run out of hyperbole. Help! Indeed :P Regards, Tim -- Skip Evans Big Sky Penguin

RE: [PHP] Manipulating categories in a mysql database

2007-02-01 Thread Tim
-Message d'origine- De : Richard Lynch [mailto:[EMAIL PROTECTED] Envoyé : jeudi 1 février 2007 02:35 À : Tim Cc : php-general@lists.php.net Objet : Re: [PHP] Manipulating categories in a mysql database On Tue, January 30, 2007 12:36 pm, Tim wrote: This is more

RE: [PHP] PHP book reviewers wanted

2007-02-05 Thread Tim
-Message d'origine- De : tedd [mailto:[EMAIL PROTECTED] Envoyé : lundi 5 février 2007 17:10 À : Manuel Lemos; php-general@lists.php.net Objet : Re: [PHP] PHP book reviewers wanted At 1:05 AM -0200 2/5/07, Manuel Lemos wrote: Demonstrating good English writing skills and having

RE: [PHP] PHP4 to PHP5 issue

2007-02-05 Thread Tim
NOT PHP5 compatible it seems to be a great project manager with many great features. I'd assume if you really want to use it, run it on a server with PHP4 you'll save yourself some time and headaches. Regards, Tim Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 59701 406-782-2240

RE: [PHP] PHP4 to PHP5 issue

2007-02-05 Thread Tim
-Message d'origine- De : Jochem Maas [mailto:[EMAIL PROTECTED] Envoyé : lundi 5 février 2007 21:00 À : Skip Evans Cc : 'PHP-General' Objet : Re: [PHP] PHP4 to PHP5 issue Skip Evans wrote: Tim wrote: Yes, our company used it for three months before dumping it regarding PHP5

[PHP] All-in-one PHP Classes

2007-02-06 Thread Tim
bloated with out of context functionality, php class, knowing how powerfull only several functions in this class can be to him? Shouldn't these classes be perhaps broken down into usefull parts. Thanks for any input. Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Boolean-cast and arrays

2007-02-08 Thread Tim
? Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Boolean-cast and arrays

2007-02-08 Thread Tim
sorry typo, make that: Shouldn't have been simply doing: $arr = array(); If (!$arr) {} -Message d'origine- De : Tim [mailto:[EMAIL PROTECTED] Envoyé : jeudi 8 février 2007 16:49 À : php-general@lists.php.net Objet : [PHP] Boolean-cast and arrays First thank you all

RE: [PHP] Error compiling lib

2007-02-08 Thread Tim
try installing glibc-debuginfo-common or glibc-devel. Regards, Tim Warm Regards, Mário Gamito -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

RE: [PHP] Multi lingual pages

2007-02-09 Thread Tim
would be the case if they were using seperate directories for languages, IMO. Just a logical geuss, please correct me if I am mistaken ;) Regards, Tim Maybe this is the right thing to do. What would happen if a page is available in English and e.g. american English or when a certain domain

RE: [PHP] round to nearest 500?

2007-02-12 Thread Tim
-Message d'origine- De : Robert Cummings [mailto:[EMAIL PROTECTED] Envoyé : lundi 12 février 2007 18:00 À : blackwater dev Cc : php-general@lists.php.net Objet : Re: [PHP] round to nearest 500? On Mon, 2007-02-12 at 11:52 -0500, blackwater dev wrote: Is there an easy way in

RE: [PHP] round to nearest 500?

2007-02-13 Thread Tim
snip Supposedly this is an accounting trick that ultimatley works out in the end for proper rounding of money values. Yeah works out for who? Bet it doesn't for the guy paying :P -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Banner rotation with links

2007-02-14 Thread Tim
, there's always an answer ;) Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Banner rotation with links

2007-02-14 Thread Tim
... http://www.phpadsnew.com/ -Brad Yeah, maybe their should be an alternate list for Where can i find the app for me to do this queries :D Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Retrieve value of newly inserted row.

2007-02-14 Thread Tim
-Message d'origine- De : Dan Shirah [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 février 2007 19:20 À : php-general Objet : [PHP] Retrieve value of newly inserted row. Hello, I have a page the contains two insert statements. $insert1 = INSERT INTO table1 (

RE: [PHP] Retrieve value of newly inserted row.

2007-02-14 Thread Tim
-Message d'origine- De : Tim [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 février 2007 19:28 À : 'Dan Shirah'; 'php-general' Objet : RE: [PHP] Retrieve value of newly inserted row. -Message d'origine- De : Dan Shirah [mailto:[EMAIL PROTECTED] Envoyé : mercredi

[PHP] Deny processing of non included files

2007-02-15 Thread Tim
... Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Deny processing of non included files

2007-02-15 Thread Tim
-Message d'origine- De : Jon Anderson [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 février 2007 17:11 À : Tim Cc : 'php-general' Objet : Re: [PHP] Deny processing of non included files Easy answer: deny access to them. Use your web server to prevent execution of the files

RE: [PHP] Deny processing of non included files

2007-02-15 Thread Tim
, and not needing to worry about that test.php file that got forgotten during dev or something, or even a user uploading a $.php file i dont want him to execute.. Thanks guys, Regards, Tim -Message d'origine- De : Jon Anderson [mailto:[EMAIL PROTECTED] Envoyé : jeudi 15 février 2007 17:11 À

[PHP] Securing user table with sha function

2007-02-17 Thread Tim
even though it may slow down logins a tad but the tight security in my opinion justifies this.. Does anyone see an ugly flaw in this scheme? Does it look viable? Thanks for any input, Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP] Re: Securing user table with sha function

2007-02-19 Thread Tim
']) . '\''; Well was just an idea, i'll try it, doesn't seem to interest many people, that's ok keep using the classic method ;P Regards, Tim -- Haydar TUNA Republic Of Turkey - Ministry of National Education Education Technology Department Ankara / TURKEY Web: http://www.haydartuna.net Tim [EMAIL

RE: [PHP] Re: Securing user table with sha function

2007-02-20 Thread Tim
or her password, you can send email to the user when the user answer password protected question. -- Haydar TUNA Republic Of Turkey - Ministry of National Education Education Technology Department Ankara / TURKEY Web: http://www.haydartuna.net Tim [EMAIL PROTECTED] wrote

RE: [PHP] Re: Securing user table with sha function

2007-02-20 Thread Tim
-Message d'origine- De : Fergus Gibson [mailto:[EMAIL PROTECTED] Envoyé : lundi 19 février 2007 12:01 À : php-general@lists.php.net Objet : [PHP] Re: Securing user table with sha function Tim wrote: Now moving on into other aspects of security :P I was thinking of a way

RE: [PHP] Re: Securing user table with sha function

2007-02-21 Thread Tim
based on whats known to be one of the best ways. Once again thanks for your input, it's my call now :D Tim -Message d'origine- De : Haydar Tuna [mailto:[EMAIL PROTECTED] Envoyé : mercredi 21 février 2007 07:15 À : php-general@lists.php.net Objet : Re: [PHP] Re: Securing user table

RE: [PHP] ID problem

2007-02-28 Thread Tim
-Message d'origine- De : Delta Storm [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 février 2007 10:24 À : php-general@lists.php.net Objet : [PHP] ID problem Hi, I'm building an CMS system (for practice and experience :)). And of course like many times before I have

RE: [PHP] ID problem

2007-02-28 Thread Tim
-Message d'origine- De : tedd [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 février 2007 15:54 À : Delta Storm; php-general@lists.php.net Objet : Re: [PHP] ID problem At 10:24 AM +0100 2/28/07, Delta Storm wrote: The problem is: I have a index.php that takes the news from

RE: [PHP] Re: how to display images stored in DB

2007-03-02 Thread Tim
I highly recommend a dark ale or two to bring down the core temperature :) Amen! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Question on virus/worms

2007-03-03 Thread Tim
secure and live with it, someday it will bite you when you least expect it.. Make it a part of your everyday work to constantly reduce the risk of unwanted intrusions.. Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: question regarding form filtering

2007-03-13 Thread Tim
filling the form? Am stumped, can't seem to find the real reason... Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: question regarding form filtering

2007-03-14 Thread Tim
-Message d'origine- De : Richard Lynch [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 mars 2007 09:48 À : Tim Cc : 'Haydar Tuna'; php-general@lists.php.net Objet : RE: [PHP] Re: question regarding form filtering I personally would not presume that PHP and JS regex patterns

RE: [PHP] cannot load mysql extension - PHP Installation on Vista/Apache

2007-03-14 Thread Tim
for himself ... the reasoning behind ... and not just the answer. Those are the sort of people that will learn ... (Rhino) - y'all know who he is ;) Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Referring URL Authentication

2007-03-14 Thread Tim
, to certain domains.. Regards, Tim Programming is a race between people making better and faster programs and the universe making bigger and dumber people. So far the universe is winning -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] cannot load mysql extension - PHP Installation on Vista/Apache

2007-03-14 Thread Tim
-Message d'origine- De : Rahul Sitaram Johari [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 mars 2007 16:48 À : Tim; PHP Objet : Re: [PHP] cannot load mysql extension - PHP Installation on Vista/Apache Ave, Well good words there, I'm not gonna argue with you

[PHP] $_POST array order

2007-03-14 Thread Tim
be the submit element (it is always last in form)? I would like to array_pop($_POST) to get rid of that last element for various reasons (validation scheme) later on.. Regards, Tim -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: question regarding form filtering

2007-03-15 Thread Tim
-Message d'origine- De : Richard Lynch [mailto:[EMAIL PROTECTED] Envoyé : mercredi 14 mars 2007 23:45 À : Tim Cc : 'Haydar Tuna'; php-general@lists.php.net Objet : RE: [PHP] Re: question regarding form filtering On Wed, March 14, 2007 9:07 am, Tim wrote: You almost for sure

  1   2   3   4   5   6   7   8   9   10   >