[PHP-WIN] Re: bar graph gd

2004-12-14 Thread Rob Adams
"Jm" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi guys: > I'm using php5 on winxp with IIS. I'm trying to run a simple bar graph > demo found it on phpbuilder site. When I run it I get nothing but an x in > the top left corner of my web page(no errors nothing). Are you sure

Re: [PHP-WIN] best php editor?

2003-11-04 Thread Rob Adams
Another vote for UltraEdit. Great macroing and it's column mode is the best I've seen. -- Rob "Francesco Marsan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Or Ultraedit. Super-fast. -Messaggio originale- Da: Luis Moreira [mailto:[EMAIL PROTECTED] Inviato: martedì 4 n

Re: [PHP-WIN] Re: how to establish relationship in Mysql

2003-08-21 Thread Rob Adams
___ > ----- Original Message - > From: "Rob Adams" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 21, 2003 5:41 PM > Subject: [PHP-WIN] Re: how to establish relationship in Mysql > > > > "Thomas Edw

[PHP-WIN] Re: how to establish relationship in Mysql

2003-08-21 Thread Rob Adams
"Thomas Edward Lawrence" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > May it establish relationship in Mysql as if we can establish relationship > between tables in Access ? If can , please tell me , I use php Myadmin and > EMS Mysql manager version 2.5 , thank you . > > If you're

[PHP-WIN] Re: Store array in mysql?

2003-08-21 Thread Rob Adams
"Disko_kex" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > If I have a normal array like "Array ( [0] => 1 [1] => 3 [2] => 82 )" , > and want to store the array in a mysql table and then want to use it. > How can I do? > > // jocke > There are at least two ways you can do this. If

[PHP-WIN] Re: Main Directory and E_mail Extractor

2003-08-14 Thread Rob Adams
"Michael Bao" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > require ("d:/iis/www3/lib/common/auth.inc"); > > require ("/lib/common/auth.inc"); I need. > > > > When I want to include some file, I must key in the absolute directory. So I change include_path line to "include_path = d

[PHP-WIN] Re: Session not working

2003-07-30 Thread Rob Adams
"Voodoo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm using a local Apache 1.3 server on WinXP, and I've gotta test some php > scripts at home, can't publish them. I'm trying to set some session vars, > but the variables simply disappear when I try to use them again. Made the >