PHP 5.2.2 AND SAPRFC 1.4.1 5.2.2

Hello,
i know, the same question i can find often in that Forum,
but no answer will work on my system.
<b><u>My Problem:</u></b>
The "<i>php_saprfc.dll</i>" will not load.
If i check with <i>extension_loaded ("saprfc")</i>, nothing will return. Also phpinfo shows me, that the DLL isnt loaded.
Since three days i read in Forums and tried so many suggestions, but nothing will work.
<b><u>System:</u></b>
Webserver: IIS 6.0
Operation System: Win 2003
PHP Version: 5.2.2
SAPRFC Version: 1.4.1-5.2.2
SAPgui <b>not</b> installed, but <i>librfc32.dll</i> in "<i>/system32</i>" and registered by using <i>regsvr32 librfc32.dll</i>
Version 6206.6.1761 (file info)
Note: I got the DLL from our SAP-Team
Dependency proofed with <i>Dependency Walker</i> one file missing: "<i>drvadodb.dll</i>
Extension-Root located under "{<i>php-root</i>}/ext" (proofed with phpinfo)
<i>php_saprfc.dll</i> file exists in Extension Folder
in php.ini "<i>extension=php_saprfc.dll</i>" entered
Note: all (exept one) defined extensions were loaded (proofed with phpinfo)
IIS reset and also reboot of the System
Note: Even the connection to the MS SQL database works proper
I hope on your help and thanks for your efforts in advance!
Matthias
P.S.:
Please, if it is possible do not send me link, because i have read all the links posted in this Forum. (and tried the suggestions)
Message was edited by:
        Matthias Knopf

Hello Matthias,
I run into the same problem, my system:
Web server: IIS 6.0
Operation System: Win 2003
PHP Version: 4.4.2
SAPRFC Version: saprfc-1.4.1-4.4.1.Win32
I located the librfc32.dll under c:\windows (and also tried c:\windows\system32)
On a Windows XP, it works for me fine. However, on the Win 2003 the php_saprfc.dll is not loaded.
Did you manage to solve this issue?
Thanks in advance,
Roy

Similar Messages

  • PHP 5.2 and saprfc 1.4.1

    Hey all,
    Has anyone tried hooking-up PHP 5.2 and saprfc 1.4.1?
    I tried but getting this error message when I restarted my apache 2.0.54 :
    <i>"<b>PHP Startup: saprfc: Unable to initialize module
    Module compiled with module API=20050922, debug=0, thread-safety=1
    PHP compiled with module API=20060613, debug=0, thread-safety=1
    These options need to match" </b></i>
    I thought it's probably caused by the fact the the DLL, php_saprfc.dll binaries provided from the sourceforge download of SAPRFC was compiled with PHP 5.1.1, and not PHP 5.2.  Is that right?
    So, I tried recompiling the binaries itself by following the instruction provided by the INSTALL instruction of saprfc. However the compilation fails with the following message:
    <i><b>"Error     1     fatal error C1083: Cannot open include file: 'zend_config.h': No such file or directory     c:\php-5.2.0\Zend\zend.h     (line)53"</b></i>
    Although looking at zend.h there's an if statement there that if it's WIN32 then look for zend_config.win32.h.  Check out the codes below:
    #ifdef ZEND_WIN32
    # include "zend_config.w32.h"
    # define ZEND_PATHS_SEPARATOR          ';'
    #elif defined(NETWARE)
    # include <zend_config.h>
    # define ZEND_PATHS_SEPARATOR          ';'
    #elif defined(__riscos__)
    # include <zend_config.h>
    # define ZEND_PATHS_SEPARATOR          ';'
    #else
    # include <zend_config.h>
    # define ZEND_PATHS_SEPARATOR          ':'
    #endif
    Anyone has any luck?  I've been wanted to check this out with my SAP 4.6B but hope you guys can help me out here.
    Thanks!!
    -Ed

    hello all,
    I'm very new to this.
    I'm using apache2.0 and php 5.3
    i followed http://downloads.sourceforge.net/saprfc/saprfc-1.4-5.2.0.Win32.zip
    to download saprfc extension, but the page is redirected to saparefc1.41.all.
    On that zip files i couldn't get the extension for me.
    If you have the extension saprfc for php 5 can you send it to me or tell me from where I can download.
    when i downloaded the saprfc.tar.zip  and used its dll file for php extension,
    but my Apache won't work and says that it needs php4ts.dll files.
    i think that that extension is for php 4. when i reverted its working.
    So please give me the location to download the saprfc extension for php5.3 or more. please feel free to contact me.
    Thanks in advance
    Xavier Emerson
    [email protected]

  • How to include Php Files in SrcView and Release Build

    Dumb question
    For a long time I have been manually copying any changes to my php files from the debug to the release folder manually. I know they can be linked so they do so on compile (and I am hoping also included in srcview) but never took the time to figure out what the proceedure is.
    About time I guess Suggestions?

    What I have been doing is creating a new folder in your src maybe like "scripts" or something.  Then you can create a .php file in there and when you double click to open it should open your default .php editor.  Now when you do a release build it will include the folder "scripts" in your bin-release.
    Then do something like
    <s:HTTPService id="my_http_service" url="./scripts/script.php" result="my_http_service_resultHandler(event)" resultFormat="e4x">
    The only problem I have run into is when testing locally you will need to have a copy on a server, unless you have apache running locally.
    Hope this helps!

  • Apple's Apache 2.0.54, PHP 5.0.4 and MySQL 5.0.18

    Hello
    Using OSX Server 10.4.4.
    I'm considering using Apple's /opt Apache 2.0.54 with the builds of PHP 5.0.4 and MySQL 5.0.18. Has anyone any experience with this combination and any warnings / advice?
    MySQL 5.0.18 is an installer straight from MySQL and PHP 5.0.4 installer is straight from Marc Liyanage's entropy site.
    Thanks in advance...
    David.
    XServe G5   Mac OS X (10.4.4)  

    Hi there MartynC
    Just wanted to let you know that I screwed up - as usual, the simplest of errors.... I created a script around apachectl to start apache and prior to the apachectl start line I inserted
    ORACLE_HOME=<my oracle home>; export ORACLE_HOME
    ...only I mistyped <my oracle home> so apache wasn't finding it
    I've corrected that, restarted Apache and now PHP, Apache and Oracle are working fine!
    Thanks very much for your offer of help (the only consolation I can take is that possibly this will someone reading this will take note and double check the dumb stuff and save themselves a lot of time and heartache)
    Also I should note for anyone interested that my Linux installation is actually Centos 4.1 (a Redhat "clone")

  • Oracle support under PHP / 8i or 9 and a RedHat 9 / Apache 1.3.X machine

    Hi,
    I have a server (currently 7.1) with apache + php
    compiled with oracle (and mcrypt, imap, gettext) support.
    In order to do so I've installed the 8i linux
    version, make a tar.gz of the libs directory and
    installed in my server.
    I runs fine accessing a remote (not mantained by me)
    oracle database.
    I am planning to switch to a newer distribution and
    was considering the RH9 but with the "old" 1.3.x apache.
    Since I do not actually use Oracle (just enable php
    scripts to do so) I am kind of lost if the combo (old
    8i libs with redhat 9) are stable enough or should I
    try a newer version, such as oracle 9.
    And in that case if is there a "developers" package/installation that enables me just to install the required libs/headers without having to actually install the whole db.
    Since the answer can be slighty OT fell free to send
    me directly.
    Thanks.

    I'm in a similar situation where i'm migrating from Win2k + PHP & want oracle support to connect to a remote server.
    I got as far as installing redhat 9 & installing the oracle client.
    I still can't get oracle to work in PHP though. doing a bit of research I dont think the redhat 9 RPM's come with oracle support compiled. I really dont want to be maintaining custom compiled php versions i'd rather just have up2date do it all. I hear you can get ODBC to work with oracle, but most of the stuff i've looked at covers doing this on windows, not linux.
    If anyone out there has manager to get PHP & oracle working on RH9, without re-compiling PHP please let me know!

  • Settings for PHP5 With Apache 2  and SAPRFC in WIndows

    Hi,
    Can anyone give me the exact version of software that needed for the settings for PHP5 with Apache 2 and SAPRFC in Windows.Thank you

    If it's just a test/dev environment you need you can try "<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn?rid=/library/uuid/e50bd86e-0a01-0010-53bd-857585234a6a">scripting in a Box</a>" it also lists the versions and pieces needed for the setup you are looking for.

  • POSTURL opening PHP in new window (and shouldn't)

    We are calling a PHP file from Authorware 7. Originally,
    nothing would
    happen when the php file was called and the server would time
    out and act as
    though the php file could not be found (with a 5006 error).
    But we finally
    realized that it wanted to open the php file in a new window
    - with a popup.
    We are using a normal posturl:
    temp2 :=PostURL(NetLocation^"gSysSet.php","",30)
    All the php file has in it is 1 line with a echo command.
    Does anyone know why the php would open in its own window?
    There was a posting earlier about POSTurl and php and we have
    checked the
    same things that they had in the php.ini file, but cannot
    make it just
    execute from Authorware and return a result - instead of
    returning the
    result in a new window. What happens is we still get the 5006
    error in
    Authorware because the result is returned in a new window and
    opened in a
    new window so Authorware isn't really communicating with the
    php file.
    Any suggestions would be appreciated.
    Julia

    Does your html page access it as HTTPs?
    "Julia" <[email protected]> wrote in message
    news:[email protected]...
    > Yes, I have created a dummy forum in html and it returns
    the value
    > correctlys.
    > Also, the value passed is returned ONLY when run under
    HTTPs - nor with
    > HTTP.
    > Julia
    >
    >
    > "Amy Blankenship *AdobeCommunityExpert*"
    > <[email protected]>
    > wrote in message
    news:[email protected]...
    >> Usually if it returns back what you sent, an error
    occurred. Does the
    >> php
    >> page work if you hit it from an HTML page with the
    same value passed from
    > a
    >> form field?
    >>
    >> -Amy
    >>
    >> "Julia" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >> > Thank you Steve for the link.
    >> >
    >> > I made the change per your blog (I passed a
    variable-name pair to the
    > php
    >> > file) and now the php does not open in a new
    window and returns the
    > result
    >> > correctly.
    >> >
    >> > This is step one. Now it still doesn't work
    under SSL/HTTPs (which is
    > why
    >> > we
    >> > were going the POSTurl route). The PHP file
    doesn't open in its own
    > window
    >> > anymore (which it did under http AND https),
    but the difference now
    > under
    >> > HTTPs is that the variable-name pair I sent the
    PHP is being returned -
    >> > not
    >> > the actual result from the echo command in the
    php. I also tried
    >> > putting
    >> > the
    >> > variable-name pair as a ? after the filename
    and it didn't make any
    >> > difference. I also went ahead and put in a
    $_POST to receiev the
    > variable
    >> > and it didn't make any difference. Still
    getting the 5006 error as
    > though
    >> > it
    >> > can't find the file.
    >> >
    >> > We are getting the same symptoms that Chris
    Volkman got back in
    > 2-28-2006.
    >> > He was able to correct the problem by changing
    the php.ini file. I
    > checked
    >> > all of our settings and they are already
    exactly like the changes he
    > made.
    >> >
    >> > Any ideas?
    >> > Julia
    >> >
    >> > -----------------------------
    >> > THE AUTHORWARE CODE:
    >> >
    >> > temp2
    :=PostURL(NetLocation^"gSys.php","myvar=true",20)
    >> > -------------------
    >> >
    >> >
    >> > THE PHP CODE:
    >> > -----------------
    >> > <?PHP
    >> > header("cache-control: no-cache,
    must-revalidate");
    >> > //header("Pragma: no-cache");
    >> > ?>
    >> > <?php
    >> > $myvar = "strange";
    >> > if (isset($_POST['myvar'])) {
    >> > $myvar = (get_magic_quotes_gpc()) ?
    $_POST['myvar'] :
    >> > addslashes($_POST['myvar']);
    >> > }
    >> > echo "myvar is now=".$myvar."\n\rI'm in the
    gSys.php file.";
    >> > ob_end_flush();
    >> > ?>
    >> > ---------------------------------
    >> >
    >> >
    >> >
    >> >
    >> >
    >> >
    >> > "Steve Howard **AdobeCommunityExpert**"
    > <steve@$NoSpam$tomorrows-key.com>
    >> > wrote in message
    news:[email protected]...
    >> >>
    >> >> "Julia" <[email protected]>
    wrote in message
    >> >> news:[email protected]...
    >> >> > We are calling a PHP file from
    Authorware 7. Originally, nothing
    > would
    >> >> > happen when the php file was called
    and the server would time out
    >> >> > and
    >> > act
    >> >> > as
    >> >> > though the php file could not be found
    (with a 5006 error). But we
    >> > finally
    >> >> > realized that it wanted to open the
    php file in a new window - with
    >> >> > a
    >> >> > popup.
    >> >> >
    >> >> > We are using a normal posturl:
    >> >> >
    >> >> > temp2
    :=PostURL(NetLocation^"gSysSet.php","",30)
    >> >> >
    >> >> > All the php file has in it is 1 line
    with a echo command.
    >> >> >
    >> >> > Does anyone know why the php would
    open in its own window?
    >> >>
    >> >> Check this out
    >> >>
    >> >>
    >> >
    >
    http://stevehoward.blogspot.com/2005/02/cold-fusion-and-authorware-posturl.html
    >> >>
    >> >>
    >> >> I ran into the same thing a coupe of years
    ago.
    >> >>
    >> >>
    >> >> Steve
    >> >>
    >> >>
    >> >> --
    >> >> EuroTAAC eLearning 2007
    >> >>
    http://www.eurotaac.com
    >> >>
    >> >> Adobe Community Expert: Authorware, Flash
    Mobile and Devices
    >> >> My blog -
    http://stevehoward.blogspot.com/
    >> >> Authorware tips -
    http://www.tomorrows-key.com
    >> >>
    >> >
    >> >
    >>
    >>
    >
    >

  • Php-5.2.5 and postgres-8.3.1 in leopard

    Hi,
    i am trying to maintain my web site with my brand new MacBook Pro ...
    after enabling php in the httpd.conf file
    apache would display my index.php page
    but when it got to a page using pg_connect ... no go ..
    problem is no postgres support with php-5.2.5 out of the box
    so i do the configure, make and install of the postgres-8.3.1
    and php-5.2.5 --with-apxs2=/usr/sbin/apxs --with-pgsql=/usr/local/pgsql
    but now the apache 2.2.8 can't make a connection to localhost
    also even if i configure the php-5.2.5 without the pgsql apache won't even display the index.php page
    anyone know what my problem may be ...
    thanks,
    Tom Lindner

    i solved my own problem and this is how i did it
    without screwing anything up!
    i installed httpd-2.2.8, php-5.2.5 and postgresql-8.3.1 like this
    note i am lindner
    /* postgres */
    sudo mkdir /usr/local/pgsql
    sudo chown lindner /usr/local/pgsql
    ./configure --prefix=/usr/local/pgsq
    make
    make install (note no sudo)
    mkdir /usr/local/pgsql/data
    mkdir /usr/local/pgsql/logs
    blah blah blah
    /* httpd (apache) */
    sudo mkdir /usr/local/apache2
    sudo chown lindner /usr/local/apache2
    ./configure --prefix=/usr/local/apache2
    make
    make install (note no sudo)
    /* php */
    sudo mkdir /usr/local/php
    sudo chown lindner /usr/local/php
    ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-pgsql=/usr/local/pgsql
    make
    make install (note no sudo)
    /* then i modified the /usr/local/apache2/conf/httpd.conf file like this */
    from
    #LoadModule php5_module modules/libphp5.so
    to
    LoadModule php5_module modules/libphp5.so
    from
    # DocumentRoot "/usr/local/apache2/htdocs"
    to
    DocumentRoot "/Users/lindner/Code/lindner514.com"
    from
    # <Directory "/usr/local/apache2/htdocs">
    to
    <Directory "/Users/lindner/Code/lindner514.com">
    from
    # ScriptAlias /cgi-bin/ "/usr/local/apache2/cgi-bin/"
    to
    ScriptAlias /cgi-bin/ "/Users/lindner/Code/lindner514.com/cgi-bin/"
    from
    # <Directory "/usr/local/apache2/cgi-bin">
    to
    <Directory "/Users/lindner/Code/lindner514.com/cgi-bin">
    from
    #Include conf/extra/httpd-userdir.conf
    to
    Include conf/extra/httpd-userdir.conf
    then added this at the bottom
    <IfModule php5_module>
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    <IfModule dir_module>
    DirectoryIndex index.html index.php
    </IfModule>
    </IfModule>
    /* then i modified the /usr/local/apache2/conf/extra/httpd-userdir.conf file like this */
    UserDir Sites
    <Directory "/Users/*/Sites">
    /* finally */
    make sure you system server is turned off (System Preferences:Sharing .. turn off Web Sharing)
    sudo /usr/local/apache2/bin/apachectl start
    and point your browser to localhost or in my case localhost/~lindner
    and the php can find pg_connect

  • Again Issue with installing php 5.3.0 and accessing ABAP code from php

    I have the following initial set up:
    1.Downloaded u201CApache Friends XAMPP (Basis Package) version 1.7.2u201D.
    With this I got :
    Apache 2.2.12 (IPV6 enabled)
    MySQL 5.1.37 (Community Server) with PBXT engine 1.0.08-rc
    PHP 5.3.0 + PEAR (PEAR, Mail_Mime, MDB2, Zend)
    2.Installed the above XAMPP package.
    3.created a local test.php file and placed in htdocs folder
    3.Started the Apache server and executed the test.php file from u201Chttp://localhost/test.phpu201D. it runs absolutely fine. I can see the output in my browser. (just did an "Hello world" coding)
    4.Now I downloaded the SAPRFC (saprfc-1.4.1.All.zip)  package.
    5.In this, I got u201Cphp_saprfc_530.dllu201D which I added to my extension file where all the other dll files are present.
    6.Then I opened the u201Cphp.iniu201D file and added the above saprfc dll file to the extension directory   as u201Cextension=php_saprfc_530.dllu201D.
    7.Now I installed u201Cvcredist_x86.exeu201D.
    8.Finally I started the apache server afresh. I get the following message and the apache server is started.
    "PHP StartUp: saprfc: Unable to initialize module
      Module compiled with build ID=API20090626,TS
      PHP compiled with build ID=API20090626,TS,VC6
      These options need to match"
    i have SAPGUI installed on my PC.
    details of SAPGUI is
    release: final release 710
    file version: 7100.4.15.1047
    build: 1108370
    patch level: 15
    hotfix : 1
    Somebody please help me solve this.
    Thanks in advance,
    Pramod
    Edited by: PramodShankar B on Dec 11, 2009 11:53 AM
    Edited by: PramodShankar B on Dec 11, 2009 11:56 AM

    Pramod:
    I'm not sure which version do you need...but I would recommend you some trial an error...download the package 1.4 (All zip versions and try to find the one that suits you)...that's what I did for my PHP 5.2.4 because both PHP and the SAPRfc must have been compiled with exact the same ID.
    Greetings,
    Blag.

  • XAMPP and SAPRFC

    Hi,
    I've installed XAMPP (From Apache friends). The following are the versions of different packages:
    + Apache 2.2.6
      + MySQL 5.0.51
      + PHP 5.2.5
    I've unzipped the file saprfc-1.4.1-4.4.1.Win32 and copied the php_saprfc.dll to the ext and extension directories of php.
    When i run saprfc_test.php test script i get the error
    ,,SAPRFC extension not loaded'' What could be the reason ? Is it that the saprfc.dll and PHP are incompatible and I need to build PHP on windows ?
    Thanks and regards,
    Srini.

    There are lots of threads on this so I would search for them first but one thing you must do is make sure you have a version of SAPRFC which matches the version of PHP you are using.
    Download the right file from [here|http://sourceforge.net/project/showfiles.php?group_id=29190&package_id=21073]
    Since there is no version for PHP 5.2.5 try the 5.2.6 version.
    saprfc-1.4.1-5.2.6.Win32.zip Note the section of the file name after the 1.4.1- refers to the php version.
    Note if you are trying to do this on a NW 7 system you are stuffed. The SDK has been upgraded and the SAPRFC wont work with it. Feel free to use your C-fu to rewrite it
    Hope this helps,
    Nigel

  • PHP in Solaris 10 and Non-Global Zones: Problem of performance?

    Hi friends
    We are feeling a poor performance with applications developed with PHP in Solaris 10, with non-global and global zones, while Intel platform (Xeon and Pentium), performance is very good. Difference between both platforms is about 200% aprox, one second in Intel to 9, 12 or 20 seconds in Solaris depending of model.
    Our tests were developed in:
    1. SF T2000 server Solaris 10 global zone
    2. SF T2000 server Solaris 10 non-global zone
    3. SF280R server Solaris 10 non-global zone
    4. V240 server with 1 GB memory, 1*US III-i 1.0 GHz and Solaris 9 (really this version for test and comparisons)
    5. V240 server with 8GB memory, 2*US III-i 1.5Ghz and Solaris 9 (really this version for test and comparisons too)
    Intel platforms were:
    1. Intel Pentium 4 2GHz 2GB memory, Linux Fedora and PHP 4.4.4
    2. Intel Xeon 2 core, 2.33GHz 2GB memory, Linux Fedora and PHP 4.4.3
    Versions of products are:
    1. Solaris 9 or Solaris 10
    2. PHP 4.4.7 downloaded from http://www.php.net/downloads.php
    3. Apache 2.0.59
    4. MySQL 4.1.15-log
    Our php compilation and installation were:
    ./configure --prefix=/usr/local/php-4.4.7 \
    --with-pear \
    --with-openssl=/usr/local/ssl \
    --with-gettext \
    --with-ldap=/usr/local \
    --with-iconv \
    --enable-ftp \
    --with-dom \
    --with-mime-magic \
    --enable-mbstring \
    --with-zlib \
    --enable-track-vars \
    --enable-sigchild \
    --disable-ctype \
    --disable-overload \
    --disable-tokenizer \
    --disable-posix \
    --with-gd \
    --with-apxs2=/usr/local/apache2.0.53/bin/apxs \
    --with-mysql  \
    --with-pgsql \
    --with-oci8=/oracle/product/9.2.0 \
    --with-oracle=/oracle/product/9.2.0  \
    --with-png-dir=/usr/local \
    --with-zlib-dir=/usr/local \
    --with-freetype-dir=/usr/local \
    --with-jpeg-dir=/usr/local
    make
    make install
    Questions:
    Is there any problem of PHP with SunFire T2000 servers or 64-bits platforms?
    Is there any flag of PHP would be use to compilarion PHP in 64-bits or multithread?
    I wait for any comments or suggestions about our problem with PHP compilation and performance in Solaris 10. Thanks a lot.
    Sergio.

    I presume you compiled php on the Sun server, was this done using gcc or the Sun One C compiler.
    If the latter then you can also use the flag: --enable-nonportable-atomics when you run configure                                                                                                                                                                                                                                                                                                                                                                                                   

  • Php interpretation in Firefox and Safari

    Not great at php and have come across a situation where Firefox is interpreting the below php correctly but Safari is not.
    if($color == "Red" && $size == "Large" || $color == "Green" && $size == "Small")
    do this }
    else {
    do that }
    Firefox accepts either of the color/size cominations above and executes the {do this} or {do that} arguments whist Safari only executes the first color/size combination.
    Any other way of writing this to get Safari to play ball?
    Cheers
    Os.

    Problem solved after hours of testing.........most bizzare indeed. Safari did not like the php variable and only cycled through it once then stopped checking for any other instances of it. When I changed it to a different variable Safari worked the way I would have expected.

  • How to install and configure latest xampp, php, Mysql, apache server, and configure it with dreamvie

    Working on my next project for the tech blog Techmozilla I am trying to make php to work with Apache. . i surfed for the procedures and finally i was asked to do the below mentioned operation .. but i am unable to understand it can anyone please help me .I am using Windows XP
    # Add the following 3 lines to your httpd.conf file. You can put them anywhere in the file but maybe it makes sense to put them after the other LoadModule section.
    LoadModule php5_module "d:/Program Files/php/php5apache2_2.dll"
    AddType application/x-httpd-php .php
    PHPIniDir "D:\Program Files\php"
    Is there any other link which helps to install PHP,Apache and MySql. Please help me. Thank you in advance

    This forum is for helping people who are trying to download and install Adobe software products.  You need to find an information resource suitable to the task you are undertaking, most probably provided by whomever provided the resource(s) you are trying to install.

  • PHP -Mysql image resize and upload

    All,
    Any good ideas, code out there to help me do a PHP MySQL image resize, uploade and display? Thanks for your help!

    For upload image, u may look at the similar thread HERE

  • Php, mySQL, apache servers and all that malarkey...

    Hello
    I want to learn how to build databases and use dreamweaver to
    build sites to for e-commerce shops or portfolio archives etc...
    But at first glance im a bit overwhelmed. I am willing to put the
    time and effort in but just need a little point in the right
    direction.
    What should i be looking at first? Working out mySQL or
    learning .php? Ive seen a lot of talk about installing apache
    servers and installing php5 but i know absolutely ZERO about this.
    If you had to learn it all again where would you start?
    Ive got a G5 ,DW8 and a web host that supports mySQL. I have
    a bit of experience building websites and am just getting to grips
    with CSS. Do i need anything else?

    gareth:
    You may want to change this -
    Whether your new to web design,
    to this -
    Whether you're new to web design,
    and this -
    The PHP Login Suite has a comprehensive 82 manual
    to this -
    The PHP Login Suite has a comprehensive 82 page manual
    Meanwhile, I am examining the details of this product
    carefully! 8)
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "gareth" <[email protected]> wrote in message
    news:e2o095$kco$[email protected]..
    >I would learn the basics of PHP first, then start looking
    at working with
    > databases once you`ve got to grips with the basics.
    >
    > If you want to learn to create E Commerce sites, then
    its going to give
    > you
    > a huge advantage if you learn to hand code rather than
    relying solely on
    > Dreamweavers server behaviors to do everything for you.
    >
    > Installing Apache and PHP is a good idea, as it allows
    you to test your
    > code
    > locally. I have some guides at:
    >
    >
    http://www.dreamweavermxsupport.com/index.php?type=article&pid=39
    >
    > Getting a bit old now, but still relevant :-)
    >
    > There are a huge number of tutorials on the web to help
    with learning PHP,
    > the home of PHP www.php.net is an essential bookmark.
    There are also a
    > large
    > number of good books out there that will help you.
    >
    > Gareth
    >
    http://www.phploginsuite.co.uk/
    > PHP Login Suite V2 - 34 Server Behaviors to build a
    complete Login system.
    >
    >

Maybe you are looking for

  • Installation problem on Fedora 5

    I try to insteall Java Studio Creator on Fedora 5, but it fails and saying I need some c++ libraries? Does anyone know why? I thought Java Studio Creator is all java based, why it needs c++ libraries and how can I get around it? Thank you.

  • Trouble setting up new device with iCloud backup

    I am trying to set up a new Mac Book Pro, and a new iPad Air. I wasn't sure which to choose, set up as new or from iCloud backup. I was having challenges backing up to iCloud from my iPhone, so I chose set up as new, thinking when I logged into iClou

  • Transaction AFAR doesn't check for authorization

    Hi, I've added transaction code AFAR in one of the role that has Check/Maintain for authorization object A_PERI_BUK which should restrict on company code. Ive even check the associated program RAAFAR00 which has the authority chekc statement. But, wh

  • How do i report fake apple email

    I keep receiving fake billing requests from apple. I check my account online without using the email, and it is OK. How do I report this to Apple? I cannot find an apple email address to report it to. Thanks.

  • Delivery Order and PGI in Third Party Shipment scneario

    Hi all, I am just wondering how is delivery order and goods issue is perform in the SAP system in a third part shipment scenario? Is it require? Since this is third party shipment to my customer, do I need to create a delivery order and PGI in the sy