Re: [PHP] how do I make a script wait ?

2004-04-13 Thread Damian Brown
n_time in the php.ini file), so unless you have changed this, you might be running into the maximum run time. -- David Risner On Tue, 13 Apr 2004 04:06:51 +0100, "Damian Brown" <[EMAIL PROTECTED]> said: > The code is shown below > there is now a delay before the page is dis

Re: [PHP] how do I make a script wait ?

2004-04-12 Thread Damian Brown
ED]> wrote in message news:[EMAIL PROTECTED] > Hey, > Use the sleep() function. > > Cheers, > -Ryan > > On 4/13/2004 4:42:56 AM, Damian Brown ([EMAIL PROTECTED]) wrote: > > I am writing a script that searches through a database table, and then > > there > > is

[PHP] how do I make a script wait ?

2004-04-12 Thread Damian Brown
I am writing a script that searches through a database table, and then there is an array function below the searching, but the array function gets executed before the database table searching finishes and I want it to wait until the database has been searched before executing the array code Thanks

[PHP] SOLVED:Re: [PHP] timestamp to readabe date and time ?

2004-04-10 Thread Damian Brown
problem was solved by using substr() on the timestamp -- www.phpexpert.org/truefaith.htm "True Faith is not just when you believe in God and yourself, it is when others begin to believe in you as well" - Damian John Paul Brown 2004 "Damian Brown" <[EMAIL PROTECTED]> wr

[PHP] SOLVED:Re: trying to output a hyperlink

2004-04-10 Thread Damian Brown
$link = $link . $row[2] . '">' ; > > $link = $link . '' ; > > echo $link ; ?> > > Turns into: > > $link .= $row[2] . '">'; > $link .= 'Click here'; > echo $link; ?> > > Althou

[PHP] trying to output a hyperlink

2004-04-10 Thread Damian Brown
' ; $link = $link . '' ; echo $link ; ?> is not working, I want to output $row[2] as a hyperlink as it is the refering URL, but the above is just showing blank in the output, with no link and no text in the output table -- www.phpexpert.org/truefaith.htm "True Faith is n

[PHP] Re: timestamp to readabe date and time ?

2004-04-10 Thread Damian Brown
believe in you as well" - Damian John Paul Brown 2004 "Andy Ladouceur" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > And these are UNIX timestamps? Odd. I can't see date giving the wrong > output, could you post the timestamp you're using? &g

Re: [PHP] timestamp to readabe date and time ?

2004-04-10 Thread Damian Brown
asics -- www.phpexpert.org/truefaith.htm "True Faith is not just when you believe in God and yourself, it is when others begin to believe in you as well" - Damian John Paul Brown 2004 "Ryan A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On 4/11/

[PHP] Re: timestamp to readabe date and time ?

2004-04-10 Thread Damian Brown
> The second parameter of PHP's date() function takes a timestamp as an > argument, this may be what you're looking for? > > Andy > > Damian Brown wrote: > > I need to output a date and time that shows more clearly than just > > outputting the timestamp >

[PHP] timestamp to readabe date and time ?

2004-04-10 Thread Damian Brown
I need to output a date and time that shows more clearly than just outputting the timestamp what is the correct way to go about it ? I have looked at getdate(), but I haven't fathomed it out yet ! -- www.phpexpert.org/truefaith.htm "True Faith is not just when you believe in God and yourself, it

[PHP] timing a session

2003-08-23 Thread Damian Brown
Hi, i haven't looked into it properly yet, but is there a way in PHP of recording the length of time a visitor stays on your website i can record the entry, but i don't know how to record the exit time Regards, Damian www.phpexpert.org UK FREEphone 0800 019 0924 -- PHP General Mailing List (htt

[PHP] Thank You

2003-08-21 Thread Damian Brown
Hi, i would just like to thank all the programmers who have registered with me over the past 2 days i now have programmers who are willing to help from all corners of the world from places such as America, Canada, Iceland, Slovenia, UK England, and Indonesia if you would like to register then pl

[PHP] PROGRAMMERS Wanted

2003-08-20 Thread Damian Brown
Hi, i would just like to clarify a few points i will be taking on programmers from the 12 Dec 2003 and paying a rate of $30 per hour or £20 per hour which i think is a fair rate, as a programmer in my hometown of Blackburn UK is charging this rate if you would like to chat about the project that

Re: [PHP] CHAT about PHP

2003-08-20 Thread Damian Brown
no Curt it is quite serious Curt Zirzow <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > * Thus wrote Damian Brown ([EMAIL PROTECTED]): > > www.phpexpert.org > > Programming Help > > and General Programming Topics > > Is this a joke? > &g

[PHP] Re: CHAT about PHP

2003-08-20 Thread Damian Brown
should be www.phpexpert.org/chat/ Damian Brown <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > www.phpexpert.org > Programming Help > and General Programming Topics > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] CHAT about PHP

2003-08-20 Thread Damian Brown
www.phpexpert.org Programming Help and General Programming Topics -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php