Search Result

Collapse
22 results in 0.0044 seconds.
Keywords
Members
Tags
redirect
  •  

  • Antonio Bacasno
    started a topic Doesn't Redirect After Successful Update
    in PHP

    Doesn't Redirect After Successful Update

    Can somebody please help me? I would like to redirect to a new page once a successful update was performed, but my redirect code doesn't work. After a successful update, it doesn't perform the redirect, instead it opens up a blank version of the current page. Can somebody please check my code and see what's wrong with it? Thanks.

    ***AFTER A SUCCESSFUL UPDATE, IT OPENS UP A BLANK VERSION OF THIS PAGE INSTEAD OF REDIRECTING TO UPDATEDATA.PHP* **...
    See more | Go to post

  • Same URL to redirect to different sites after every access

    Hello!
    I was wondering how can I do the following:
    Get a URL/Page on my site that redirects to a different URL after every access to it, according to a predetermined list of URL's.

    For example, I'll enter a text file with a list of 5 websites, then I'll surf to a URL on my site that will redirect me to the first site on the list. When I surf this same URL again it will redirect me to the second site on the list, and so...
    See more | Go to post

  • How to redirect to another url when Edit (option in gridview) is clicked?

    Hi

    Im using Visual Studio 2008, i have a gridview which gets data from an SQL table. I have added the Edit option which is part of gridview.
    The data has a primary key set.

    How do i redirect to another URL when the edit option is clicked.
    This action should also assign the primary key as a URL Parameter, causing only that specific record to show on the Edit page.

    I have gone through this...
    See more | Go to post

  • python cgi webpage won't redirect before background children processes finish

    Hi all,

    I have a python cgi script which looks like this:

    Code:
    logfile = open('xxxxxxxxx')
    print "Content-Type: text/html\n\n"
    .....
    print '    <meta http-equiv="refresh" content="15;url=%s" />' % myURL
    ......
    ### after printing the page
    os.system('python myfile.py &')
    logfile.write('END OF SCRIPT')
    logfile.close()
    ...
    See more | Go to post

  • aldragon
    started a topic How to redirect a 404 to another url same domain?
    in PHP

    How to redirect a 404 to another url same domain?

    Hi,

    Have the following problem

    need to redirect an old url from my website to a new one

    old was:
    http://www.metamercade o.net/2010/09/informe-seo

    new is
    http://www.metamercade o.net/posicionamiento-google

    How and where do I do this
    thanks
    See more | Go to post

  • How to set a cookie and then redirect using Python?

    I've read that Python does not alllow one to set a cookie and then redirect. I'm trying to save the current page location before pushing the user to the signin page.

    I'm coming from ASP, which allows for this in a very simple manner:
    Code:
    if request.cookies("GDtoken") = '' then
      response.cookies("cpage") = request.servervariables("PATH_INFO")
      response.redirect "signin.asp"
    ...
    See more | Go to post

  • AutumnsDecay
    started a topic Advice on best method for redirect
    in PHP

    Advice on best method for redirect

    Hey guys,

    It's been a long time since I posted a question, and really I'm just looking for a bit of advice on something.

    I won a custom CMS contract for a company that deals with Ford Motors marketing team.

    Essentially, the marketing team wants to be able to setup a dealership account through a backend portal. Simple. No issue at all. They want the url to be www.undisclosed website.com/dealershipname...
    See more | Go to post

  • Brentis
    started a topic How to redirect sign up form in WordPress?
    in PHP

    How to redirect sign up form in WordPress?

    Hey Guys,

    I'm using WordPress and have configured a simple contact form (Contact Form 7) into a sign up form. Now my problem is to redirect it to a page where I can allow users to pay via PayPal. Is there a way I can configure the submit button to redirect after processing?

    Thanks very much!!

    Brentis :)

    Code:
    <p>Name*<br />
        [text* your-name] </p>
    ...
    See more | Go to post

  • Stuart Hunter
    started a topic Redirect URL, keep and add to string...

    Redirect URL, keep and add to string...

    Hi folks, really hoping someone can help me here...

    I'm trying to direct a load of old web pages to one single page that then populates a registration form as necessary. The catch is that it populates the form from a unique URL based argument / string.

    Annoyingly all the pages are missing a product name, so I am looking at finding a way to add this name to the URL, from the redirection page.

    So my question...
    See more | Go to post

  • How to load duel iFrames via redirect when pages are accessed from an outside domain?

    I'm working on a site for an artist who didn't want to use flash to display his work (unique, right?), so I am using two iframes to display the work and the description with the navigation on the index page in a div. I know, I know, iFrames, but he wanted to have multiple pictures in a series change while the navigation and description below remained static and have each image on it's own page so it could be linked to individually if needed, so what...
    See more | Go to post

  • Austin H
    started a topic How To Redirect If Already Submitted?
    in PHP

    How To Redirect If Already Submitted?

    Hello, I am trying to figure out how to redirect users from accessing a form if they have already submitted it within the past hour. I am trying to figure this out because the TOS with my hosting company state that I cannot send over x amount of emails per hour. This form is made to send out to a distribution list and if it gets submitted twice within the same hour, I will be breaking the TOS. What should I do to prevent the form from getting submitted...
    See more | Go to post

  • Trying to capture stdoutput, but Diagnostics.Process object causes process to hang

    Hi, I'm trying to capture the standard output from a program called cURL.

    Running the program from the command line as such:

    >curl www.youtube.com

    will write out the HTML page returned by YouTube.

    My objective is to "capture" and manipulate this data. I read about the systems.diagnos tics.process class and its ability to redirect stdoutput/stdinput and thought it would be perfect --...
    See more | Go to post

  • multiple-choice exam using a form with radio buttons and redirect after sum values

    How can I do build a multiple-choice exam using a form with radio buttons.

    question No. 1
    Answers: yes: value=2 maybe: value=1 No: value=0

    question No. 2
    Answers: yes: value=2 maybe: value=1 No: value=0

    question No. 3
    Answers: yes: value=2 maybe: value=1 No: value=0

    On submit, it should sum the values from all the quetions and then, depending in the total added,...
    See more | Go to post

  • I need to redirect to a page only once - problem more complex than meets the eye

    I've been going around in circles for days on this. I developed over 200 pages of code in a software package and have written the Login scripts in PHP. On about 100 pages are 3 hotlinks in iframe - some which may only be accessed if logged in. If I add php code to the top of the pages to be protected to redirect if not logged in, I get the famous headers already sent error. If I put the same code on a separate page (page1), all is well. There...
    See more | Go to post

  • johny10151981
    started a topic Apache SSL enable issue

    Apache SSL enable issue

    have enabled SSL for my site successfully. But few thing is not clear for me yet,

    1. SSL is enabled for the entire site. But I want it enable for a specific folder. not the entire site. How to achieve that?

    2. Even If the entire site is SSL enabled(which is not convenient I think) is it possible to to something like:
    User Will request for http://www.example.com
    and request will be processed as https://...
    See more | Go to post
Working...