| | |
Problem with forms
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Apr 2007
Posts: 1
Reputation:
Solved Threads: 0
Hi all,
I am having a problem with my php and forms. Any help would be verty greatly appreciated. The problem is form objects are not showing up at times and they are at other times.
Has any one heard of this happening and if so is there a fix?
I looked at the source code and noticed that everything is there but it isn't showing up on the screen. I also noticed that I could highlight the textarea but the information that is suppose to show up in the textarea is not there and it appears as though the textarea is not there at all either.
My php code is as follows:
<form enctype="multipart/form-data" method="post" action="postPic.php">
<input type="hidden" name="pic" value="<? echo $pic; ?>" />
<input type="hidden" name="city" value="<? echo $city; ?>" />
<input type="hidden" name="saying" value="<? echo $saying; ?>" />
<input type="file" name="uploadFile" id="uploadFile" class="input" /><br />
It looks like from here
<div class="input">
Message to go with this picture.<br />
<textarea name="say" rows="5" cols="20"><? echo $say; ?></textarea></div>
to here isn't showing up on the screen but looking at the source code below it is there just not showing up on the screen.
<div class="submit"><input type="image" src="../images/upload.png" name="submit" value="Upload" /></div>
</form>
It appears that everything in the div with a class name of input is missing on the screen
The source code from the page follows:
<form enctype="multipart/form-data" method="post" action="postPic.php">
<input type="hidden" name="pic" value="6" />
<input type="hidden" name="city" value="Grandville" />
<input type="hidden" name="saying" value="3" />
<input type="file" name="uploadFile" id="uploadFile" class="input" /><br />
Starting here it isn't showing on the screen
<div class="input">
Message to go with this picture.<br />
<textarea name="say" rows="5" cols="20">Christian reality</textarea></div>Ending here
<div class="submit"><input type="image" src="../images/upload.png" name="submit" value="Upload" /></div>
</form>
It isn't making much sense to me so any help is appreciated.
I am having a problem with my php and forms. Any help would be verty greatly appreciated. The problem is form objects are not showing up at times and they are at other times.
Has any one heard of this happening and if so is there a fix?
I looked at the source code and noticed that everything is there but it isn't showing up on the screen. I also noticed that I could highlight the textarea but the information that is suppose to show up in the textarea is not there and it appears as though the textarea is not there at all either.
My php code is as follows:
<form enctype="multipart/form-data" method="post" action="postPic.php">
<input type="hidden" name="pic" value="<? echo $pic; ?>" />
<input type="hidden" name="city" value="<? echo $city; ?>" />
<input type="hidden" name="saying" value="<? echo $saying; ?>" />
<input type="file" name="uploadFile" id="uploadFile" class="input" /><br />
It looks like from here
<div class="input">
Message to go with this picture.<br />
<textarea name="say" rows="5" cols="20"><? echo $say; ?></textarea></div>
to here isn't showing up on the screen but looking at the source code below it is there just not showing up on the screen.
<div class="submit"><input type="image" src="../images/upload.png" name="submit" value="Upload" /></div>
</form>
It appears that everything in the div with a class name of input is missing on the screen
The source code from the page follows:
<form enctype="multipart/form-data" method="post" action="postPic.php">
<input type="hidden" name="pic" value="6" />
<input type="hidden" name="city" value="Grandville" />
<input type="hidden" name="saying" value="3" />
<input type="file" name="uploadFile" id="uploadFile" class="input" /><br />
Starting here it isn't showing on the screen
<div class="input">
Message to go with this picture.<br />
<textarea name="say" rows="5" cols="20">Christian reality</textarea></div>Ending here
<div class="submit"><input type="image" src="../images/upload.png" name="submit" value="Upload" /></div>
</form>
It isn't making much sense to me so any help is appreciated.
![]() |
Similar Threads
- How to transfer values between ASP.NET pages (ASP.NET)
- Using two dropdown forms in an ASP page (ASP)
- problem due to too many forms being displayed/how to display forms neatly? (C#)
- How to use two forms in asp (ASP)
- Javascript:How to transfer values between ASP.NET pages (JavaScript / DHTML / AJAX)
- Defining Variable problem (Visual Basic 4 / 5 / 6)
- Giving records in MS Access unique numbers (MS Access and FileMaker Pro)
Other Threads in the PHP Forum
- Previous Thread: Variable passed to each() is not an array
- Next Thread: help with sessions
| Thread Tools | Search this Thread |
# .htaccess 5.2.10 ajax apache api array beginner binary broken cakephp checkbox class clean cms code cron curl database date directory display dissertation download dynamic echo email error file files folder form forms function functions google href htaccess html image images include insert integration ip java javascript joomla ldap legislation limit link local login loop mail menu mlm mod_rewrite multiple mysql mysqlquery oop open paypal pdf persist php problem query radio random recursion regex remote script search server sessions sms soap sockets source space spam sql syntax system table tutorial update upload url validation validator variable video web xml youtube





