Re: [PHP-WIN] Newcomer

2005-05-02 Thread Randy Clamons
. If your server is not heavily loaded, the amount of time may not be significant. "A" might provide better performance as it switches context only once. "B" might be easier to maintain as it will 'look' more like html to the programmer. Randy Clamons Sys

Re: [PHP-WIN] new column in mysql

2005-04-29 Thread Randy Clamons
Ross, How are you inserting the data into your mySql table? If you create your table definition before you insert the data, the column data will be filled in for you. Randy Clamons Systems Programming Novaspace.com > Original Message > From: "Ross Hulfo

Re: [PHP-WIN] Validation of Primary Key Datetime variable

2005-02-28 Thread Randy Clamons
wish? Randy Clamons Systems Programming Novaspace.com > Original Message > From: "S.D.Price" <[EMAIL PROTECTED]> > To: "php-windows" > Date: Mon, Feb-28-2005 6:18 AM > Subject: [PHP-WIN] Validation of Primary Key Datetime variable &g

Re: [PHP-WIN] Re: Cookie Problems on Localhost

2005-02-25 Thread Randy Clamons
. Your browser will figure out where to send it. If you are developing an application that will run on multiple servers, you have a more complicate problem. In that case I would recommend connecting using a private IP address (example: 192.168.0.0-255). It would also be helpful to run a DNS n

Re: [PHP-WIN] Re: Time limit in the script

2005-02-17 Thread Randy Clamons
y one form on the page. If your multiple choice test is several pages long, your problem is more complicated. Randy Clamons Systems Programming Novaspace.com > Original Message > From: "Reptilevl" <[EMAIL PROTECTED]> > To: php-windows@lists.php.n

Re: [PHP-WIN] form not parsing php code?

2005-02-10 Thread Randy Clamons
the second tag. This should allow your users to upload a file. Randy Clamons Systems Programming Novaspace.com > Original Message > From: Patrick Roane <[EMAIL PROTECTED]> > To: php-windows@lists.php.net > Date: Thu, Feb-10-2005 12:12 PM > Subject: [

RE: [PHP-WIN] Output Image from Db to Browser

2005-01-18 Thread Randy Clamons
Mike, I'm wondering, are you trying to send the image inline with the rest of the page, or is it response to an img tag? Randy Clamons Systems Programming Astro-auction.com > Original Message > From: "Wagner, Aaron" <[EMAIL PROTECTED]> >

Re: [PHP-WIN] including an HTML file

2005-01-17 Thread Randy Clamons
just have to pick one that suits your needs. Randy Clamons Systems Programming Astro-auction.com > Original Message > From: The Disguised Jedi <[EMAIL PROTECTED]> > To: php-windows@lists.php.net > Date: Sun, Jan-16-2005 2:28 PM > Subject: Re: [

Re: [PHP-WIN] including an HTML file

2005-01-15 Thread Randy Clamons
case $pattern ="//si"; preg_match($pattern, $contents, $matches) ; // $matches is an array with one element echo $matches[0] ; Randy Clamons Systems Programming Astro-auction.com > Original Message > From: "Gaetano Savoca" <[EMAIL PROTECTED]>

RE: [PHP-WIN] Reg Ex help

2005-01-13 Thread Randy Clamons
Aaron, is_string() will return true even if there are no alphanumeric characters in the variable, even if the variable is empty. My best guess is that is_string() will not work in this case. Randy Clamons Systems Programming Astro-auction.com > Original Message >

Re: [PHP-WIN] This is a tricky one

2005-01-13 Thread Randy Clamons
Louis, Try using $_SERVER['REQUEST_URI']. That will tell you the name of the page requested. Randy Clamons Systems Programming Astro-auction.com > Original Message > From: Louis Young <[EMAIL PROTECTED]> > To: php-windows@lists.php.net, [EMA

Re: [PHP-WIN] SQL syntax question

2005-01-10 Thread Randy Clamons
Anne, Actually, you can group by a foreign table. When you say "it breaks", what exactly do you mean? What results do you get? What results did you expect? What is your MySql version? This question should probably be submitted to one of the MySql lists, but I'll help you i

Re: [PHP-WIN] Re: Update to version 2.3.10

2004-12-22 Thread Randy Clamons
u're missing upgrade of ZendOptimizer (written in big red letters on > the > downloads page :) > > Edin > > > "Randy Clamons" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Using Win2K, IIS 5.0, PHP 2.3.10. > > After updati

[PHP-WIN] Update to version 2.3.10

2004-12-21 Thread Randy Clamons
;r") ) { ... blah blah ... } } Warning: fopen() expects parameter 1 to be string, array given in auction.php on line 35 What am I missing? Randy Clamons Systems Programming Astro-auction.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php