Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > Linux, Apache, MySQL > Apache Help

Apache Help Post any question relating to Apache here and hopefully someone can help

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-05-15, 07:06 AM
Junior Member
 
Join Date: May 2007
Posts: 6
sazzie is on a distinguished road
Default WAMP + mobile emulator help

Hi,

I am developing web pages for mobile phones and I can not get
my php scripts to execute on my nokia emulator.

It has worked before but I had to uninstall and reintall apache.
I put in the necessary addtype but it no longer co-operates.

I use WAMP 5 which is constituted by PHP 5.0.4 , Apache 1.3.33
and MySQL 4.1.7

My simple scripts I am trying
to execute on my mobile emulator. One script calls the other via a form
submit button.

Code:
<?php
    header('Content-Type: text/html');
?>


<html>
    <head>
        <title>
            Next Page
        </title>

    </head>

    <body>
        Interface.php is active! - inside HERE?
        
            <form method = "post" action="process.php">
                <input type = "submit"/>
            </form>        
        <?php
        ?>
    </body>
</html>
Code:
<?php
    echo"Process.php is responding!";
?>
Below is my addtype modification from the httpd.conf file.

Code:
    AddType application/x-tar .tgz
    AddType application/x-httpd-php .php .html .htm
    AddType application/x-httpd-php .php3
    AddType application/x-httpd-php .phtml
I know this works as I had it working before. Can someone please help me.
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:43 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.