Jump to content

nagalenoj

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

About nagalenoj

  • Birthday 08/22/1989

Profile Information

  • Gender
    Male
  • Location
    Chennai

nagalenoj's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Dear friends, Is there any module available in php to create html elements. I don't know much about HTML. So, Using php i would like to create elements. For example, Calling a function like the following will create a p tag with the given attributes. Create_p("class","id","name")
  2. Dear friends, I am using a ajax function which will be called on submitting a form. The form has many number of fields. When I call the url to serve, xmlHttp.open("GET","../bin/submit_values.php,true); The url name looks very big when concat all the values in the form. Is there any other way to send more arguments with the url.?
  3. I have a requirement like the following, I have to have 5 or more text boxes in a form. But, when submitting the form, I have to submit only 2 textbox values. Ofcourse, we can leave the other values when getting the values. But, I need to discard when submitting..., Is it possible?
  4. Dear friends, I have to process an array contents. The process is that, if the value is string, I have to quote the meta characters in the string(quotemeta) and enclose the string in a quotation. So, I have to check every array content. In perl, we have grep and map to do things like this. how to perform this in php?
  5. Dear friends, Right now, I am doing a project. In that, I have a need to open a box when clicking a button. I want a box like window. I tried it with div tag by making the visibility true and false. But, the div tag acquires some space in the web page. I want that to be appeared similar to another window. For your reference, have a look in the following url to get the feel, click the Member sign in button in the url, a small login window(box) will open. How to do that.? http://jtree-chat.wetpaint.com/ Kindly, give me some suggestions.
  6. Dear friends, I want to log the error messages in a file. Now, I am managing with a simple write in a file. But, I have to rotate the files, if the file size is exceeded. For example, If the size of log.txt is exceeded, log.txt.1 has to be created and the old logs have to be in the log.txt.1 and log.txt has the recent logs. can anyone know any function to do this In perl, we have some packages like log::rotate.
  7. Yes, multi-column indexes will solve the problem, I think.. Thank you.
  8. Dear friends, I have a requirement to search based on all the fields in a table. How can I manage the index in the table. For example, consider a table has, name, id, class, sub-class, section, rank, priority and more. I have to provide a option to search by all the the columns. If I have to search by one column, I will set the index to the column for efficiency. But, here the requirement is to search by all the fields in the table. Kindly help me in the above..,
  9. Dear friends, I have placed a combo box in my web page. If I didn't select any values in the combo box, the first value in the combo box is taken. But, I want the user must have to select one value, else I have to display an error. Now, I am managing this by having an empty value in the beginning and check for the empty value after submission, Is, there any parameter or any other way to solve my problem?
  10. Dear friends, How can I know whether my apache gives support to run perl CGI scripts. And tell how to run CGI scripts. Suggest me some tutorials for this.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.