Jump to content

WAMP + mobile emulator help


sazzie

Recommended Posts

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.

 

<?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>

 

<?php
echo"Process.php is responding!";
?>

Below is my addtype modification from the httpd.conf file.

 

    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.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.