Re: [PHP-WIN] php classes

2005-08-12 Thread Sean Rowe
You should make sure that $link is not null. the call to 'new BdConnect()' is apparently not returning an object. The culprit is in your BdConnect class Marcos Nagamura wrote: Hi, sorry about the off-topic. With the following piece of code $link = new BdConnect(); $link->queryID = $link-

[PHP-WIN] php classes

2005-08-12 Thread Marcos Nagamura
Hi, sorry about the off-topic. With the following piece of code $link = new BdConnect(); $link->queryID = $link->BdQuery($query); # line 53 I got Fatal error: Call to a member function on a non-object in c:\apache\apache\htdocs\main.php on line 53 PHP script runs on machine1, which con

Re: [PHP-WIN] PHP, Classes, and PEAR

2004-11-19 Thread phpWalter
> WinXP Pro SP1 > PHP 4.3.9 > > > I am still learning PHP so please be gentle with me! LOL > > > I am trying to send mail from my PC. For some reason it is not working. I have working code. I'll dig it up and sent it to you. > So my questions is how do I get PHP to find the PEAR classes? You

[PHP-WIN] PHP, Classes, and PEAR

2004-11-18 Thread MikeA
WinXP Pro SP1 PHP 4.3.9 I am still learning PHP so please be gentle with me! LOL I am trying to send mail from my PC. For some reason it is not working. The line is mail($email_to, $email_subject, $email_message); There is no error or failure but the email is never sent. I also found a Mail c

RE: [PHP-WIN] PHP Classes, what the heck??

2003-02-17 Thread Matt Hillebrand
|-Original Message- |From: Matt Babineau [mailto:[EMAIL PROTECTED]] |Sent: Monday, February 17, 2003 9:54 AM |To: [EMAIL PROTECTED] |Subject: [PHP-WIN] PHP Classes, what the heck?? | | |I have read a little about PHP classes, my question is what |good are they really? What are some examples

[PHP-WIN] PHP Classes, what the heck??

2003-02-17 Thread Matt Babineau
I have read a little about PHP classes, my question is what good are they really? What are some examples that I can use these to my advantage? Are there any really good tutorials about these aside from the PHP.net site? Thx~! Matt