SunQuest
 
           Web Server Configuration
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Server Configuration

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old May 15th, 2007, 06:09 AM
sazzie sazzie is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2005
Posts: 2 sazzie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 29 m 18 sec
Reputation Power: 0
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
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Server Configuration > WAMP + mobile emulator help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway