
jlhaslip
-
Posts
524 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Downloads
Gallery
Store
Posts posted by jlhaslip
-
-
Any chance that you are seeing a 'cached' page?
-
Try uploading a single Table at a time and add the indexing afterwards.
-
Must be a gorgeous place to live.
And that comment is coming from the middle of the Rockie Mountains...
-
do a view page source on this link: http://jlhaslip.com/samples/image_display/image_display_single.html
-
I rarely use position absolute or relative.
Generally use floats, margin and padding.
-
-
-
-
alt="this is the alternate text" title="this is the title text"
-
-
me too...
-
what does the error message say, exactly? Is it a wordpress error or a php header error?
-
better post the form code and include the js info
-
rename the new file to index.html, clear your browser cache and seek the homepage again.
-
-
For future reference, here is a "Redux" form file that shows how to handle a form on a single page.
> $page_title = 'redux'; // Check if the form has been submitted. if (isset($_POST['submitted'])) { // handle form script here } // End of main isset() IF. // Leave the PHP section and create the HTML form. ?> Build postal code file </pre> <form action="" method="post"> File: </form>
Notice the 'hidden' submitted value that is used to determine whether to perform the php code. It ignores handling the form data and processing the php section unless the hidden value "isset", like on the initial presentation of the form.
As noted above, sometimes it is preferable to use the multiple files.
-
You need to validate your data differently.
Check to see if the form has been submitted by checking for a 'hidden' form value instead of isset.
Also, you need to throw an error if the form is not completed properly.
In addition, you would be better off not using the REQUEST array. Use POST instead. Look at your form to see which action you are using.
-
virtual, try the site at this link: http://www.websiteoptimization.com/services/analyze/
You could try it both ways and see if it makes a difference.
There is also a Yahoo! service which will assist by measuring the parts of the page that are slowing you down, but I'll need a bit of search time in order to provide a link. I seem to have lost it. I go search right now.
-
Javascript is what you need, but I'm not a js guru.
-
Each of your "paragraphs" should be within their own
-
-
-
Add it to the bottom of the css file in the css folder
css/style.css
-
Storing filename in php
in PHP
Posted · Edited by jlhaslip
You may need to parse the results.
Use this as a hidden form value on the form and it will remember the referring page