I also had trouble with ORA 12154, but using OCILogon. I resolved it by
using not the name of the server, but the definition of its localization
(what you find in the TNSNAMES.ORA file). Something like :
$oracletns = "(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp
Hi,
I've made a script where I want the results of an order form to be inserted
into a MySQL database. Connecting to the database goed fine (tested it) but
my check if the values are inserted into the database gives the error
message I created "Problem, the information cannot be recorded". I hope
Howdy
I would say, beside the extra features and modules, the main
differences between PHP3 and PHP4 are speed and native session
support.
With PHP3 you have to use something like PHPLIB to provide
session handling, while with PHP4, these features are built in.
If you upload PHP4 (usually .p
Hi
What is the difference between Client side programming compared to server
side programming.
What are the advantages of server side programming if any.
Thanks
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
You need to have the client tools for MSSQL Server installed on the server running php
before you can load the module.
You can also copy ntwdblib.dll from \winnt\system32 on the MSSQL server to the same
location on your php-box. This will not allow you to configure the client tools though.
php_
Try using short names not long names for your paths
instead of c:\Program Files
use c:\progra~1
and so on.
"Clive Porter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi i just installed PHP4/Apache on W98
> when I call a .php file from PWS the line
>
> [0
Remember that the value of a cookie if updated is not available until the
next time it's loaded. So, updated & set the cookie, then set a variable to
the new value and use the variable in the page.
e.g.
setcookie("blah"..etc)
$blah="xxx";
"Science" <[EMAIL PROTECTED]> wrote in mes
I recently transfered a site from a server which WAS using
'magic_quotes_gpc' to one which wasn't. MAJOR pain to go through all of the
code and add the addslashes() command, so probably (for portability reasons)
bettert o use the addslashes() command by default.
"Matt Cahill" <[EMAIL PROTECTED]
When I add php_mssql70.dll to the dll's I want loaded in the ini file I get
the message:
'Unable to load dynamic library 'c:\PHP4/php_sql70.dll' - The specified
procedure could not be found'
The dll is in the same directory as php_gd.dll, which loads successfully.
What is happening here?
Quintin
php-windows Digest 5 Aug 2001 18:55:15 - Issue 686
Topics (messages 8663 through 8664):
PHP3 vs PHP4
8663 by: Ruvinda
The specified CGI application misbehaved by not returning a complete set of HTTP
headers. The headers it did return are:
8664 by: Mike Barber
Administrivi
I am running IIS 5 PHP 4, when ever i try to load a page like
http://localhost/page.php i get "The specified CGI application misbehaved by not
returning a complete set of HTTP headers. The headers it did return are:"
When i have a form post data(from a .html page to the page it will work fine.
Hi I'm doing a University project using PHP as the server side technology.
I want to publish this using my ISP's server. They say they support PHP3.
I'm currently learning PHP4. Is there a large difference between PHP3 and
PHP4. That is if I upload my PHP4 files will their server recognise them
12 matches
Mail list logo