[PHP] PHP/Java: Type Casting

2002-09-27 Thread Gardner Lloyd Bickford III
as derived class per = (GenericProxy)tcpb.simpleCreateObject(Person, 0, null); // php code used to call simpleCreateObject() $per = $tcpb-simpleCreateObject('Person', 1, null); How can I cast $per as a different class? Thank you, Gardner -- Gardner Lloyd Bickford III TriAxial Data Systems

[PHP] Re: quick mysql question

2002-09-27 Thread Gardner Lloyd Bickford III
server running on the box. Cheers, Gardner Doug Parker wrote: where can i find info on setting up a mysql database on a remote server? i know how to set them up on a local machine, but i can't figure out how to get to the command line setting on a remote server... -- Gardner Lloyd Bickford