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

  • SEARCH
  • Home
  • 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 9155695
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:38:32+00:00 2026-06-17T12:38:32+00:00

I am trying to create gravatar auto load while user is writing his e-mail

  • 0

I am trying to create gravatar auto load while user is writing his e-mail in a form field. Now, I’ve got php function, that will generate gravatar url with required paramaters and it work all over the website.

Now, when user types valid e-mail I should call jQuery:

image.attr("src", "<?=$this->Gravatar(" + input.attr('value') + ");?>");

But is this possible to pass this parameter to PHP function?

  • 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-06-17T12:38:33+00:00Added an answer on June 17, 2026 at 12:38 pm

    if I understood well you would like to do the following:

    • User enters a vaild email
    • Get the Gravatar from the PHP function without making an extrat request

    You can’t really perform this without any request to the server, but you can make an easier way

    prepare a gateway script to call your PHP function and send it a param with get
    should look something like:

    http://YOUR-FULL-URL/getgravatar?email=use-email@example.com
    

    than when the user enters an email you can get it this way

    image.attr("src", "http://YOUR-FULL-URL/getgravatar?email=" + input.val() );
    

    and like that you avoid using Ajax with a straight AJAX call

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a Temp Table that has a key field that auto
I'm trying to create a simple profile tab which includes a gravatar using Devise,
I'm trying create a log specifically for logging user account activity. I created this
I am trying create cpu load generator tool. In which my input will be
Trying to create a GPA Calculator. I have a form that submits to a
I'm trying create a simple search script with php and mysql. I've html select
I trying create empty white image with php, this s my code $bg =
I'm trying create an alert saying True when the user scrolls past the #topp
I am trying create system in which I can login from php and then
I'm trying create pagination on my page. The user can select the number of

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.