[PHP] using declare .. ticks functionality

2002-11-26 Thread Simon Taylor
name or some sort of useful information and passing it to the registered tick function. Thanks for any help Cheers _ Simon Taylor AfriTol (Pty) Ltd. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP] php development environment

2002-10-31 Thread Simon Taylor
of thing.. At the moment I use homesite which is pretty cool and makes all me lines come out in pretty colours, but I am getting frustrated as things are growing.. Thanks.. _ Simon Taylor AfriTol (Pty) Ltd. -- PHP General Mailing List (http://www.php.net

[PHP] problem loading extension

2002-10-29 Thread Simon Taylor
, not sure what I am doing wrong. Any ideas appreciated. Thanks _ Simon Taylor AfriTol (Pty) Ltd. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] sessions

2002-10-24 Thread Simon Taylor
While were on the subject, Is it possible/wise t register a person's session id in you useraccess db when they log in then always assign them the same id, then if the session has not expired the user will pick up vars stored there.. Cheers -Original Message- From: Adam Voigt

RE: [PHP] Re: PHP XML

2002-10-16 Thread Simon Taylor
To me this is a lot of work and processing for limited benefits, a simple db abstraction layer provides you with a divide between you db queries and the presentation of your site, what benefits do you see in doing this? Cheers Simon -Original Message- From: Alexandru COSTIN

RE: [PHP] Re: PHP XML

2002-10-16 Thread Simon Taylor
Sure in this context I agree with you, but how often do you have a website which needs to publish in many different formats? I have designed and built websites for a while and have never come across such an application. But if I were ever I would definitely invest the effort that is required, but

RE: [PHP] Script optimisation

2002-10-16 Thread Simon Taylor
Tony, I am not sre which is faster, but I am pretty sure you wouldn't be able to measure it in milliseconds.. Cheers Simon -Original Message- From: Tony Crockford [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 10:48 To: Php-General@Lists. Php. Net Subject: [PHP] Script optimisation

RE: [PHP] How to convert the text file into pdf file in php

2002-10-16 Thread Simon Taylor
Jack, This is in the manual under pdf functions and you will need this library. http://www.pdflib.com/pdflib/index.html Cheers Simon -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 10:56 To: [EMAIL PROTECTED] Subject: [PHP] How to convert the text file

RE: [PHP] People who searched this also searched this!

2002-10-15 Thread Simon Taylor
This sounds a lot harder than it is, all you have to do is first of all make some space ion your db then you need to cache searches that users have done. Store the group of searches for unique users, then if someone does a search match it against the cache and pop up all items which were

RE: [PHP] Getting the highest number in a column

2002-10-15 Thread Simon Taylor
select MAX(colname) from table; Cheers Simon -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 09:29 To: [EMAIL PROTECTED] Subject: [PHP] Getting the highest number in a column Using PHP and a MySQL database, I want to grab the highest number

RE: [PHP] PHP Upgrade

2002-10-15 Thread Simon Taylor
Ramesh, Since php 4.2.0 register_globals is always set off - look in your php.ini Cheers Simon -Original Message- From: Ramesh Nagendra Pillai [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 08:30 To: [EMAIL PROTECTED] Subject: [PHP] PHP Upgrade Hai all I am using

[PHP] getting to a section of the page

2002-10-15 Thread Simon Taylor
_ Simon Taylor AfriTol (Pty) Ltd. [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] simple question

2002-10-14 Thread Simon Taylor
http://www.boutell.com/gd/ -Original Message- From: Jean-François Marseaut [mailto:[EMAIL PROTECTED]] Sent: 14 October 2002 13:51 To: [EMAIL PROTECTED] Subject: [PHP] simple question Where can I found last version of the GD library ? -- PHP General Mailing List (http://www.php.net/)

[PHP] Forms issues..

2002-10-11 Thread Simon Taylor
a relative newbie I am sure there is a better way to handling forms. Any ideas, comments appreciated. Thanks _ Simon Taylor AfriTol (Pty) Ltd. ? [EMAIL PROTECTED] Å+27 12 361 3303 ext 257 Å+27 72 471 1833 Æ+27 12 365 3810 -- PHP General Mailing List (http

RE: [PHP] Updating session variables values during session

2002-10-11 Thread Simon Taylor
Hiya, Try using $_SESSION['variablename'] To refer to session variables. Cheers Simon -Original Message- From: Stéphane Pinel [mailto:[EMAIL PROTECTED]] Sent: 11 October 2002 11:16 To: [EMAIL PROTECTED] Subject: [PHP] Updating session variables values during session Hi, PHP 4.1.X

RE: [PHP] Updating session variables values during session

2002-10-11 Thread Simon Taylor
]] Sent: 11 October 2002 11:32 To: [EMAIL PROTECTED] Subject: Re: [PHP] Updating session variables values during session Same problem... Thanks. --- Stéphane Pinel [EMAIL PROTECTED] iChat : [EMAIL PROTECTED] Le 11/10/02 11:26, « Simon Taylor » [EMAIL PROTECTED] a écrit

RE: [PHP] Updating session variables (resolced: shame on me)

2002-10-11 Thread Simon Taylor
Hehe - no prob - you can also set it to always start in php.ini if it suits your needs. Cheers Simon -Original Message- From: Stéphane Pinel [mailto:[EMAIL PROTECTED]] Sent: 11 October 2002 12:10 To: [EMAIL PROTECTED] Subject: Re: [PHP] Updating session variables (resolced: shame on me)

RE: [PHP] DB speed

2002-10-10 Thread Simon Taylor
Well obviously - cos MySQL rocks!!, but seriously I also did some tests and got variable results from different db's - even got an odbc connection to access to run faster than mysql at one stage!! - something tells me there are other factors contributing.. Cheers Simon -Original Message-