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 963859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:44:09+00:00 2026-05-16T01:44:09+00:00

how do i disable an html element after checking in php if it exists?

  • 0

how do i disable an html element after checking in php if it exists? in other words, after the data has been inserted into the xml file the first time, the html textbox elements should be disabled, so that the user does not enter any more information in that textbox.

is this possible?

the code checks if the element exists, and if it does, it skips the code, but i would like the html element to be disabled altogether if the element exists:

if ($xmldoc->getElementsByTagName("title")->length == 0) {
/* Arabic */
  $el_title_ar = $xmldoc->createElement('title'); 
  $root->appendChild($el_title_ar);

$text_title_ar = $xmldoc->createTextNode($title_ar);
$el_title_ar->appendChild($text_title_ar);

$el_title_ar->setAttribute('xml:lang', 'ar');
/* Arabic */

/* English */
$el_title_en = $xmldoc->createElement('title'); 
    $root->appendChild($el_title_en);

$text_title_en = $xmldoc->createTextNode($title_en);
$el_title_en->appendChild($text_title_en);

$el_title_en->setAttribute('xml:lang', 'en');
/* English */
}
  • 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-16T01:44:10+00:00Added an answer on May 16, 2026 at 1:44 am

    I think it’s any but definitely for textboxes you can put a disabled keyword in the tag like so.

    <input id="myTextbox" type="text" value="something" disabled='disabled'>
    

    For your php page you could do something like this.

    <input id="myTextbox" type="text" value="something" <?php if(whatever_exists) echo 'disabled='disabled'; ?>>
    

    Hope this helps.

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

Sidebar

Related Questions

I am trying to disable a sortable element from sorting when it has been
how to disable style for element already has styled with css by element name
I am looking for the simplest way to disable a whole HTML element (typically
OK, I have two HTML select elements and a button. I need to disable
How can I disable auto formatting for views (html files) in vs2008?
How to disable asp:TextBox on client-side click on HTML checkbox or server-side asp:CheckBox using
How to enable the submit button in my HTML form and disable if checkbox
I saw How to hide html source & disable right click and text copy?
Like with attribute disable on the <input> html tag. I'm not interested in the
When the user submits an HTML form, I want to disable the form while

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.