I don't have a ton of php experience but I am trying to have math problem echoed in the same browswer screen upon submit. Problem is when I submit nothing appears it just looks like i refreshed the page. I've tried moving the php coding into a seperate .php file so the form can call it. the same thing happens though. Do I need to be connected to Wamp so php can work? I'm not calling mysql or anything.
RazorRamon 0 Junior Poster in Training
Recommended Answers
Jump to Postplease paste your code here :)
Jump to Postweird but it worked well with me... try changing $_REQUEST to $_POST
Jump to Postpricing.htm
<div id="para"> <form method="post" action="pricing.php"> <textarea name="pages" value="" rows="1" cols="5"/> </textarea> Pictures<input type="radio" name="pictures" value="50"> <input type="radio" name="pictures" value="25" checked> <input type="radio" name="pictures" value="0"><br> Literature<input type="radio" name="literatures" value="100"> <input type="radio" name="literatures" value="50" checked> <input type="radio" name="literatures" value="0"><br> <br> Pictures<input type="checkbox" name="picture value="50" ><br> Page<input type="checkbox" name="literature" value="50" …
Jump to PostIf you want to know if it is server issue or not try to make PHP file and access it on Url and in the PHP file put just the simple code below
<?php phpinfo();?>
All 14 Replies

nevvermind
MooGeek 16 Posting Whiz
flamer_x86 0 Newbie Poster
RazorRamon 0 Junior Poster in Training
MooGeek 16 Posting Whiz
flamer_x86 0 Newbie Poster
kar123 0 Newbie Poster
Stefano Mtangoo 455 Senior Poster
MooGeek 16 Posting Whiz
RazorRamon 0 Junior Poster in Training
RazorRamon 0 Junior Poster in Training
MooGeek 16 Posting Whiz
Stefano Mtangoo 455 Senior Poster
RazorRamon 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.