PHP and Postgresql nightmare

Hello all.. I have read numerous articles and how-to's on compiling PHP that includes the PostgreSQL extensions and have followed all their recommendations. Yet, my apache insists on reading the PHP directive from /usr/libexec/apache2 and my installation of PHP apparently doesn't create a new libphp5.so file.
I've compiled and installed apache 2.2.9, verified by running httpd -v, so I know my installation went off smoothly, yet the httpd.conf file is the same as before. One of the suggestions (which I followed) was to configure the new installation using Darwin as the layout. Has anyone else encountered this? How are you able to make a new PHP installation be recognized by an updated Apache server?
I'm completely lost!
Pedro Maldonado

This may sound silly, but how can I find out where the build is placed? I figured since I used the Darwin layout for Apache, the server file/folder structure would remain the same as it comes from Apple (Leopard). When I check "httpd -v" I do get the correct version I built (v 2.2.9).
I wonder if by using the Darwin layout, Apache doesn't build where php expects it to be? The idea for building Apache with that layout came from the PHP.net site, from one of the comments on the compiling and installation sections.
P

Similar Messages

  • I am having trouble with php and postgresql on OS X 10.7.5

    I have php, postgresql 5.3.23, and apache installed.  However, when I go to my web browser and open the pages things don't work when I try to enter info in the search boxes.  I get this error immediately upon typing something in the search box.
    Fatal error: Call to undefined function pg_pconnect() in /www/Includes/file.php on line 12
    I have installed and configured the php.ini file to reflect extension=pcntl.so and extension=pgsql.so, restarted apache, and still no luck.  I have to be just missing some minor thing that is major in terms of workability.  Can anyone help?

    I have noticed that this error is being recorded in the Apache logs.
    Warning:  PHP Startup: Unable to load dynamic library '/opt/local/lib/php/extensions/pgsql.so' - dlopen(/opt/local/lib/php/extensions/pgsql.so, 9): Library not loaded: /usr/lib/libpq.5.dylib
      Referenced from: /opt/local/lib/php/extensions/pgsql.so
      Reason: image not found in Unknown on line 0
    This has got to be the "missing" piece of my puzzle, but I am having no luck finding what to do about it.  I have tried making a link to the libpq.5.3.dylib with no success.
    Anyone know what I'm doing wrong?

  • Php and postgresql

    hi,
    anyone can share some tips on how to install and support the pgsql php module in a stock Snow Leopard Server without changing too much the environment?
    I'm familiar with a lot of procedures to accomplish that, what's the cleanest way you have found?
    I already installed and running PostgreSQL from source.

    Try this as root (or issue sudo -s before):
    ---(You can skip this part if PostgreSQL is already correctly installed and only build the dynamically loaded extension)---
    mkdir -p /SourceCache
    cd /SourceCache
    curl -O http://ftp2.ch.postgresql.org/pub/mirrors/postgresql/source/v8.4.1/postgresql-8. 4.1.tar.gz
    tar xzf postgresql-8.4.1.tar.gz
    cd postgresql-8.4.1
    MACOSXDEPLOYMENTTARGET=10.6 CFLAGS="-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" CXXFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" LDFLAGS="-arch i386 -arch x86_64 -bindatload" ./configure --with-openssl --with-perl --with-ldap --with-pam --with-libedit-preferred
    make
    make install
    ---(Now build dynamically loaded extension)---
    cd /SourceCache
    curl -O http://www.opensource.apple.com/source/apachemod_php/apache_modphp-53/php-5.3.0.tar.bz2
    tar xjf php-5.3.0.tar.bz2
    cd /SourceCache/php-5.3.0/ext/pgsql
    phpize
    MACOSXDEPLOYMENTTARGET=10.6 CFLAGS="-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp" CCFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" CXXFLAGS="-arch i386 -arch x86_64 -g -Os -pipe" LDFLAGS="-arch i386 -arch x86_64 -bindatload" ./configure
    make
    make install
    When done, edit/create /etc/php.ini and add:
    extension=/usr/lib/php/extensions/no-debug-non-zts-20090626/pgsql.so
    next issue:
    sudo apachectl graceful
    with a little luck you are all set.
    HTH,
    Alex

  • Comparison of Oracle, MySQL and PostgreSQL DBMS

    Hi,
    Wanted to share this article:
    http://www-css.fnal.gov/dsg/external/freeware/mysql-vs-pgsql.html
    Regards,
    Priyanka

    thanks for the link. i wonder how they determined
    the % of installations though.
    anyone know?Very approximately it would seem. They quote market share as of July 1 2004 showing MySQL at 33%, the same numbers are on the MySQL site.
    SQL Server with 78%, Oracle - 55%, MySQL - 33% and PostgreSQL - 8%.
    While this story from June 4 2004 quoting IDC research has the Market shares for 2003 at
    http://www.internetnews.com/stats/article.php/3363801
    Oracle garnered 39.8 percent of the market for software that helps users retrieve and store information, with IBM nabbing 31.3 percent and Microsoft grabbing 12.1, ... open source database leader MySQL's market share is a negligible one-tenth of 1 percent now
    And I'm sure a bit more googling could throw up even more wildly different numbers.
    Like this more recent Gartner survey for 2005
    http://www.forbes.com/markets/2006/05/25/oracle-0525markets13.html
    According to the Gartner study, Oracle (nasdaq: ORCL - news - people ) enjoys about 50% of the total RDBMS market
    This would be nice if Oracle ever implemented it,
    Oracle: Yes. ON DELETE CASCADE supported
    PostgreSQL: Yes. ON DELETE CASCADE and ON UPDATE CASCADE supported. Message was edited by:
    3360
    I never noticed that the quoted numbers don't even add up to 100% percent so it is not really market share.

  • Include PHP and/or JAVA code in any BC site.

    I am thinking about including some PHP and/or JAVA code into my BC site and I was wondering if I am allowed to do this. Just Curious. Thanks.

    That's a shame, because I was thinking about implementing a business search api for my real estate website that was created using business catalyst that allows the collection of all real estate agents in Australia by searching and collecting their information from the Yellow Pages and White Pages directories, and include these information in a database that allows users to search for the real estate agent they want and comment on that agent. This can only be done by integrating some PHP or JAVA code into my BC website.
    So that means that the only way that I can do this is to create a web app that allows users to search for the real estate agent they want to see and comment on that agent, just by entering real estate agents' information into the web app's database and using various BC modules and plugins. Are there other easier ways to do this? Thanks.

  • PHP and MySQL Connection problem

    I am trying to make a PHP MySQL on a remote server connection in Dreamwesaver CS3.
    When I enter the information (host, user, password, etc.) and hit TEST, I get the following error message.
    "Access Denied. The file may not exist, or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured."
    I know the user, password, etc. work, as I can access the MySQL database with other software.
    I checked with my host and they say there are no permission problems on their end.
    I have checked the settings on the Test Server page in Site Setup and everything looks correct and works there.
    I have not seen this particular problem described in other forum postings (although there are a LOT of postings on this topic!).
    Any help would be appreciated.

    I thought my testing server was the remote server and is always on as far as I know. I don't know how to turn it on or off.
    Is there some other testing server that I should be aware of?
    Frank
    Date: Wed, 3 Jun 2009 15:43:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: PHP and MySQL Connection problem
    I know you are using remote, but is your testing server on? if not turn that on and see if that does it. it just happened to me working on remote server and could not get mysql conn to work, until I turn on my testing (developer server), then I was able to connect to mysql and the tables that I created in phpmyadmin remotly was downloaded.
    >

  • How do I add an already built Shopping Cart  (PHP and MYSQL) application to a page in a Muse site?

    How do I add an already built Shopping Cart  (PHP and MYSQL) (Cartweaver 4) application to a page in a Muse site? Do I have to export the Muse site as Html to dreamweaver and them use the extension to bring the shooping cart in or can I do it directly in Muse?
    Message was edited by: mgv2048

    We have experimented with doing this with some good success. We have been working on adding Cartweaver to a Facebook page by essentially adding a Cartweaver store to Facebook in an iframe.  The "store" would be pages with just your basic product display, cart, and checkout functionality, with none of the "window dressing" - just use CSS to match the color and general look of the design it's being added to.
    The one problem with this for Facebook is when it comes time to check out toy have to leave Facebook and go to your server where an SSL is in place.  Fortunately in this situation this would not be the case, you can have an SSL installed to the root of your site and you'll be okay.
    This is an interesting project.  Give this a try and let me know how it goes and if you run into any snags, please make a post on the Cartweaver forums: http://forums.cartweaver.com - I'm really confident that this can work, and not only work, but work well.
    Looking forward to hearing how this goes, and being of what help we can.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    PHP & ColdFusion Shopping Cart for Adobe Dreamweaver
    Stay updated:
    http://www.facebook.com/cartweaver
    http://www.twitter.com/cartweaver
    http://blog.cartweaver.com

  • Getting stylesheets to work in header.php and files associated with it

    Let's say I created a header.php file in my includes folder.  And I include it in my index.php file in the site root directory.
    Then in the header.php file, I have a link to the style sheet. 
    The issue I've always found is that you can't get the header.php file to apply the stylesheet.
    I can get it to work using global links, however I don't want to do that as I'll have to undo them before I upload the site.  (And I forget....)
    So anyways, I came up with this code today in an attempt to overcome this.  Here is my header file so far:
    "; } else           echo ""; ?>  
    So here is what it is doing:
    1. It is creating a variable called $directory which is equal to the current directory.
    2. Then it is creating another variable called $currentFolder which is equal to whether or not the variable $directory contains the word "includes".
    3. Then it says if $currentFolder is NOT false then it has the location of the stylesheet in relation to the header.php file.
    4. Else - if it IS false then the stylesheet is located in a location in relation to files in my root directory.
    This works perfectly fine....in Live view.  Both the header.php and index.php will format the header in live view.  Neither though will format it in Design view.  Which sucks cause I was pretty happy that I came up with this code on my own.
    The reason it isn't working in Design View - I realize now - is because Dreamweaver won't process that script in Design View. 
    Does anyone know of a way to get this script to run in Design View?  Or maybe some suggestions on editing this code to get it to work in Design View?
    Thanks!

    >The issue I've always found is that you can't get the header.php file to apply the stylesheet.
    Right. That's because, and it seems you understand this already, the css file relative location is different from the point of view of the header file, and the parent file. Since the header file is included in the parent at the server, the client then sees the css file in the wrong location.
    The solution is to use Design time style sheets. This will apply the css to the page only in design time - it won't actually insert the css file into the code. So, insert the css reference into the header file from the point of view of the parent - index.html. Then add a design time style sheet. That should work.

  • Can you change Layout of php and filter?

    HI All,
    I have some code:
    function tc($v) {
    if (!$v) {
    return 'NULL';
    } else {
    return '\''.mysql_real_escape_string($v).'\'';
    $field = array(
    array("surname", "Surname"),
    array("forename", "Forename(s)"),
    array("address", "Address"),
    array("post_code", "Post Code"),
    array("telephone1", "Telephone Number"),
    array("telephone2",  "Alternative Number 1"),
    array("telephone3", "Alternative Number 2"),
    array("dob", "Date of Birth"),
    array("gender", "Gender"),
    array("religion", "Religion"),
    array("special", "Disabilities / Special Needs"),
    array("mother_name", "Mother Name"),
    array("mother_occ", "Mother Occupation"),
    array("mother_crb", "Mother CRB?"),
    array("father_name", "Father Name"),
    array("father_occ", "Father Occupation"),
    array("father_crb", "Father CRB?"),
    array("email", "Email Address"),
    array("subs", "Subs"),
    array("GA", "Gift Aid Signed?"),
    array("dpa", "DPA Signed?"),
    array("editby", "Record last edited by"),
    array("edittime", "Record last edited at"),
    array('datejoined', 'Date Joined'),
    array('year1', 'Year One Badge'),
    array('year2', 'Year Two Badge'),
    array('year3', 'Year Three Badge'),
    array('year4', 'Year Four Badge'),
    array('year5', 'Year Five Badge'),
    array('year6', 'Year Six Badge'),
    array('year7', 'Year Seven Badge'),
    array('year8', 'Year Eight Badge'),
    array('year9', 'Year Nine Badge'),
    array('EA1', 'Emergency Aid Stage 1'),
    array('EA2', 'Emergency Aid Stage 2'),
    array('EA3', 'Emergency Aid Stage 3'),
    array('EA4', 'Emergency Aid Stage 4'),
    array('EA5', 'Emergency Aid Stage 5'),
    array('HA1', 'Hikes Away Stage 1'),
    array('HA2', 'Hikes Away Stage 2'),
    array('HA3', 'Hikes Away Stage 3'),
    array('HA4', 'Hikes Away Stage 4'),
    array('HA5', 'Hikes Away Stage 5'),
    array('HA6', 'Hikes Away Stage 6'),
    array('IT1', 'IT Stage 1'),
    array('IT2', 'IT Stage 2'),
    array('IT3', 'IT Stage 3'),
    array('IT4', 'IT Stage 4'),
    array('IT5', 'IT Stage 5'),
    array('music1', 'Musician Stage 1'),
    array('music2', 'Musician Stage 2'),
    array('music3', 'Musician Stage 3'),
    array('music4', 'Musician Stage 4'),
    array('music5', 'Musician Stage 5'),
    array('NAtotal', 'Total Nights Away'),
    array('NA1', 'Nights Away Stage 1'),
    array('NA2', 'Nights Away Stage 2'),
    array('NA3', 'Nights Away Stage 3'),
    array('NA4', 'Nights Away Stage 4'),
    array('NA5', 'Nights Away Stage 5'),
    array('NA6', 'Nights Away Stage 6'),
    array('NA7', 'Nights Away Stage 7'),
    array('NA8', 'Nights Away Stage 8'),
    array('NA9', 'Nights Away Stage 9'),
    array('NA10', 'Nights Away Stage 10'),
    array('NA11', 'Nights Away Stage 11'),
    array('NA12', 'Nights Away Stage 12'),
    array('swim1', 'Swimming Stage 1'),
    array('swim2', 'Swimming Stage 2'),
    array('swim3', 'Swimming Stage 3'),
    array('swim4', 'Swimming Stage 4'),
    array('swim5', 'Swimming Stage 5'),
    array('OCDATE', 'SCOUTS: Outdoor Challenge'),
    array('OPCDATE', 'SCOUTS: Outdoor Plus Challenge'),
    array('ACDATE', 'SCOUTS: Adventure Challenge'),
    array('CCDATE', 'SCOUTS: Creative Challenge')
    if ($user = User()) {
    if ($_POST['section'])  {
    if (UserRead($_POST['section']) || UserAdmin()) {
    echo '<h1>1st Chalfont St Giles Scout Group - ';
    $lsec_query = mysql_query('SELECT * FROM csg_section WHERE section='.tc($_POST['section'])) or die("<b>MySql Error:</b>".mysql_error());
    if ($lsec = mysql_fetch_array($lsec_query)) {
    echo $lsec['name']."\n</h1>";
    } else {
    echo 'Section Not Found</h1>';
    die();
    echo '<table border="2"><tr>'."\n";
    foreach ($field as $item) {
    if ($_POST[$item[0]]==1) {
    $fielddo[] = $item;
    echo '<td>'.$item[1].'</td>'."\n";
    echo '</tr>';
    switch($_POST['sort']) {
    case 'a':
    $sort = 'surname ASC, forename ASC';
    break;
    default:
    $sort = 'dob ASC';
    $ypl_query = mysql_query("SELECT * FROM csg_yp WHERE section=".tc($_POST['section'])." ORDER BY $sort") or die('<b>MySql Error:</b>'.mysql_error());
    while ($ypl = mysql_fetch_array($ypl_query)) {
    echo '<tr>'."\n";
    foreach ($fielddo as $item)
    echo '<td>'.$ypl[$item[0]].'</td>'."\n";
    echo '</tr>'."\n";
    echo '</table>'."\n";
    } else {
    ?>
    <p><b>Access Denied.</b> You are not authorised to view this section.
    <?
    } else {
    ?>
    All this does is produce a list of all the fields in the database in a long list so we can choose which fields to print.
    As this list is now growing as we have added a lot more fields to the database ... is there anyway we could split it into say 3 columns?
    Ideally the first column would be all the personal details - i.e. down to DPA Signed - Second column would be the other badges and the third column different depending on the section.
    On the data input page we have different badges depending on section. Using the following code:
    if ($action=='add' || ($action=='edit' && (UserRead($yp['section']) || UserAdmin()))) {
    $yp_section_query = mysql_query("SELECT name FROM csg_section WHERE section=".tc($yp['section'])) or die("<b>MySql Error:</b>".mysql_error());
    $yp_name = mysql_fetch_assoc($yp_section_query);
    $yp_name = $yp_name['name'];
    $yp_section = (strstr($yp_name,"Scout")) ? 1 : (strstr($yp_name,"Cub") ? 2 : 3) //If has word 'scout' -> 1. Else If has word 'cub' -> 2 Else 3 (beaver)
    ?>
    <form action="yp2.php" method="post">
    <input type="hidden" name="yp" value="<?php echo $yp['yp_id']; ?>">
    <input type="hidden" name="section" value="<?php echo $yp['section']; ?>">
    could we use this on the print page to show different badge list depending on section in the third column??
    Many Thanks,
    Steve

    I am not sure how it looks familiar ... are you in Scouting too?
    So can i just create columns and put the different bits in each column?
    How can I sort by database - sorry I am a bit of a novice when it comes to php and coding, etc.
    Also was it able to filter depending on section?
    Many Thanks,
    Steve

  • 'unable to connect' and 'localhost' and index.php and dreamweaverCC

    Hi. 
    I am developing a Web Site and index.php is my point of entry.
    Document Root Library/WebServer/Documents
    so my path is: Library/WebServer/Documents/dwwdSite
    httpd.conf file is modified to add index.php  and have it listed first.
    <IfModule dir_module>
    DirectoryIndex   index.php   index.html
    <IfModule>
    Troubleshooting:
    I was using Netbeans IDE and when I ran index.php it opened in the browser.
    When I launched 'any' of my index.php files from Netbeans IDE, they opened correctly in the brower
    I am now using DreamweaverCC and when I run the index.php Error Message ' Unable to Connect'.
    For the last 2 days I have been working on this and I am completely stuck.
    This morning I thought of another way to test the 'unable to connect' error.
    I decided to copy this same file into Netbeans IDE and I NOW get the same Error Message ' Unable to Connect'
    when running index.php from Netbeans.
    Somehow, my settings are not correctly configured anymore.
    Here are my screenshots from Dreamweaver > manage sites.
    I believe that this is a rather simple fix that I am somehow not seeing.
    Maybe some can spot some mistake.
    I appreciate your help and explanation.

    Site window settings.
    Site Name: dwwdSite
    Local site folder: /Library/WebServer/Documents/dwwdSite
    Server window settings.
    Server Name: testing Server
    Address: Macintosh HD/Library/WebServer/Documents/dwwdSite
    Connect using: Local/network
    Testing: yes (checked)
    Server folder: /Library/WebServer/Documents/dwwdSite
    (I also tried this: Server folder: /Library/WebServer/Documents)
    Web URL: http://www.localhost/dwwdSite
    Server Advanced tab: (within server window settings)
    Testing server: PHP MySQL
    Advanced Settings window.
    Local info: Web URL: http://www.localhost/dwwdSite
    Enable cache: yes (checked)

  • PHP and SSIs not working in Lion

    So I had PHP and HTML SSIs working fine under SL, but now they don't seem to be working since upgrading to Lion.  I have checked the httpd.conf file and all the correct lines are still uncommented and 'Includes' is still listed as an Option Directive in both the httpd.conf file and <USER>.conf file.  Has anybody else had this problem since upgrading to Lion and how can I fix it?

    Mine is similar for something different. After uncommenting php in httpd.conf file the server refuses to boot. When I typed php -v at the command line I got this:
    dyld: Library not loaded: @loader_path/../lib/libssl.dylib
      Referenced from: /usr/lib/libpq.5.dylib
      Reason: Incompatible library version: libpq.5.dylib requires version 1.0.0 or later, but libssl.0.9.8.dylib provides version 0.9.8
    That's been frustratingly hard to fix so far (at least for me). I was just getting started helping a friend with his Joomla site and promised to duplicate the difficulty and debug it on my Mac Air. But, I installed Mountain Lion, and then more recently the latest upgrade, and everything went south as they say. I need to see what answer you get. It may apply to my problem as well.

  • Dreamweaver CS5.5 Mobile Apps with PHP and MYSQL?

    Hello,
    I don't have Dreamweaver CS5.5 yet and I've been trying to search for information on this but I couldn't find any. I've been learning PHP and been developing with MYSQL with Dreamweaver CS5 but I wanted to know if I can use the same tags and everything if I would to build a Mobile App using the new Dreamweaver CS5.5 (http://tv.adobe.com/watch/cs-55-web-premium-feature-tour-/dreamweaver-cs-55-jquery-mobile- pages/). I overlooked at the video and it seems pretty easy building an app. So is PHP and MYSQL easily integratable? Are there any examples that I might be able to check out?
    Thanks!

    No. PHP is a server-side scripting language that requires a server (or server-like environment) to run.
    An iPhone (or Android) application does not allow for a "built-in" server (which is resource intensive and has scary security implications). You just can't build an application with PHP/MySQL for a mobile device. Instead you can build a web service that your HTML/JavaScript mobile application can then communicate with. This is the only supported way you can use PHP/MySQL in a mobile app. Again: the PHP/MySQL should reside on a server and your HTML/JS mobile app can then communicate with that web service. That's what instapaper and other applications do.
    Frankly, just make a web application that's mobile device friendly and you'll:
    1) Avoid all the messiness of the app stores
    2) Have greater control over what your web app can do (don't have to tow the Apple/Google line)
    3) Have a web app that can work across mulitple mobile devices as well as standard web browsers (i.e. more audience = more $).
    4) Future proof your application (pushing updates to your server and everyone using your web app is updated)
    Otherwise, read-up on Adobe AIR and what it supports and remember, the best apps are written natively for the platform (i.e. want to write an app for an iPhone? Learn Objective-C and use xCode on a Mac. Want to write an app for Motorola Xoom? Learn the Android SDK and use inteliJ).

  • How i can connect php and oracle9i ?

    hello am new to php.i have oracle 9i and php and apache.oracle is installed at one system and php inother one at network .when i have at same pc's i connect it.but now it's at different systems how i can connect.plzz tell me complete steps of apache that i will define and next complete process to connect php and oracle .plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

    Apache and PHP need to be on the same system. That system also needs either the database or Oracle client libraries like Oracle Instant Client. There are steps for installation of the PHP side on http://www.oracle.com/technology/tech/php/index.html
    There are various Oracle installation notes in the Oracle manuals or software bundles.
    -- cj

  • ANN: Setting up PHP and MySQL for newbies!

    We've recently released two new solution recipes to help
    designers make the
    jump to building dynamic sites. Each solution recipe
    describes step by step
    how to set up PHP and MySQL on your XP or Vista systems. You
    can find them
    on the Solution Recipe page:
    Installing PHP and MySQL on Windows Vista
    Installing PHP and MySQL on Windows XP
    http://www.webassist.com/professional/products/solutionrecipes.asp
    Each of these Solution Recipes include PDFs that you can
    print out or read
    on screen.
    We also have steps outlined for the Mac in PDF format, one
    for 10.4.x and
    the other for 10.5.x:
    10.4.x:
    http://www.webassist.com/media/professional/support/PDFs/InstallingPHP-OSX-10-4_PDF.pdf
    10.5.x:
    http://www.webassist.com/media/professional/support/PDFs/InstallingPHP-OSX-10-5_PDF.pdf
    All content is freely available. Go get'em!
    Best - Joe
    Joseph Lowery
    VP of Marketing, WebAssist -
    http://www.webassist.com
    Author, Dreamweaver CS3 Bible -
    http://www.idest.com/dreamweaver/

    Cool. I've bookmarked it for later.
    Thanks!
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Joseph Lowery" <[email protected]> wrote in
    message
    news:ftj87l$nem$[email protected]..
    > We've recently released two new solution recipes to help
    designers make
    the
    > jump to building dynamic sites. Each solution recipe
    describes step by
    step
    > how to set up PHP and MySQL on your XP or Vista systems.
    You can find them
    > on the Solution Recipe page:
    >
    > Installing PHP and MySQL on Windows Vista
    > Installing PHP and MySQL on Windows XP
    >
    http://www.webassist.com/professional/products/solutionrecipes.asp
    >
    > Each of these Solution Recipes include PDFs that you can
    print out or read
    > on screen.
    >
    > We also have steps outlined for the Mac in PDF format,
    one for 10.4.x and
    > the other for 10.5.x:
    >
    > 10.4.x:
    >
    http://www.webassist.com/media/professional/support/PDFs/InstallingPHP-OSX-10-4_PDF.pdf
    >
    > 10.5.x:
    >
    http://www.webassist.com/media/professional/support/PDFs/InstallingPHP-OSX-10-5_PDF.pdf
    >
    > All content is freely available. Go get'em!
    >
    > Best - Joe
    >
    > Joseph Lowery
    > VP of Marketing, WebAssist -
    http://www.webassist.com
    > Author, Dreamweaver CS3 Bible -
    http://www.idest.com/dreamweaver/
    >

  • Upgrade PHP and Apache on 10.6.8

    I'm thinking of upgrading PHP and Apache that were installed as part of 10.6.8 (Snow Leopard) to their current versions.
    How do I do it?
      - nello

    I posted links for creating a Macintosh, Apache, MySQL, PHP (mamp) stack on delicious:
    http://www.delicious.com/nlucchesi/tag_bundle/mamp

Maybe you are looking for

  • CRL does not appear to be working

    Hello All Can someone please help me with the following question :) I setup a LAB where by I have a Windows 2003 R2 AD and Windows 2003 R2 Enterprise Root CA (will upgrade the lab the 2012 R2 later), and a Windows 2012 R2 IIS Server with a Test WEB S

  • Payload field value in container for alert

    Hi All, I am configuring Alerts for my client.I have to insert a value of one of the field from payload in the alert long message. I have gone through SDN to search for any blogs. 1) I dont want to use BPm 2) Other option of using RFC lookup in mappi

  • TS4062 my iPhone does not appear in itunes but appears in windows

    my iphone does not appear in itunes but appears in windows, but not as Jordan's iPhone but as Apple iPhone

  • IMAC CRT serious firmware issues dude . . .

    I was attempting to update my old iMAC CRT to OS 9, and was given the standard "firmware needs to be updated message". In trying to update the firmware, my screen went grey with the following message: "Bootr, unknown word failed to boot Apple iMAC fi

  • Query for get username and profile and password life time

    please provide query for this output Profile     Username     Password Life Time DEFAULT     APPQOSSYS     UNLIMITED days DEFAULT     CZ36QW     UNLIMITED days DEFAULT     DBSPI     UNLIMITED days please tell me Password Life Time in this col um show