Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread Shivanischal A
> On Thursday 03 July 2003 16:37, Shivanischal A wrote: > > Hi Edwin, > > > > Let me restate my question... > > > > I'm now replying to ur mail. I've left ur message to me untouched. > > (whatever follows '- Original Message - ')

[PHP] Re: mail + regex + somethoughts

2003-07-03 Thread Shivanischal A
e storing the actual responses. I'm sorry for the confusion arising coz of incorrect statement. Thanks and Regards, -shiva - Original Message - From: "- Edwin -" <[EMAIL PROTECTED]> To: "Shivanischal A" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

[PHP] mail + regex + somethoughts

2003-07-02 Thread Shivanischal A
Hi friends, I was just wondering about this. Whenver we reply to the posts here, we just click on the reply button and fire off our messages. This results in long messages (fresh content + earlier content) within a single mail. Now, the question is how would we use the regex functions to remove th

[PHP] Re: php - printer button

2003-07-01 Thread Shivanischal A
hi, PHP dos have some printer_* functions. had a look? :-) -shiva <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Dear all, > > I have research about library automation engine in my library. > developing on PHP + MySQL > We need to develop printer utility at some module to get pr

Re: [PHP] Re: Form 2 PDF 2 Form

2003-07-01 Thread Shivanischal A
anks again, will take it up with you again ( need some more input on > this PDF thing to get some balanced views) > > PS, if you have experience with using this method, I would appreciate it > if you could let me have your "field notes" and how successfull it's > w

[PHP] Re: Form 2 PDF 2 Form

2003-07-01 Thread Shivanischal A
hi, seems u have complicated task on hand mate. cant u simply consider span the user input over multiple pages? i mean using 2 or more form on different pages instead of a single form on one single page. if this cant be done, we'll think of other measures. but this is by far the most simple method

[PHP] Re: Subtracting dates in php

2003-06-30 Thread Shivanischal A
try http://www.phpclasses.org -shiva "Mike Mannakee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone know of an easy way to add or subtract dates in php the way you can > in mysql? Easier, that is, than coding the logic by hand? This seems like > a total pain. > > Mike >

[PHP] Re: need help w/ sql query - update and select at once

2003-06-30 Thread Shivanischal A
you probably cant ge this to work in MySQL. try creating a temporary table "Shivanischal A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > you probably cant ge this to work in PHP. try creating a temporary table > > -shiva > > > <[EMAIL PROTE

[PHP] Re: need help w/ sql query - update and select at once

2003-06-30 Thread Shivanischal A
you probably cant ge this to work in PHP. try creating a temporary table -shiva <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi i'm trying to get this sql query to work, i'm trying to update and > select at the same time, i'm not even sure if this is even possible > > update db

[PHP] Re: Small Error in Login Script

2003-06-30 Thread Shivanischal A
hi, this is what i found... -- "; if(!isset($_SESSION['validuser'])) $_SESSION['validuser'] = $_POST['validuser']; } else{ echo "Please try again later"; } } ?> ADMIN-LOGIN

[PHP] Re: please help

2003-06-30 Thread Shivanischal A
> is the culprit. instead use what u missed were the double quotes around the value. u HAVE TO do that for values with space in between . regards, -shiva "Nabil" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have a form like: > > > . > . > while($row = mysql_fetch_array(