[PHP] oop problems code

2003-09-18 Thread ORLANDO POZO
Hello, mailing list, I have problem with this oop code: ? class Person { var $name, $address, $age; function Person($name, $address, $age) { $this-name = $name; $this-address = $address; $this-age = $age; } } Class Employee extends Person { var $position, $salary; function

[PHP] Oracle8i PEAR Connection problem

2003-09-15 Thread ORLANDO POZO
Hello, mailing-list people, I need help about connect the RDBMS Oracle8i through PEAR library, look this code htmlheadtitleTest DB Class - PEAR/title/head body table border=1 trthNAME/ththPHONE/ththADDRESS/th/tr ?php //connect require_once('DB.php'); $db =DB::connect(oci8://system:[EMAIL

[PHP] Oracle 8i problem connection with pear

2003-09-15 Thread ORLANDO POZO
Hello, mailing-list people, I need help about connect the RDBMS Oracle8i through PEAR library, look this code htmlheadtitleTest DB Class - PEAR/title/head body table border=1 trthNAME/ththPHONE/ththADDRESS/th/tr ?php //connect require_once('DB.php'); $db

Fw: [PHP] php editor?

2003-06-15 Thread ORLANDO POZO
Try to these PHP development environment: * Nusphere Studio * Zend Studio * Maguma Studio hello all people in the PHP mailing list, bye. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Win95 - PHP - Apache - MySQL

2003-04-04 Thread Orlando Pozo
Hello people, greet for all I tried to install these: Win95 as operating system PHP as parser Apache as Web server Mysql as DB server I tried to configure these platforms, and when I write http://localhost , it doesn't work, I think the problem is the web server, but I don't understand

[PHP] Win95 - PHP - Apache - MySQL

2003-04-04 Thread Orlando Pozo
Hello people, greet for all I tried to install these: Win95 as operating system PHP as parser Apache as Web server Mysql as DB server I tried to configure these platforms, and when I write http://localhost , it doesn't work, I think the problem is the web server, but I don't

[PHP] What is the e-mail to unsuscribe of the mailing-list?

2003-03-28 Thread Orlando Pozo
What is the e-mail to unsuscribe of the mailing-list? - Yahoo! Messenger Nueva versioacute;n: Super Webcam, voz, caritas animadas, y maacute;s #161;Gratis!

[PHP] Validation of Numeric string sent in a form

2003-03-20 Thread Orlando Pozo
Hello all, I am Orlando Pozo How could I verify if a variable is a Numeric string? , I need help in this; for example when I submit a form, all texts fields are sent in strings, if you need to verify that the string is all numeric, How could I verify?, thanks for your help