[PHP] How to get data from database with a click

2003-08-15 Thread Subodh Gupta
Dear Friends, When we click a combo box, in a perticular file, the output from the database should display in the same screen, in a text box or a combo box (We want this to happen without pressing the submit button). Any clue please Subodh -Original Message- From: [EMAIL PROTECTED]

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
I have checked that all my dll's are in c:\winnt\system32 directory. Further I have un-commented the requisite lines from php.ini and as you said, restarted my apache server after doing all this. Still the problem persists. Subodh

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
There is no entry of oracle in any section. The rest of things which you have pointed out are already in place. How do I go aheadnow? Subodh Gupta

RE: [PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
I checked up phpinfo(). It does not have oracle listed. What do I need to do now? Subodh Gupta Tata Consultancy Services. "F

[PHP] error connecting to oracle.

2002-10-28 Thread Subodh Gupta
Hi all, I get the following error while trying to connect to oracle. Please help me. Fatal error: Call to undefined function: ora_logon() in c:\program files\apache group\apache\htdocs\one.php on line 5 Subodh Gupta Tata Consultancy Services. -- PHP General Mailing List (http

RE: [PHP] A newbie on Board!

2002-10-27 Thread Subodh Gupta
s out? Subodh Gupta "Peter Houchin"

[PHP] A newbie on Board!

2002-10-27 Thread Subodh Gupta
Hi, I have just started off myself to learn PHP. I have installed PHP 4.2.3 and Apache 1.3.27. I have built some sample pages which are running fine. But now I want to integrate PHP with Oracle. Can somebody help me how to do it ? Subodh Gupta -- PHP General Mailing List (http

Re: [PHP] Hosts.

2001-05-03 Thread Subodh Gupta
Check out www.spaceports.com. Subodh Gupta I have learned, Joy is not in things, it is in us. You will ultimately be known by what you give and not what you get. - Original Message - From: "David Bruce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wed

Re: [PHP] dynamically adding rows to same form.

2001-04-29 Thread Subodh Gupta
may help you in a small way. If you want do tell me and I will try to write a small example for you. But for that you should tell me the problem in more detail ;-) Subodh Gupta I have learned, Joy is not in things, it is in us. You will ultimately be known by what you give and not what

[PHP] How can this be done?

2001-04-26 Thread Subodh Gupta
revent this. Or in other words insert into the table text containing ( ' ) and ( " ) or for that matter any metacharacter. Thank You in Advance. Subodh Gupta I have learned, Joy is not in things, it is in us. You will ultimately be known by what you give and not what you get. -- PHP Genera

Re: [PHP] checking url

2001-04-25 Thread Subodh Gupta
Hi Dmitry, In case you want a regular expression to check if it is a valid url you can try this... $url = "yoururl"; if(empty($url) && !eregi("^http://[A-Za-z0-9\%\?\_\:\~\/\.-]+$,$url)) $errmsg="$url doesn't look like a valid URL\n"; I hope this he

[PHP] A simple problem!

2001-04-24 Thread Subodh Gupta
print <<\n $name:\n // The problem is here.. the value of $colour[$colouroffset] is not $dbvalue\n // getting substituted. Can you tell me why?? \n\n EOQ; } $colouroffset++; } Subodh Gupta I have learned, Joy is not in things, it is in us. You will ultimately be known by what you give and not what you get.