Re: [PHP-DB] Problem with permissions Win32 dba_open

2004-12-29 Thread Ian
Bastien Koert [EMAIL PROTECTED] wrote is your ms firewall turned on? ms sp2 screws a lot of stuff up.. bastien Thanks bastien, I'm running Norton IS 2005, with Windows Firewall switched off. Whether or not I turn off the Norton firewall results in the same error: ?php $db = dba_open(

[PHP-DB] Trigering PHP Code

2004-12-29 Thread Nayyar Ahmed
Hello All, I have two problem in my php file i.e. 1. I want to triger some php code, soon after when a selection is done from Drop Down Menu, For Example: When user select country name the State,city menu fill dynamically. 2. I want to use a variable value gathered in one php file to some any

[PHP-DB] List Active??

2004-12-29 Thread dpgirago
Just testing the list mail server as I haven't received any posts for days now. dave

Re: [PHP-DB] Problem with permissions Win32 dba_open

2004-12-29 Thread Bastien Koert
have you set the permissions in the folders? Right click on the folder and choose Properties...then set the appropraiate permissions bastien From: Ian [EMAIL PROTECTED] To: php-db@lists.php.net Subject: Re: [PHP-DB] Problem with permissions Win32 dba_open Date: Wed, 29 Dec 2004 09:15:01 -

[PHP-DB] Ora 10g, PHP 4 and Apache 2

2004-12-29 Thread fedcore3
Up until recently, I was running Mandrake 9, Oracle 9i and whatever PHP 4 version was available at the time I installed my server (last time was around August of last year, IIRC). Didn't have any issues until someone compromised my server through an old SSH. I then decided to upgrade the whole

Re: [PHP-DB] Getting total results

2004-12-29 Thread John Holmes
Joseph Crawford wrote: Actually i thought keeping all the data in one query stored in a class was more efficient than a database connection with each page change, however if i am wrong please explain why more database connections is less efficient... Your class isn't persisting over pages, though,

Re: [PHP-DB] Ora 10g, PHP 4 and Apache 2

2004-12-29 Thread Bruno Ferreira
[EMAIL PROTECTED] wrote: Now, the script may be a bit off since I was not using my oracle classes and was just writing straight OCI functions, but still this fails at the connection level. Though I've never used Oracle myself, I've read in the manual that the old Oracle extension is

Re: [PHP-DB] How to build a dinamic link...

2004-12-29 Thread Daniel A. Betancourt
Hi TG! First of all thank you very much for your corrections to my English. I accept them in good faith. Finding people like yourself is great because that way I can improve my English. If happen for you to like Spanish, I might be able to help you no matter what the cost. Just let me know, ok?. I

RE: [PHP-DB] Trigering PHP Code

2004-12-29 Thread Bastien Koert
see interspersed comments bastien From: Nayyar Ahmed [EMAIL PROTECTED] Reply-To: Nayyar Ahmed [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Trigering PHP Code Date: Wed, 29 Dec 2004 19:43:35 +0500 Hello All, I have two problem in my php file i.e. 1. I want to triger some php code,

[PHP-DB] Re: How to build a dinamic link...

2004-12-29 Thread Daniel A. Betancourt
Hi Frank: ThankĀ“s for answering. I assume you can run the query and display the results Yes, I can run the query very well. - so the only exotic thing here is: while ($row = mysql_fetch_array($result)) { print trtdA HREF='detail.php?id= . $row[id] . ' . $row[title] . /A/tdtr; } This will

Re: [PHP-DB] Getting total results

2004-12-29 Thread Joseph Crawford
actually, i was not doing anything with it because it was just the class. The way i use it is that i would store the object in a session variable for use accross pages :D -- Joseph Crawford Jr. Codebowl Solutions [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] Trigering PHP Code

2004-12-29 Thread Jeffrey Moss
Or, you could use XmlHttpRequest, which is what google suggest uses. http://www.google.com/webhp?complete=1 You can use this to dynamically populate a section of the page. I wouldn't delve into it unless you have some xml/javascript experience also though. Try this page for more info:

Re: [PHP-DB] List Active??

2004-12-29 Thread Doug Thompson
Dave, The list has been very active with many posts per day all week. Based on your domain, you might check with the sysops and see if they've done any updating to firewalls and/or corporate filters. Good luck, Doug [EMAIL PROTECTED] wrote: Just testing the list mail server as I haven't received