RE: [PHP] email forms

2001-06-19 Thread Philip Olson
On Tue, 19 Jun 2001, Jason Murray wrote: > Hi tim, > > Change this: > > > mail($toaddress, $subject, $mailcontent, $fromaddress); > > mail ($toaddress, $subject, $mailcontent, > "From: Real Name <$fromaddress>\nReply-to: $fromaddress\n"); Yeah, notice where you'll be adding various

[PHP] Problem with MySQL String limits?

2001-06-19 Thread Null
In a script I have an update query adding on to a LONGTEXT field in my database. Strangely it will no longer work after seemingly random string lengths. So far, one row stopped adding at 440 bytes and another at 1049 bytes.   mysql_query("UPDATE dod_news SET Comments='$comments', NumComments

[PHP] PHP Support (was: Re: SV: [PHP] Re: Lists are back up)

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 11:20, Mattias Segerdahl wrote: >For all those that's seeking support for php, there are two options, >zend.com sells SOS, you could also join #php on efnet for help.. I doubt #php would attract the big bad corporations using php, I've seen people give rm -rf / millions of times on

[PHP] PHP Discussion Forums ?

2001-06-19 Thread Rob Goodwin
Can someone here tell me who is responsible for the set up and maintenance of the PHP forums? I've yet to find anyone who does it better and I'd like to do something similar for the site I am responsible for. That is, the way the NNTP, mailing list and digest all works together so nicely. Ide

[PHP] PHP with JAVA support

2001-06-19 Thread Robert Vetter
Hello, I'm trying to run PHP with Java support and don't get it to work. First I compiled PHP '--with-java=/usr/local/jdk1.2.2/'. Then I added this to the PHP.ini file: [Java] java.home=/usr/local/jdk1.2.2 java.class.path=/usr/local/lib/php/extensions/php_java.jar:/usr/local/jdk1.2.2/src.jar jav

Re: [PHP] Starting session

2001-06-19 Thread Andrew Halliday
Just make it so that a successful login process involves setting a session variable. In all pages that require a login, check that the session variable exists. In any other pages, just ignore it. Simple as that! Now just read the php documentation on how to do it ... (ie using the session_* comma

Re: Re[2]: [PHP] variables in a e-mail

2001-06-19 Thread Steve Werby
"Richard Kurth" <[EMAIL PROTECTED]> wrote: > This is pretty much what I want to do. I want to have a e-mail script > in my application and have it so the user can customize the e-mail that > is sent out in a configure file. Say he wants to send a recurring bill > to his customers and he wants it t

Re: [PHP] auto index in Apache

2001-06-19 Thread Meir kriheli
On Tuesday 19 June 2001 19:03, Zhu George-CZZ010 wrote: > Please excuse me to post this Apache related question here, but I think > most of you might be very familiar with Apache web sever and I couldn't > find a Apache forum. > > In Apache, The index of a directory can come from one of two so

[PHP] Want To Know about Databse Connection

2001-06-19 Thread Manisha
Hi, We are developing web application. The client wants it to get connected to their central database server in USA. Web server is in Singapore. Web server configuration - Situated in Singapore, unix / php / mysql - this database is only for some special cases where application does not requ

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Andrew Hill
Jack, Check out www.interakt.ro Best regards, Andrew > -Original Message- > From: Jack [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 6:45 AM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP Interact with DreamWaver > > > Dear All > I'm fresh on the php, but i just want to ask

RE: [PHP] [php]using sendmail with php

2001-06-19 Thread Chris Cocuzzo
the problem is that you get an email saying unauthorized user or something like that, as the "from" field of the email, or you get the email in the regular way, and then ANOTHER email with the unauthorized user crap -Original Message- From: Jamie Thompson [mailto:[EMAIL PROTECTED]] Sent:

[PHP] MySQL -> Quicken

2001-06-19 Thread Joseph Koenig
I've got a client who wants to be able to export some stuff from a MySQL database in a format that Quicken can import to print some checks. Is this possible? From what i've seen, Quicken takes a proprietary format. Any info would be appreciated. Thanks, Joe

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Peter Houchin - SunRentals Australia
There is some very basic PHP extensions on the DW & UD exchange site .. I have used mainly DW4 with php & no problems.. however I must also say I do the bulk of my php coding in Homesite 4.5 & from there go in to dw Peter -Original Message- From: rm [mailto:[EMAIL PROTECTED]] Sen

Re: [PHP] Turning Off Headers

2001-06-19 Thread Rasmus Lerdorf
> Is there any way to tell PHP to NOT produce a Mime Header? > > None, none at all... Not a Content-type:, nothing... For the CGI version use php -q For the module version it isn't PHP sending the content-type, it is Apache. And no, there is no way to stop Apache from sending a content-type as

[PHP] inserting a variable into a variable

2001-06-19 Thread Hasan Niyaz
Hello all, I have come to a situation where i am having a variable inside another variable. for example. $rm_$cat_adt The above is a variable and $cat is again another variable This does not work.. Need some help! Thanks, Hasan

RE: [PHP] PHP Interact with DreamWaver

2001-06-19 Thread Bart A. Verbeek
Hi, No you don't need to set anything. Just define a (primary) code-editor (I use the well known Notepad and Write for bigger files), and tell Dreamweaver not to edit code in files with extensions .php(3/4) and .inc and other used php-extensions. Using DW4 myself to -> works very well, also with

Re: [PHP] Pie Charts & Bar Charts & Line Charts...

2001-06-19 Thread Manisha
Use Macromedia's Generator 2.0 along with flash 5.0. This gives ability to connect to database - php with flash object. manisha At 08:45 AM 6/12/01 -0700, Karl J. Stubsjoen wrote: >Hey Guys, > >Anyone have any good starting points for delivering charts on the web? > >Thanks a bunch. > > >Karl

Re: [PHP] HELP problems running PHP4 script in CRON

2001-06-19 Thread Julia A. Case
I think your troubles are that you need a #!/path/to/php or you can start it with php -f file.php Julia Quoting Splashy ([EMAIL PROTECTED]): > Hi, > > Please find script below and hopefully tell me why when I run it over the > web it works perfectly but when I run it using cron or in a telnet

[PHP] how to delete cookies

2001-06-19 Thread Tom Beidler
I have a site that is password protected using PHP and MySQL. I would like to give people the option to log out. I've tried to set the cookie without setting the time but that only deletes the cookie when the browser session ends. Is there a way to delete it all together? >>.>>.>>>.>.

[PHP] Delete me in the mail group

2001-06-19 Thread ??
Dear Sir, Can you delete my email address in the mail group? Thanks!

<    1   2