Thanks jpadie! I did some more searching of the PHP manual after reading your reply, and it makes sense now!
PETERV
17" MacBook Pro
Snow Leopard 10.6.7
I am running a web server on my localhost using XAMPP. I'm running on a MacBook Pro using OS X 10.6.7. I've searched the web looking for information, but found nothing that helps. I want to establish an https session, and from what I understand, I need to configure Apache to use the test...
I'm having trouble with MySQL workbench on Snow Leopard. I use XAMPP to connect to MySQL, and it works perfectly, and connecting from the terminal command prompt works perfectly as well. When I attempt to connect using MySQL workbench, however, I get the following error:
"Failed to Connect to...
I've searched the PHP documentation, and can't find an answer for this. When coding PHP using PDO, what is the difference between using fetch and using fetch_object? Everything I've read about them seems to say they do exactly the same thing.
Thanks,
Peter V.
papadba,
FYI, the reply from CTC is incorrect. I was an original beta-tester for their original SPF/PC product in the late 80's. SPF/PC does, in fact support REXX edit macros as it's only macro language. SPF PRO 5.03 is the last version of CTC's product that uses REXX as their macro language...
I'm attempting to learn OOP PHP using a tutorial I found on the web. I'm running the code in an OS X terminal. The code is:
<? php
class Box
{
var $contents;
function Box($contents) {
$this->contents = $contents;
}
function get_whats_inside() {
return...
Thanks to all. What I did was reinstall PHP. It seems that the original installation must have been missing something, because it all works now. I do, however have two new questions:
jpadie, I'm new to PHP, so I'm learning it as I go along by searching web tutorials. die is what I've found...
Guys, I thought I had already posted a reply to your replies, but thank you both for the informaion. The initial problem was resolved by Don's suggestion to check the php.ini file. I've also removed the 'PROJECT' parameter per ingresman's suggestion, but I'm getting the following error now...
ingresman, I understand. I posted over there because I thought this one might be the wrong place. I didn't know how to close this one, before opening that one. Sorry.
I'm trying to connect to a MySQL database, PROJECT1, using a PHP script. This works perfectly in OS X, but when I run this in Kubuntu Linux, the first echo statement executes, displaying "before link....", then nothing happens. It should display the "after link...." echo statement.
<?php
//...
I'm not sure if this should be in the MySQL section, or the PHP, so if it should be elsewhere please let me know.
I have a small PHP/MySQL project. It has a PHP front end that connects to a MySQL database. It works perfectly on OS X, but when I attempt to run the script on Kubuntu Linux, it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.