[PHP] Re: quick mysql question

2002-09-27 Thread Gardner Lloyd Bickford III
a ssh or telnet 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 re

[PHP] PHP/Java: Type Casting

2002-09-27 Thread Gardner Lloyd Bickford III
to cast return type 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