Frustrated php Newbie


Posted on 16th Feb 2014 07:03 pm by admin

First off, I am pretty much a PHP nub. I can read and understand the language (most of the time) so I figured I could get this to work.

So, my plan was to make a simple SQL server with a PHP bullitin board on it. No Problem, that's done. Now, I want to make a submit form and eventually work with GD2 to do a little bit of graphical stuff. I am working with templates on top of templates in this phpBB... of course.. So I copied a page and started to change the body of that page to reflect the simple form that I would like to make.

The form is simple, it has a drop down box which is supposed to pull just 13 different names off of the server (which is already set up correctly on the server). Then under that drop down box there is an input box where you can type a name as well. After that, a submit button. Simple

Here's the problem:
1. When I name it *name.php, and upload it and recache the website from the administration section, I only see a dropdown box with nothing inside of it to select and a sumbit button.

2. When I name it *name.html, and upload, recache, I see a dropdown box with nothing in it, the input box and the submit button.

3. When I make a regular php page without the template with the same code, I can see the dropdown box with all of the names from the server and the input box and the submit button. It all works, it just doesnt match the page.

are these templates preventing this form to connect to the SQL server correctly? I would assume no, since the entire website is built on it. am I putting my "" $dbc = mysql_connect "" code on the right page? (which one should it be, if it should even be in there at all


Here is the code for the form. Like I said, it is very simple.

Code:
<form>
<p align="center">Select your Army:

<select name="br_Armies">
<?
$query="SELECT * FROM br_Armies ORDER BY br_Army_Name";
$r=mysql_query($query);
while($row=mysql_fetch_array($r)){ ?>
<option value="<? echo $row['ID'] ?>"><? echo $row['br_Army_Name'] ?></option>
<? } ?>
</select>
</p>

<p align="center">Please type your Personal Army / Chapter Name

<input type="text" name="firstname" />
<br />
</p>

<div align="center">
<input type="submit" value="Submit your Army" />
</div>
</form>
I hope this forum is meant for things like this. I tried to search for this problem on google and other php sites, but I don't exactly know what to even search for! This seems like a pretty specific problem. I am extremely sorry if this has been answered before!

Thank you all in advance

No comments posted yet

Your Answer:

Login to answer
257 Like 26 Dislike
Previous forums Next forums
Other forums

PHP Script runs on CLI but not through web browser
I am running into an issue that I just can't seem to find the answer to. I have a Windows Server 200

Creation of Raw Exposure manually
SAP Gurus

I am creating Raw Exposure ( Hedge management ) thru T Code TEM10 with followin

Add User script "Could not execute query"
This should be an easy script but I can't get it to run. Can someone please help me?

<

Trouble with a select list
Hello All!
I was wondering if any of you guys could help me with a small problem I'm having!

How to show more than 1 users with this code...
Hello,
i have a table that shows users only if I, as Administrator, want to be shown. But its sho

insert/update functions for mysql, what do you think?
I am working on two really simple functions that automatically generate (and execute) insert and upd

noob question
i traying to do a php form with auto replay for both(me and the user who send me a mail),

a u

session checking in page load
hai all I have a web site is www.Mryas.com in this my login page is Page1.aspx its co

PHP IMAGE UPLOAD SCRIPT
Hi for the last week i have been looking for scripts that will upload a photo to a certain folder wh

Why does my crawler script suddenly end with no error?
Hi.

I have written a web crawler script. It will visit a large number of URL's with cURL.

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash