close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

how to add a redirect to search page if result page is opened without search?

Thread began 12/15/2013 7:34 am by malogies436179 | Last modified 12/16/2013 9:20 am by Jason Byrnes | 496 views | 1 replies |

malogies436179

how to add a redirect to search page if result page is opened without search?

When a user goes to the search page and search example a email address it goes to the result page showing all the results for that email this is fine, But when a user goes to the resultpage.php without doing a search (skipping the search and typing resultpage.php in directly) he sees all results and all the email addresses.

I want to know if I can redirect him to the search when no search is done. the search has css spry validation so a user must use a correct email. that way avoiding them to see other email addresses.

Is this possible please assist asap.

Sign in to reply to this post

Jason ByrnesWebAssist

it can be done but requires hand coding

2 things you will need to account for:

when a search is preformed, it stores the search parameters in a session variable, this session is used if the results page returnees more results than can be displayed at one time and navigation is used.

you would need to hand code an if statement that checks if the both the email form element and the session are empty. the specifics of the code depend on the method of your search form, the name of the email form element and the name of the session.


if the form uses the GET method, the form element is named "email" and the session that is created is named results, an example would look like this:

<?php 
@session_start();
if((!isset($_GET['email']) || $_GET['email'] == "") && (!isset($_SESSION["results"]) || $_SESSION["results"] == "")) {
header("Location: search.php");
}
?>
Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...