Search found 4 matches
- Sun Oct 15, 2006 9:54 pm
- Forum: PHP - Code
- Topic: PHP and MS SQL
- Replies: 5
- Views: 848
PHP and MS SQL
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Under Win...
- Mon Oct 09, 2006 11:44 pm
- Forum: PHP - Code
- Topic: Error when php_oci8.dll enabled
- Replies: 1
- Views: 336
Error when php_oci8.dll enabled
When php_oci8.dll extension enabled in php.ini, this error message appeared:
error: The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll
The message appear when using php 5.1.6, but not appear when using php 4.3.3.
Can you explain it to me ?
Thanks!
error: The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll
The message appear when using php 5.1.6, but not appear when using php 4.3.3.
Can you explain it to me ?
Thanks!
- Mon Oct 09, 2006 8:09 pm
- Forum: PHP - Code
- Topic: Open a file in network
- Replies: 1
- Views: 274
Open a file in network
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi, I hav...
- Fri Oct 06, 2006 6:46 am
- Forum: PHP - Code
- Topic: Open file under IIS Web Server
- Replies: 1
- Views: 735
Open file under IIS Web Server
Our computer using IIS Web Server. I have strange problem to open a XML file that placed in another computer. My script just open XML file in local (my own PC), this is the script: <?php function LoadTpl($template="") { $filename = $template; if ( file_exists($filename) ) { if ( $FH = fope...