Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6682763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:44:37+00:00 2026-05-26T04:44:37+00:00

I have an URL in Mechanize in Python that reads: members_booking.php?operation=member_day&course_id=1&d_date=2011-10-5&comp=1 But I want

  • 0

I have an URL in Mechanize in Python that reads:

members_booking.php?operation=member_day&course_id=1&d_date=2011-10-5&comp=1

But I want to change that url depending on the data that the user inputs to the console, eg:

year = raw_input("Enter the YEAR")
month = raw_input("Enter the MONTH")
day = raw_input("Enter the DAY")

And so that depending on the data the user has inputted in the above code, it will change the url. (where it says d_date=2011-10-5& in the url, I basically want to change it to d_date=year-month-dat&

How do I edit these strings based on the users input? In C (my only point of reference) I would use “d_date=%i-%i-%i&amp”, year, month, day or something to that effect

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T04:44:37+00:00Added an answer on May 26, 2026 at 4:44 am
    urlstring = "members_booking.php?operation=member_day&course_id=1&d_date=%s-%s-%s&comp=1"
    
    year = raw_input("Enter the YEAR: ")
    month = raw_input("Enter the MONTH: ")
    day = raw_input("Enter the DAY: ")
    
    print urlstring % (year, month, day)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the code: #!/usr/bin/perl use strict; use WWW::Mechanize; my $url = 'http://divxsubtitles.net/page_subtitleinformation.php?ID=111292'; my
I have this code in Python that was quite simple to do with mechanize
Is it possible in CakePHP to have URL aliases in routes.php? Or by what
My permalink structure is set so I have url.com/page I made a basic PHP
& is a reserved character in html therefore everywhere I have url's pointing to
I have some code that is using mechanize and a password protected site. I
I have some tasks on a site in php using nginx that I'm trying
I'm sorry to have to ask something like this but python's mechanize documentation seems
I'm using WWW::Mechanize::Firefox to crawl pages that load some JavaScript after they have been
I have seen several posts online complaining that Firefox maintains the history url hash

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.