[PHP] Parsing RSS

2001-12-03 Thread Tom Malone
Hi to all Does anyone know of any good books or online tutorials on parsing RSS feeds with PHP (or parsing XML in general in PHP)? Tom Malone Web Designer http://www.tom-malone.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] PHP and XML

2001-11-29 Thread Tom Malone
Can anyone recommend a good book on XML, maybe from a PHP perspective? Tom Malone -- 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]

[PHP] IMAP - create user?

2001-09-23 Thread Tom Malone
Is there a way to create a new user with an email address on my mail server (for a web mail app i'm writing) using an IMAP or some other PHP function? Tom Malone Web Designer http://www.tom-malone.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [PHP] Re: code check

2001-08-24 Thread Tom Malone
would view source on it to determine if it worked by checking the font tags for face=geneva? I could compensate you by being extremely nice to you for the rest of your life... =) Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: Gabe da Silveira [mailto:[EMAIL

[PHP] code check

2001-08-23 Thread Tom Malone
, $HTTP_USER_AGENT) || preg_match(/ppc/i, $HTTP_USER_AGENT) || preg_match(/PowerPC/i, $HTTP_USER_AGENT)): $basefont = Geneva; else: $basefont = Verdana, Helvetica, Serif; endif; It doesn't return an error, but that doesn't mean it works. I really appreciate your help. TIA Tom Malone Web Designer

RE: [PHP] Fwd: BadBlue v1.02 beta for Windows 98, ME and 2000 .php Source Code Disclosure Vulnerability

2001-08-22 Thread Tom Malone
This is not an issue if you're site is using Apache, correct? Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: Kurth Bemis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: [PHP] Fwd: BadBlue v1.02 beta

RE: [PHP] Dnsquery

2001-08-17 Thread Tom Malone
I don't know if this will be helpful or not - I found it in the manual: [EMAIL PROTECTED] 25-Oct-2000 03:16 system() function doesn't return a string value, if you want to assign the output of a system command, try using: $a = `/bin/ls -a`; note the ` is a backtick, not a single quote Tom

Re: [PHP] Large sites that use PHP

2001-08-17 Thread Tom Malone
how about ScreamingMedia http://www.screamingmedia.com Tom Malone Web Designer http://www.tom-malone.com -- 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

[PHP] PHP on client-side

2001-08-16 Thread Tom Malone
know I can't be the first person to think about this, but I've searched and can't find anything about it. Any ideas/suggestions/resources? Tom Malone Web Designer http://www.tom-malone.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] PHP on client-side

2001-08-16 Thread Tom Malone
I don't think PHP-GTK does that, does it? Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: Bruin, Bolke de [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 8:22 AM To: '[EMAIL PROTECTED]'; PHP Users Subject: RE: [PHP] PHP on client-side Euhum what

RE: [PHP] PHP on client-side

2001-08-16 Thread Tom Malone
Do you think it's feasible to do that? Has anyone discussed it before? Are there any initiatives? Tom Malone Web Designer http://www.tom-malone.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pavel Jartsev Sent: Thursday, August 16, 2001 10:08 AM

[PHP] Putting Include files outside of document root

2001-08-16 Thread Tom Malone
/ actually the document root? Tom Malone Web Designer http://www.tom-malone.com -- 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]

[PHP] PHP on client-side

2001-08-15 Thread Tom Malone
know I can't be the first person to think about this, but I've searched and can't find anything about it. Any ideas/suggestions/resources? Tom Malone Web Designer http://www.tom-malone.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Re: Attitude of B van Ouwerkerk

2001-07-31 Thread Tom Malone
. Here are some useful resources I turn to when I'm seeking a PHP-related answer: www.phpbuilder.com www.webreference.com www.webmonkey.com www.devshed.com www.weberdev.com Tom Malone http://www.tom-malone.com On Tuesday 31 July 2001 3:05, you wrote: I've just looked at his emails

[PHP] Apache/phpinfo

2001-07-24 Thread Tom Malone
How can you tell if your host has PHP installed as mod_php or in CGI mode on the webserver (Apache in my case)? Is it in phpinfo.php? If so, where - I couldn't find it... Thanks Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Tom Malone
I am almost positive this is not possible with JavaScript or even VBScript. It might be possible with Visual Basic, but again - why would you want to do that? Tom -Original Message- From: kath [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 8:39 AM To: Mihailo Dzigurski Cc:

[PHP] encryption

2001-07-19 Thread Tom Malone
on the client side before being sent over the Internet (which would make this function unnecessary). I am pretty new to PHP and absolutely clueless as far as encryption/algorithims are concerned. Could anyone possibly point me to a viable solution for this problem? Thanks in advance! Tom Malone

RE: [PHP] encryption

2001-07-19 Thread Tom Malone
the only thing that ever gets transmitted is an md5 hash =P Sheridan - Original Message - From: Jeff Bearer [EMAIL PROTECTED] To: Tom Malone [EMAIL PROTECTED] Cc: PHP Users [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 12:17 PM Subject: Re: [PHP] encryption I'd use the password

[PHP] PHP vs Perl question

2001-07-18 Thread Tom Malone
is to learn and use? Someone I know told me not to bother, but I just wanted a second opinion. (BTW - if you think it is worthwhile to learn Perl, what is a good book to begin with?) Thank you! Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Re: a good PHP editor

2001-07-18 Thread Tom Malone
How weird. I have an old computer windows Win 98 with only 64M RAM and I've never had any problem with Homesite. I'm always running it and at least 2-4 browser windows and Eudora with no problems. Perhaps I've just been lucky, but I've been using Homesite since it was shareware. :) HomeSite

[PHP] Re: PHP vs Perl Question

2001-07-18 Thread Tom Malone
I haven't been to Barnes Noble yet, so I'm not sure if I will get the O'Reilly or the Wrox book yet, but supposing I went with O'Reilly, I wonder which would be better: Learning Perl 3rd Edition, or Learning Perl on Win32 Systems? I don't have much experience with Unix or Linux (minimal), but on

[PHP] Strange wierd problem

2001-07-16 Thread Tom Malone
I am using sessions to track visitors to my site, and one of the things I'd like to do is add a time-stamp to each entry in my MySQL database. The problem is that, for some reason, the time-stamp part only seems to work part of the time. I know it can't be, but it almost seems arbitrary - i

[PHP] Session Question

2001-07-15 Thread Tom Malone
- can anyone help me find a solution/workaround? Thanks, Tom Malone -- 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]

[PHP] Re:[PHP] Session Question

2001-07-15 Thread Tom Malone
Thanks Christopher! I chmoded the directory to 777 like you said, and it worked fine, but then I took your advice regarding security and put all the data in a MySQL database. Thank you very much for your help! Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] Confusion abounds here

2001-07-15 Thread Tom Malone
cache limiter - headers already sent (output started at /home/tgmalone/public_html/admin/logs.php:1) in /home/tgmalone/public_html/admin/logs.php on line 1 but I'm not trying to send any headers! (or am I?) Confused! Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

[PHP] Re: Confusion abounds here

2001-07-15 Thread Tom Malone
Thanks Maxim and Inercia - you were both right - somehow an extra space was put in before the ? when I did the search and replace. Thank you! Tom Malone -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] HTTP Authorization

2001-07-13 Thread Tom Malone
Call me stupid, because this may be a stupid question, but I have searched all over for the answer and cannot find it. How can you get the username and password from HTTP_AUTH_USER or another environment variable in PHP? I need to determine who is logging in so I can connect to the correct

[PHP] Protecting a directory

2001-07-12 Thread Tom Malone
I hope this is the appropriate place for this post - I apologize in advance if I'm stepping on any toes... I have created a database to manage my contacts in a sub-directory of my site. I used php user authentication to protect the directory, but you can still see the directory index by entering