RE: [PHP] Easy HTML PHP question

2001-03-29 Thread Paulson, Joseph V. \Jay\
Yeah that would work if I knew how to do that? Any suggestions on how to go about doing that? Thanks, Jay -Original Message- From: Tim Ward [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 1:59 AM To: 'Fabian Raygosa'; Paulson, Joseph V. "Jay"; [EMAIL PROTECTED] S

RE: [PHP] Easy HTML PHP question

2001-03-29 Thread Paulson, Joseph V. \Jay\
You are a God! :) It works great! Is there any chance I could get you to make some suggestions on some good javascript books or web sites? Jay -Original Message- From: Tim Ward [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 9:28 AM To: Paulson, Joseph V. "Jay"

[PHP] Easy HTML PHP question

2001-03-28 Thread Paulson, Joseph V. \Jay\
Hello everyone- I have a pretty easy question that I can't seem to answer myself so I'm coming to you all. Below you'll see some html code for a form. Now what happens is that when I click on one of the images to submit the form (either on the update_event.gif image or the delete_event.gif

[PHP] Calling Java inside PHP

2001-03-07 Thread Paulson, Joseph V. \Jay\
Hello everyone- I was wondering if anyon has gotten PHP to call a Java class in a Unix enviroment? If so what are your settings in the php.ini file etc. Thanks for any help! Jay Paulson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] Text and formating

2001-03-07 Thread Paulson, Joseph V. \Jay\
or you could just call the nl2br() function to do the same thing... Jay Paulson Developer, Web Technologies Viatel, Inc. -Original Message- From: Hoover, Josh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 11:22 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE: [PHP]

[PHP] Browser?

2001-02-26 Thread Paulson, Joseph V. \Jay\
Is there a way to tell what browser is being used by the client in php? Thanks, Jay -- 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 not sending email

2001-02-08 Thread Paulson, Joseph V. \Jay\
Hello everyone- I'm having a small problem with PHP not sending email anywhere using the mail() function. Here are my settings for sending mail in the php.ini file (PHP version 4.03pl1 - OS Solaris) [mail function] SMTP= localhost ;for win32 only

[PHP] PHP conventions or classes

2001-01-22 Thread Paulson, Joseph V. \Jay\
Hello everyone-- Does anyone know where I can find information about training classes for php or conventions that are taking place? I'd like to know so I can start attending these functions. Thanks, Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [PHP] PHP conventions or classes

2001-01-22 Thread Paulson, Joseph V. \Jay\
:37 AM To: Paulson, Joseph V. "Jay" Cc: [EMAIL PROTECTED] Subject: Re: [PHP] PHP conventions or classes Does anyone know where I can find information about training classes for php or conventions that are taking place? I'd like to know so I can start attending these functions. W

[PHP] Easy MySQL question

2001-01-11 Thread Paulson, Joseph V. \Jay\
Hello everyone-- I've got a easy question that I can't seem to answer for myself. I'm running a query in MySQL and want to know how many entries are in a table and then echo that out onto a page. I thought this would be easy but I don't know why it's not working. Anyway, here's what I am