RE: [PHP] PHP Error

2001-04-23 Thread jessica
Yeah right... Sure, we can use ob_start(), but the poster of original message apparently does not make any use of these functions , therefore his problem is easily solvable by just keeping track of output start rather then creating a whole buffering system. After all, why would you use some str

[PHP] Re: Job Opportunity

2003-01-20 Thread Jessica Gillert
up with you as soon as I hear back. Please give me an idea of what might work best for you so I can coordinate accordingly. Thanks! Jessica Jessica K. Gillert Account Manager Hall Kinion ... "The Talent Source for Emerging Technologies" www.hallkinion.com 801.322.2225 x206 801.322.2205 fax

[PHP] problem with a while loop

2004-05-06 Thread Jessica Mays
of different things which all lead to the second row endlessly repeating or the page not loading at all. Any ideas? Please email me directly since I am on the digest. Thanks Jessica (Also, I am new to this list and if this email is in the wrong format I apologize.) CODE : $query = "s

[PHP] Passing values to PHP

2004-03-30 Thread Ciemny, Jessica
ile here for reference: HTML FILE - Please enter your name: PHP FILE (Doesn't Work) - PHP FILE (Does Work) - So I guess my question ultimately is, what are the different ways in which form data can be passed to a PHP script? Thanks you, Jessica --

[PHP] php/perl module

2001-07-18 Thread jessica lee tishmack
Is there any way for php to call a perl module? If so, would I need to do some sort of include (like the Perl "use THIS;")? I don't know if this can even be done, but thanks in advance. Jessica -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] set var in PHP

2001-07-18 Thread jessica lee tishmack
In html, I can do How do I do this in PHP? Thanks, Jessica -- 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] set var in PHP clarified

2001-07-18 Thread jessica lee tishmack
Thanks for the prompt replies...but I think I should clarify... In regular html, I would do this: and header.html would have in it (among other things): So, the title of the webpage would be "some title here"... How can I accomplish the same thing in PHP? Thanks, Jessica