Subscribe/unsubscribe PHP/Mysql Adobe Tutorial Issue

I've been following the Adobe Dreamweaver CS3 tutorial known
as "Building a subscribe/unsubscribe app in PHP with Dreamweaver
CS3"
here is the tutorial link
http://www.adobe.com/devnet/dreamweaver/articles/subscribing_unsubscribing_with_php.html
Basically I'm having a major problem that boils down to me
creating the "Subscription" Submit form/ button within my actual
template. Not the "main" section of the page... the template
itself.
Here's an example of a similar site like mine that has a
subscribe box within its template.
http://www.free-stuff.co.uk/
When i type in an email address and try to send it. Rather
than going to the confirmation page, the page goes know where, it
just refreshes itself.
My client wants the subscription form within the template and
i am at a loss as to how to get my index page and other pages
(which are attached to the template), to respond appropriately.
PS: I know that the cause of the problem is the form being
within the template, because when i put the subscribe form in the
"main" section of my index page. It works fine.
Thanks for your time, and if you think you have an answer,
but are unsure of anything I've explained, I promise to get back to
you ASAP, to explain in more detail.
Thanks a lot.

geschenk wrote:
> did you download the "cafe_php.zip" sample file
mentioned on page 1 ? The tutorial.sql file is in there, just
checked it
Uh... no. I thouht I looked there, but turns out I was at the
bottom of
pg 4 - Copy the sample PHP files.
Thanks.
Harvey

Similar Messages

  • PHP,MYSQL,ORACLE,APACHE issue?

    Hello All,
    In my oracle 10gr2 server that is build on rhel4, we have web based portal, now that web based portal connects to oracle and mysql, my problem is that, the developer told me that i have to install php4, apache2 with support of OCI8, i have tried every thing in google but unable to find, how can i do this, please help me out, thanks

    Some example guides show installing Apache as a non-root user just to avoid breaking production web servers when installing for the first time. A non-root user cannot start Apache on a privileged port like 80. Once you're familiar with the install process you can always install on the system default Apache or use 80 as the port number.
    The free, prebuilt PHP and Oracle-client stack called Zend Core for Oracle runs on x64. ZCO can be very easy to install. http://www.oracle.com/technology/tech/php/zendcore/index.html
    -- cj

  • PHP/Mysql issue

    I use Dreamweaver CS3 to create my sites on a Windows/Apache
    Server with PHP5 and Mysql 5. The site works perfectly on my
    testing server at home. On the Web server I'm getting the following
    error which causes the page to not load:
    PHP Warning: mysql_query(): supplied argument is not a valid
    MySQL-Link resource in
    /hermes/bosweb/web248/b2488/ipw.horsehelp/public_html/residents/residents.php
    on line 63
    PHP Warning: mysql_select_db(): supplied argument is not a
    valid MySQL-Link resource in
    /hermes/bosweb/web248/b2488/ipw.horsehelp/public_html/residents/residents.php
    on line 61
    The lines in question are:
    Line 61 - mysql_select_db($database_conn_phh, $conn_phh);
    $query_getSuccess = "SELECT * FROM horses WHERE status =
    'Success Story' ORDER BY horse_barn ASC";
    $getSuccess = mysql_query($query_getSuccess, $conn_phh) or
    die(mysql_error());
    $row_getSuccess = mysql_fetch_assoc($getSuccess);
    $totalRows_getSuccess = mysql_num_rows($getSuccess);
    All of the code is supplied by Dreamweaver. I did not tweak
    the code. I'm not a web developer and what I have found out there
    is still reading greek to me. My connection file is working and
    connecting the database that I have tested.
    Since the above code is throughout the site in one form or
    another it's causing me major headaches. Any help would be
    appreciated.

    This is the first time I've used Adobe products so if the
    following is in the wrong forum (It's the closest one I found so
    far) or the format is incorrect please forgive me.
    I'm new to Dreamweaver CS3 and as I was reading the "first
    steps" it mentions to set up a Dreamweaver site right away. I got
    as far as completing "Site Definition" page under the basic side of
    the setup screen.
    The next screen is "Do you want to work with server
    Technology?"
    There are 2 options - Yes or No. If you select yes a
    drop-down menu appears with several options (but you can only
    select one)...
    Asp Javascript
    Asp VbScript
    Asp.net#
    Asp.net Vb
    Cold Fusion
    JSP
    Php MySql.
    I know nothing about these format and brand new to web design
    so I thought it best to contact GoDaddy (my hosting account) to
    find out what their servers would support. I spoke to a tech rep
    but she wasn't sure.
    She did mention that I have a windows hosting account and Php
    MySql would not work unless I changed to their Linux platform at no
    additional charge.
    The site I have in mind will design with CSS, Liquid layout,
    have some flash, widgets, an inquiry form that clients complete and
    results e-mailed to me, auto-responder, Paypal link and whatever
    else I can discover from Dreamweaver.
    My question being:
    I haven't even begun designing my site because I do not know
    what weather I should select the Yes option and select one of the
    formats mentioned above (if so which one) - or select the No
    option. If I do select the No option at the very beginning, will I
    have problems with my site uploading and working correctly?
    Thank you
    Travis

  • PHP/MySQL issue after security update 2010-005

    Hello,
    I run Apache/PHP/MySQL on my MBP for testing Web sites.
    After the 2010-005 security update I can't connect to my databases anymore.
    I don't know how to fix this, I even don't know where to start looking.
    Ideas, anyone?

    coloma wrote:
    etresoft, thanks for sharing this ... I decided to go with the TriangleJuice suggestion instead for two reasons ... first is that I wasn't sure where to find this launchd file.
    There is nothing wrong with TriangleJuice's suggestion. My only issue with creating a php.ini file is that now I have to worry about all those other settings in the ini file. If something else in PHP breaks, I have to figure out if I am the one who broke it.
    Apple ships MySQL with MacOS X Server. They probably adjusted the PHP settings to match how they have MySQL setup in MacOS X Server.
    For MySQL's, no, Sun's - drat! no, Oracle's part, they still haven't acknowledged the fact that Apple has shipped MacOS X 10.4. MySQL still ships with a Startup Item. If you don't know where the launchd file is, it is because you don't have one. You probably have a MySQL entry in /Library/StartupItems or maybe /System/Library/StartupItems. Startup Items were deprecated in 10.4. Oracle should be creating a file named com.mysql.mysqld.plist in /Library/LaunchDaemons.
    Here is what mine looks like now:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>KeepAlive</key>
    <true/>
    <key>Label</key>
    <string>com.mysql.mysqld</string>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/local/mysql/bin/mysqld</string>
    <string>--socket=/var/mysql/mysql.sock</string>
    <string>--basedir=/usr/local/mysql</string>
    <string>--datadir=/usr/local/mysql/data</string>
    <string>--user=mysql</string>
    <string>--log-error=/usr/local/mysql/data/Pele.local.err</string>
    <string>--pid-file=/usr/local/mysql/data/Pele.local.pid</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    </dict>
    </plist>
    I also don't have a /var/mysql directory and wasn't sure whether I should just create one or if this meant my configuration was different. If you feel like explaining any of this, I'd be curious to know.
    You have to create one. Such a directory probably already exists on MacOS X Server. Just make sure it is owned by mysql.
    sudo mkdir /var/mysql
    sudo chown _mysql:staff /var/mysql
    sudo chmod 0755 /var/mysql
    [jdaniel@Pele:516] /var $ ls -al /private/var | grep mysql
    drwxr-xr-x 3 _mysql staff 102 Aug 26 20:03 mysql
    Of course, /var is a symbolic link to /private/var. Long story there.

  • If DW 2014.1 cc does not support database, binding, server behavior, and PHP/MySQL require it, but using Adobe Extensions Mngr IS NOT recommended, then WHAT TOOLS do we use to develop a database with DW?

    I'm using windows DW 2014.1 cc. I'm following lynda.com tutorials to build a website database with PHP and MySQL. I learned I have to download Adobe Extension Mngr to active DATABASE, BINDING, SERVER BEHAVIOR panels, which I've done. BUT NOW I'VE BEEN ADVISED NOT TO USE THESE TOOLS for new development. If this is the truly the case, then WHAT TOOLS DO I USE to develop a website that has a database?

    then WHAT TOOLS DO I USE to develop a website that has a database?
    Besides the tools you would already need for a system using server behaviors (web server, PHP, MySQL, phpMyAdmin) the only extra tool you need is your own brain.
    A lot of people are disappointed by the lack of database tools in DW now, but really it's much better this way. You can never achieve better than a rinky-dink dynamic website using server behaviors. The code Dreamweaver dynamic behaviors create is really terrible. (I'm not insulting the fine folks who wrote the feature. It's just a consequence of automated code.) You can write better, simpler, more maintainable code yourself, and over time you will improve. With server behaviors you cannot improve. you get stuck in database kindergarten.

  • DW8.02 + php + mysql recordet issue

    Am absolutely new to PHP and MySql having been using ASP
    & MSSql for a
    long while.
    I have the latest versions of PHP and MySql installed which
    would both
    appear to be working correctly.
    When I go to create a recordset in the usual manner - if I
    press test I
    can see the correct data, when I click OK to finish I get a
    series of
    JavaScipt errors "while executing findSeverBehaviours in
    recordset.htm"
    (line 53??) etc etc cannot find TomLR-PHP-AdvRS.htm
    DW puts the code in the page, but the Bindings window remains
    empty.
    I've cleared the winfilecache - anyone got any other
    suggestions??
    TIA!!
    Buzby
    There's nothing more dangerous than a resourceful idiot

    twindude wrote:
    > Buzby
    >
    > I too am trying to convert some apps to mysql
    >
    > CAn you please post how you got this to work with DW8
    >
    > I am getting an error trying to setup the RS
    > when i try to 'select database"
    > i get this:
    > Your PHP server doesn't have the MySQL module loaded or
    you can't
    > use the mysql_(p)connect functions.
    >
    > I am running php/mysql on my xp pro workstation....with
    dw8 on it
    >
    > ??? loss......
    Sounds like you haven't installed the mysql module.
    I'm sure someone who knows much much more about it than me
    will be
    along in a moment.
    However - possibly the easiest way to do it without getting
    your hands
    dirty is to delete and then reinstall PHP - make sure you do
    the
    detailed route and look out for the modules section and check
    all the
    MySql ones (sorry can't remember exactly what they were
    called - I've
    only done this twice - the first one I bodged up!) -
    otherwise it's
    trawl through your php.ini file and uncomment all the mysql
    components
    that you think you may need!
    HTH
    Buzby
    There's nothing more dangerous than a resourceful idiot

  • Basic database question, and subscribe/unsubscribe code

    Hi there
    Although I've created and manage a website, and about a million years ago I worked with databases, I'm still a bit green and in need of some help ...
    I have the website based on my local machine (laptop).  I want to use a subscribe/unsubscribe for a newsletter via the website.
    Before I go ahead with this, I need to clarify a very basic database issue ... would I have to always leave my laptop running in order for people to be able to subscribe to the newsletter on the website, i.e. will it still connect to the database if the laptop is not running?
    I'm using Dreamweaver 3, so I hope I can use this version to connect with a database?  I did install Dreamweaver 4 on one occasion with the intent of upgrading the website to it, but because I'm still a bit unsure of myself and was unfamiliar with the changes the newer version created, I decided to leave it on Dreamweaver 3 rather than risk stuffing the website up completely!
    I also have Dreamweaver UltraDev but for some reason it won't install.
    I'm hoping to follow instructions given on Dreamweaver Developer Centre for setting up a PHP development environment (http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html).
    If anyone would be so kind as to advise whether I'm on the right track with all this, using Dreamweaver 3, that'd be great!
    Also, I'm sure this is unlikely, but is there any way to include a subscribe-unsubscribe without having to actually use a database?
    Many thanks in advance    :-)
    Cheers, Chrissie

    Thanks for your help and advice - much appreciated.  I'm going to go the way
    of hosting, as you suggest, and save myself the heartache  
    Quoting jj12689 <[email protected]>:
    To answer your first question, yes your laptop needs to be powered on
    for users to be able to access the database and subscribe/unsubscribe.
    There is another way of doing it, but it requires more work on your
    part. You could make an online program that would generate SQL
    statements and place them in a text document on the server. Every time a
    user subscribes/unsubscribes it would add them to the end of the text
    document. Then you could make an update button on a back-end admin page
    that you would have to push that would take that text file, open it and
    take the sql statements and submit it to the database on your computer.
    I would advise against this method, since it is time consuming, and not
    very fast for today's world. I would recomend using a server based
    database, if the host you currently have dose not have a database, I
    would recomend finding another host. I use surpasshosting.com for my
    hosting because they are cheap, reliable, and have all the requirements
    I need.
     
    Hope this helps...
    >

  • Can't connect PHP/MySQL 404 error

    Wow, the learning curve is killing me. Yet another challenge. I'm using Dreamweaver CC and this tutorial http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    I'm at this step:
    Open comments.php. You must have a PHP page open in the Document window to create a MySQL connection.
    In the Databases panel (choose Window > Databases), click the Plus button on the panel and select MySQL Connection.The MySQL Connection dialog box appears.
    Type connTest as the connection name.
    For the MySQL Server, type localhost.If you are using the MAMP default ports on a Mac, use localhost:8889.
    For the User Name, type phptestuser.
    Type the password you chose for the phptestuser account in the Password field.
    For the Database, type php_test.Note: You don't need to precede the underscore with a backslash here. It was inserted by phpMyAdmin in the previous section (see Figure 20) only because phpMyAdmin uses a query that permits wildcard characters.
    Click Test.Dreamweaver attempts to connect to the database. If the connection fails, do the following:
    Double-check the server name, user name, and password.
    Check the settings for the folder Dreamweaver uses to process dynamic pages (see Specifying a Testing Server for Dreamweaver).
    Verify that the web and MySQL servers are both running.
    Temporarily disable any firewall or security program. If the connection works, you need to configure the security program to permit communication between Dreamweaver and MySQL.
    Click OK. The new connection appears in the Databases panel.
    Expand the connTest connection, and then expand the Tables branch. You'll see the comments table in the database, which you can expand to reveal the details of the table columns (see Figure 23).
    As far as I can tell I have followed this tutorial to the letter.
    As far as I can tell, XAMPP/php mySQL are all running fine, the files are in the correct place and everything should be working. However when I hit test I get a 404 error. (Same error when I hit the select button.)
    The suggested problems on the 404 message are:
    1. There is no testing server running on the server machine.
    Pretty sure the testing server is running. Is there any way to test this, other than to note that xampp is definitely running right now and that I can log into phpMYadmin no problem?
    2. The testing server specified for this site does not map to the http://localhost/php_test/_MMServerScripts/MMHTTPDB.php URL Verify that the URL Prefix maps to the root of the site.
    Ummm...I'm pretty sure I put things where I was told to put them in the tutorial, but I'm lost at this point where I should verify what. A clue here? The files are where they are supposed to be, but maybe I entered something wrong? Except...I'm not sure what that could be or where to find it. Whatever IT is.
    Everything in local files is looking good.
    Thanks for your help!
    PS: Extra points to anyone who figures out how to make copy/pasteable error messages! These buggers are the bane of my life!

    Bgupta, you rock!
    I hope you have copied the "mysql.php" and "MMHTTPDB.php" files from "C:\Users\username\AppData\Roaming\Adobe\Dreamweaver CC\locale\Configuration\Connections\Scripts\PHP_MySQL\_mmDBScripts" to "C:\xampp\htdocs\phptest\_mmServerScripts"
    This was EXACTLY the problem. I checked the tutorial and I couldn't even find where the tutorial said to do this. (If I missed it, let me know where in the tutorial it was, please.)
    Fixed!

  • I need help with DW, PHP & MySQL please.

    Hello, I am new to website development and am trying to set up a form for collecting data on my website and have a question that I can’t find an answer to anywhere else. I was wandering if someone there would be kind enough to help?  I am using Dreamweaver in CS4 and my host already has PHP & MySQL installed on the server that I can use.  My question is: Do I need to download XAMP or WAMP on my computer before trying to connect my form to the server?  Also, do I need to change the page I am putting the form on to .PHP extension or can I just embed the PHP form into an existing HTML page?
    Most of the training tutorials I’ve read don’t start at the most basic beginning but rather expect people to already have a basic knowledge of the topics they are trying to learn.  If anyone knows the best place to get answers to the most basic questions like this one or a beginners guide to working with DW, PHP & MySQL I will gladly go there rather than waste your time on questions you’ve probably already answered a bezillion times.
    Thank you for the help.

    Strictly speaking, you don't need XAMPP or WAMP on your local computer. But if you're serious about getting involved with PHP/MySQL, you should definitely set up a local testing environment with one or the other. It's safer and more efficient. Don't expose all your errors on a live server. You can find instructions on  how to set up a testing environment here: http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html.
    To develop with PHP, you should always use a .php file name extension. Any other choice is very rare.
    There's a tutorial on building your first dynamic website with DW here: http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html.
    For more in-depth help, you might want to consider grabbing hold of a copy of "The Essential Guide to Dreamweaver CS4 with CSS, Ajax, and PHP". (Yes, I wrote it, so it's a bit of shameless self-promotion, but you'll find it answers many of your questions - and probably a lot you hadn't even thought of.)

  • Apache2, PHP, MySQL Help

    Hi,
    Sorry if this is a bit of a newbie thing todo but I am not too good with solaris configuration yet.
    Can anyone supply a decent step by step and easy tutorial/how-to on how to set up Apache, PHP, MySQL and PHPmyadmin on a SPARC solaris 10 box please...
    Thanks Rob

    Can anyone supply a decent step by step and easy
    tutorial/how-to on how to set up Apache, PHP, MySQL
    and PHPmyadmin on a SPARC solaris 10 box please...Setting up Apache is very easy since all it takes is setting it up. Its installed by default, you can check /etc/apache for an example configuration file. Next to that www.apache.org/docs/ is also a very valuable read.
    <blunt SPAM>
    You could also consider looking into the Java webserver (formely SunONE). Its currently being made available for free with the Java Enterprise System and compares very well to Apache. If you'll also be doing some Java it would be a better choice (IMO its a better choice than Tomcat) and it can also do PHP.
    http://www.sun.com/software/products/web_srvr/home_web_srvr.xml
    http://www.zend.com/sun/?article=/sun/index.php&kind=&id=6179&open=1&anc=0&view=1
    http://www.php.net/
    </SPAM>
    As you'll note I included the PHP website because with the above setup you'd also need to manually setup PHP. If you have the companion CD present you can install the PHP module which will end up on /opt/sfw/apache. This directory will also present you a php.ini example which will need to be placed in /etc/apache as well. Setting it up is basicly following the documentation in the ini file, and the Apache documentation on adding an extra module (/opt/sfw/apache/libexec/libphp4.so).
    MySQL. Also very easy since its shipped with Solaris as well. Look into /etc/sfw/mysql for a README which covers the most essential steps to set it up. In short you'll need to setup a few directories for MySQL to work and optionally (but recommended) copy the default config file to /etc (/etc/my.cnf) which will define certain basic settings. The readme explains. Next you're likely to need the MySQL guide (if you're new with MySQL) which can be located at http://dev.mysql.com/doc/refman/4.1/en/index.html.
    This applies to the version (close enough anyway) which is shipped with Solaris. From personal experience I can say that MySQL 5 will also run very well on Solaris 10.
    Finally the PHPMyadmin... That really is an RTFM issue, once you have your environment setup (Apache and the likes) its likely you only need to copy it to your document root and point your browser to it.
    Hopes this helps somewhat.

  • Where to go next with Dreamweaver and server-side (php/mysql) applications?

    This question is mainly directed at David Powers but  I appreciate any input from anyone with the same concern or question.
    I've been using DW since the change from Macromedia and have developed a number of applications using built in server behaviors and sb extensions from ADDT, WebAssist, etc. I've learned to customize these behaviors to fit my needs always keeping within the "canned" code. In this way I've "learned" php.
    I own most of David's books and in fact, it was because of these that I have any idea about what I'm doing and went in this direction in my "developer" career (building php/mysql applications using Dreamweaver.)
    With the decision to remove server behaviors (and the other "developer" panels) from DW and with the deprecation of the mysql extension from the php landscape, I'm wondering where to go next? I fully understand this has to happen.
    I'm aware of some alternatives:
    Zend or some other framework - to me, this seems extremely complex
    Keep several versions of DW installed
    Stick to Joomla/WordPress/Drupal - let others who know what they're doing build the architecture
    Actually LEARN php - wish I had time; too much work to do (I know how illogical that sounds but it's a very real situation)
    I know I'm going to have to switch out all that deprecated code or better yet, rebuild the many applications which used the DW (and other) server behaviors. I'm just not sure which way to turn.

    rjjacob wrote:
    Since I wrote this post I concluded that there is no substitute for understanding and have started my re-education by delving further into the issue with updated PHP/MySQL books and tutorials so I can prepare for a Dreamweaver without this functionality.
    Yes, I too have concluded that is the way to go as well. There really is no substitute for learning as much as you can. Whilst the DW Server Behaviours were very convenient they have not kept pace, Adobe prefering to spent their time on less important updates in my opinion. The Server Behaviours are what makes Dreamweaver the tool of choice  for database integration for those who lack the knowledge. I feel the Adobe team will regret not coming up with an alternative. Anything that detracts from making the program what it is is a step in the wrong direction and for sure this is a big step in the wrong direction.
    rjjacob wrote:
    I have mainly used DW server behaviors in my development projects that's why I am curious about what others are doing to make the change. I'm surprised there haven't been more posts; perhaps I'm the last one to be taking action about this, or maybe no one is too worried about it yet.
    I think a lot have changed their working practice but many more are burying their heads in the sand. sql_ support is a way off from being completely dropped yet.
    rjjacob wrote:
    Anyway, your assessment of how terrible the server behaviors are is correct. I'm finding that true after barely breaking the binding on a few books about the greater subject and looking into mysqli and PDO.
    Yes, because I relied heavily on them I did not know how bad they were until I forced myself to look further afield. What you can do in a couple of lines of code the DW Server Behaviors produced quadruple or more to achieve the same.
    rjjacob wrote:
    But they sure were convenient!
    Yes, I agree. Maybe some extention developer will come up with a set of new improved behaviours. I tell you if they do they will make a shed load of money.

  • PHP/MySQL presentation

    Hi,
    I have a presentation infront of two tutors at university, i
    have currently designed a website for the university using PHP AND
    MySQL. the website is designed using html coding using dreamweaver,
    and contains multimedia using flash 8.
    The website contains pages showing the university and a
    restricted side which only administrators, clerks and students can
    access, they have to type in relervent passwords and usernames,
    which allows them to check results and updat students information
    etc.
    The reason for this message is if anyone has any idea on what
    sort of questions i could get asked by the tutors about the php,
    mysql, validation issues etc, i also used template within
    dreamweaver. could they please tell me and let me know what sort of
    questions i will get asked and what sort of replies they should be.
    p.s if any1 knows how i should perfrom the presentation for
    20mins to demenstrate the website to the tutors that will help as
    well, thankyou
    Thank You

    Admittedly though, that's pretty easy too.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Gary White" <[email protected]> wrote in message
    news:[email protected]..
    > On Tue, 13 Jan 2009 23:09:15 +0000, David Powers
    <[email protected]>
    > wrote:
    >
    >>Why? That means converting the data every time it's
    displayed. If the
    >>data is always required as uppercase, it makes more
    sense to convert it
    >>once at the time of storage.
    >
    > For the most part, I agree. However, there is the
    possibility down the
    > road, that they might want to use the data for something
    other than the
    > current ticker. In that case, it might display better in
    mixed case. It's
    > a lot easier to convert to all upper case for the
    ticker, than to try to
    > convert all upper case to mixed case.
    >
    > Gary

  • Host recomendation - linux - php/mysql

    Hi gangsters and molls :)
    I'm looking again for some advice from the knowledgable
    contributors of
    this forum, of which there are many, many, many!
    I'm in need of a host, that provides php/mysql linux and some
    good
    online instructions (preferably the hosts own instructions)
    about
    tranfering/connecting the database up. I'm as thick as two
    planks when
    it comes to moving the the dynamic technical stuff over to a
    remote
    host, so bear that in mind. I try but I'm getting old and
    past my
    sell-by date :(
    I've done this on a couple of occasions (some time ago
    though), spent a
    good few hours resolving connection issues but finally
    everything
    worked. However if anyone knows of a good host and some good
    walk ya
    through instructions to save me some hassle I'd be grateful.
    I'm not really that bothered where the host is (preferably uk
    but I'm
    open minded)........EASE OF USE & SET-UP is paramount on
    this ocassion.
    Cheers!
    Os.

    : Nadia : ** Adobe Community Expert ** wrote:
    > "Osgood" <[email protected]> wrote in
    message
    > news:[email protected]...
    >
    >>Hi gangsters and molls :)
    >>
    >>I'm looking again for some advice from the
    knowledgable contributors of
    >>this forum, of which there are many, many, many!
    >
    >
    > you're being too mich - what's up Os ? ;-)
    Yeah...I'm on new tablets.........seems to be doing the trick
    until my
    immune system fights back.
    >>I'm in need of a host, that provides php/mysql linux
    and some good online
    >>instructions (preferably the hosts own instructions)
    about
    >>tranfering/connecting the database up. I'm as thick
    as two planks when it
    >>comes to moving the the dynamic technical stuff over
    to a remote host, so
    >>bear that in mind. I try but I'm getting old and past
    my sell-by date :(
    >
    >
    >
    > www.hostmysite.com is US based, but I've had no problems
    with email
    > support - they've been great... they also have
    'live-help' I think. They've
    > helped me heaps in setting up dbs or fixed errors when I
    did a few installs
    > of various CMSs...
    Yup...you've mentioned them before in some previous posts,
    I'll check
    them out.
    > www.webstrikesolutions.com been with them for years...
    email support is
    > terrific (no phone support, but live chat again).
    Haven't had much to do
    > with php side of things with them, though they have both
    win and linux
    > servers, most of my clients are on windows and a couple
    of clients on linux.
    > Had to have help with a couple of asp dbs and they were
    great help there.
    Humm....why does a connection to a remote database seem so
    imposing.
    Should be a simple drag and drop solution.
    I don't even know where the database file is created on my
    Mac but
    apparently you have to create a 'dump' file to transfer it to
    a remote
    location. I can do that in phpMyAdmin but wouldn't it be
    simple if there
    was an identifiable file which you could just grab hold of
    and drag
    across.......bummer all seem complicated to me.
    > www.crystaltech.com have also been great to work with -
    again US based,
    > help docs are a bit sparse - or it could be me not
    understanding them :-)
    > but email support is good.
    Humm I have some instruction docs from a host that I have
    previously
    used but thaey might as well be written in chinese.
    Do you know if I can set up a website on one server and have
    it pull
    information from a database which is hosted on another
    server?
    Os.

  • DW 8.0.2 PHP/MySQL Replicable crash

    Running on new iMac Core 2 AND MacBookPro both with 2Gb.
    Using PHP and MySQL connection. Create a table on a PHP page with,
    say, 2 rows and 10 columns -- one row for header and one for data.
    Connect a MySQL table. In the connections window, drop down the
    table to list the columns. Start dragging MySQL columns from the
    right pane to the PJP page table. Column table.col1 to PHP table
    row 2 col 1, table.col2 to PHP table row 2 col 2, etc. IF you drag
    them SLOWLY, WAITING between each "drag" for DW to settle down, you
    MAY be able to get more than 2 or 3 of them into the table. If you
    drag the MySQL column ($row_Recordset['cal1'], etc.) QUICKLY, by
    about the 3rd or so "drag", you'll get the beach ball and, get
    this, SAFARI will get an "unexpected quit" warning -- NOT
    DreamWeaver. But all is for naught. If you move really fast, you
    MIGHT be able to get to the force quit screen in time. In all
    liklihood, you won't. Eventually -- less than a minute -- OS X
    hangs and there is nothing you can do except kill the system with
    the power button. Scenario is the same on both my Macs. Repeatable
    and predictable. Now it LOOKS LIKE (and I am NOT qualified to make
    a prefessional judgement here) DW is leaking memory and eventually
    absorbs ALL memory from the system until OSX grinds to a halt, or,
    it is causing the disk to thrash and bringing OSX to its
    knees.

    bikeman01 wrote:
    > As I said the problem was fixed up to php 5.2.5. Going
    to php 5.2.6. has
    > broken this again. I don't know what has changed in php
    5.2.6 that might cause
    > this.
    >
    > Are you able to confirm this problem in php 5.2.6?
    No. I have installed PHP 5.2.6 on a different machine, and
    tested the
    XSL Transformation server behavior. It works exactly the same
    as in 5.2.5.
    > If confirmed, what is the process for raising a bug and
    will Adobe fix it?
    I cannot confirm the problem, so there's nothing I can see
    for Adobe to
    fix. However, the correct channel for reporting bugs is
    through the form
    at the following address:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Even if a problem can be identified, it's highly unlikely
    that Adobe
    would issue an updated version of the 8.0.2 hotfix. The
    hotfix worked
    perfectly with the version of PHP that was current at the
    time. Since
    then, CS3 has been released, and CS4 is being officially
    announced next
    Tuesday. If a fix is required (and I don't believe one is),
    the normal
    policy is to supply it for the current version of
    Dreamweaver, not one
    that is no longer on sale.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Subscribe/Unsubscribe

    I am building a subscribe/unsubscribe app in PHP with
    Dreamweaver CS3.
    I am following step by step the article on
    http://www.adobe.com/devnet/dreamweaver/articles/subscribing_unsubscribing_with_php.html
    On page 4 of this article, I used the following code:
    <?php
    $id = $row_rsSubscriber['ID'];
    $to = $row_rsSubscriber['SubEmail'];
    $subject = "Subscription confirmation";
    $body = "<html><body>" .
    "<h2>Thank you for subscribing to our
    newsletter!</h2>" .
    "<p>To unsubscribe, click <a href=\"
    http://[MY SERVER & PATH
    HERE]/confirm_unsubscribe.php?ID=" .
    $id . "\">here</a>.</p>" .
    "</body></html>";
    $headers = "From: Subscription Manager
    <[email protected]>\r\n" .
    "MIME-Version: 1.0\r\n" .
    "Content-type: text/html; charset=UTF-8";
    if (!mail($to, $subject, $body, $headers)) {
    header( 'Location:
    http://[MY SERVER & PATH
    HERE]/error_subscribe.php' ) ;
    ?>
    When I test the application ( publishing the pages to m web
    server, going to subscribe.php and entering my e-mail address ) , I
    was taken to the error page:
    http://[MY SERVER & PATH
    HERE]/error_subscribe.php
    I know that the e-mail function in the above code didn't work
    properly (I have checked all other possibilities)
    Please help ! How to debug !
    Amanda Nguyen

    Hi,
    Go through these links it may help u
    For a user (SharePoint object) to receive notifications when the underlying data has changed, the user must subscribe to the notifications for an entity. To allow this, the BDC Model schema has been extended to include the
    Subscribe stereotype. The Subscribe stereotype is used by SharePoint to let the external system know that the sender is requesting to be notified of changes to the underlying data.
    http://msdn.microsoft.com/en-us/library/office/jj164024%28v=office.15%29.aspx#bkmk_eventsubscriber
    http://blogs.technet.com/b/wbaer/archive/2010/05/07/site-subscriptions-in-sharepoint-2010.aspx
    Please mark the Answer and vote me if you think that above solution can help you to resolve the issue

Maybe you are looking for

  • Mid-2013 macbook air Battery life problem

    hi, i don't know what's the problem on my macbook air but battery life always shows less than 10 hour... any idea? i have posted that etrecheck results...  what should i do? Hardware Information:           MacBook Air (13-inch, Mid 2013)           Ma

  • "CSAP_MAT_BOM_MAINTAIN" can read material which is created without commit?

    hi:   i want to create a material first with "BAPI_MATERIAL_SAVEDATA",then i want to add this material as a component   to a existing BOM with "CSAP_MAT_BOM_MAINTAIN".   1 I create the material using "BAPI_MATERIAL_SAVEDATA" without "BAPI_TRANSACTION

  • Bind variable for date type

    Hello I have a question about bind variable. I have a simple query which is a stand alone SQL. Its simple select select a, b , c from table1, table 2 where table1.g1 = table 2.p1 and  table1.pnumber like  :var1 || '%' and table2.check_date between :v

  • Can I change my computer name?

    Hello all, I just replaced my Power G5 with a Mac Pro, however, the computer name of the new Mac Pro is quite too long, therefore I am thinking to change it. I have not set up the network connection yet with my other computers at home. Do I have any

  • Write SQL for LOV for linked tables

    I have two tables: tblRegions (Parent Table) Region ID (Primary Key, sequence, trigger) =100 Region Code (Unique Key) = LA Region (Unique Key) = Latin America tblCompanies (Child Table) Company ID (PK, sequence, & trigger) = 600 Company Code (Unique