Re: [PHP] display settings

2003-12-09 Thread Tyler Lane
/4.0 (compatible; MSIE 5.01; Windows NT 5.0) is there one that will recover the display settings of the user? Matt -- Tyler Lane [EMAIL PROTECTED] Lyrical Communications -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Find the last friday of each month.

2003-10-26 Thread Tyler Lane
OrangeHairedBoy wrote: Hi all, I'm trying to write a script to get the next last friday of the month and I am failing miserably. It keeps giving me October 10th. So, I scrapped it. Basically, I just want to show what the last friday of the month is, and if that date has already passed, show the

Re: [PHP] Read a PDF File using php

2003-10-01 Thread Tyler Lane
)){ $filepath =docs/any_file.pdf; -- Tyler Lane [EMAIL PROTECTED] Lyrical Communications -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What to use?

2003-09-25 Thread Tyler Lane
with my current output Please help. Thanks, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com -- Tyler Lane [EMAIL PROTECTED] Lyrical Communications -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Remove vars from memory?

2003-09-05 Thread Tyler Lane
... ... ? or I must use allways unset()? yes, you must use unset() to remove a variable, otherwise it will stay for the duration of the script. Thanx Emo -- Tyler Lane [EMAIL PROTECTED] Lyrical Communications signature.asc Description: This is a digitally signed message part

Re: [PHP] syntax error using header and SID

2003-09-04 Thread Tyler Lane
://mail.messenger.yahoo.co.uk -- Tyler Lane [EMAIL PROTECTED] Lyrical Communications signature.asc Description: This is a digitally signed message part

Re: [PHP] XML Parsing

2003-07-17 Thread Tyler Lane
for the length of this email. I did my best to make it short. -- Tyler Lane [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [PHP] Month loop

2003-06-19 Thread Tyler Lane
the month names (i.e. January, February)? -- Tyler Lane [EMAIL PROTECTED] signature.asc Description: This is a digitally signed message part

Re: [PHP] Reporting tools for PHP?

2003-01-30 Thread Tyler Lane
Crystal Reports. Thanks denis -- Tyler Lane [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reporting tools for PHP?

2003-01-30 Thread Tyler Lane
the OS projects...make a donation. John Tyler Lane said: On Thu, 2003-01-30 at 08:57, Denis L. Menezes wrote: hello Friends? Is there any reporting toold for PNH/MySQL like there is Crystal Reports etc? Do you mean PHP/MySQL? if that is the case, why not use Crystal Reports

RE: [PHP] Looking for an open source PHP editor on linux

2002-10-25 Thread Tyler Lane
I would also recommend jedit. It is a VERY nice IDE. Supports a TON of language, any operating system that supports Java, syntax highlighting. etc. Tyler Lane [EMAIL PROTECTED] On Fri, 2002-10-25 at 04:14, Clint Tredway wrote: Have a look at www.jedit.org This editor is not specific to PHP