Jump to content

gajubhai

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gajubhai's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi.. I am new to php. I want to try simple application. My form contains two empty text boxes and one button name copy. Can anybody tel me the php script for copying data from one textbox to other? Suppose I typed "Hello world!" in texbox1 and clicked copy button then textbox2 shoul also display "Hello world!" Please help.
  2. post back is round trip to the server for doing some task such as fetching the data from database based on user selection from combo box, adding data to database after pressing 'ADD' button on the server etc. Actually in upper part of the form I want to fetch the data based on user selection from combobox. After fetching the data, I want to write a report in text box based on the fetched data and then again want to save it database. Now in this case two post backs are required. 1.to fetch the data 2. To add new data. how can it be done?
  3. Dear All, I am from ASP.NET back ground and new to PHP. I just started learning the PHP for my new assignment but I could not understand how to handle Postback. My PHP page has many controls which can do post back. Each control has to do different task on postback. It can be easily done using control's event in the ASP.NET but I wonder how can it be done in PHP. How to make PHP page such that it will execute different code on post back caused by differnt controls. This might be fullish query but please help. Also anybody could suggest be good PHP book for this?
  4. I tried configuring the php manually as well as through msi but I am getting the error_ PAge can not be displayed HTTP 500 Internal Server Error I checked weather IIS is running or not by opening iishelp page but it is running fine. Will anybody help me on this?
  5. I found Apache http server under Oracle dirctory at my work place. I wonder, can I use it with PHP? But whenever I click on Start->All Progrmas->Oracle Oracle1->Oracle http server->Start Http server powerd by apache I get follwing error_ Access is denied: FAstSGI: CreateMutex<> failed Syntax error on line 92 of d:/oracle/sqlplus/admin/isqlplus.conf: failed to create FastCGI application accept mutex Note the error or messages above, and press Esc to exit. 30 Please help me. Another thing, Whenever I type 'http:\\localhost\' in browser it displays Apache 1.3 http server's home page. Please tel me can I use this server with PHP and if yes then how?
×
×
  • 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.