|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Trouble connecting to MySQL using mysqli extension on XP
I had a tough time getting PHP to connect to MySQL using mysqli on XP. The following code from the php documentation on mysqli failed to work. $mysqli = new mysqli( "localhost", "user", "password", "database" ); Where localhost, user, password, and database were replaced with the appropriate values. I left the... 16 Jul 2008 19:16
Compiling PHP on Windows as static lib produces a dynamic lib
Hello! SORRY - I do not know why the last mail was cut off. Here my mail again: I am trying to compile PHP 5.2.5 on Windows (XP) with VC 6, Windows Server 2003 SDK. I have downloaded the winbuild zip file and the zip from http://files.edin.dk. I am using this configure Flags: ########### cscript /nolog... 13 Jul 2008 12:03
Compiling PHP on Windows as static lib produces a dynamic lib
Hello! I am trying to compile PHP 5.2.5 on Windows (XP) with VC 6, Windows Server 2003 SDK. I have downloaded the winbuild zip file and the zip from http://files.edin.dk. I am using this configure Flags: ########### cscript /nologo configure.js --disable-all --with-mime-magic --enable-calendar --with-gm... 13 Jul 2008 11:01
Hi,
Hi, How are u doing these days?Yesterday I found a web of a large trading company from china,which is an agent of all the well-known digital product factories,and facing to both wholesalers,retailsalers,and personal customer all over the world. They export all kinds of digital products and offer most competitive... 8 Jul 2008 10:02
COM-problem: Uninitializing COM-Objects <-> runtime error
Hi, i have a problem regarding some COM objects, especially with unitializing. It is possible to create a new COM object without problems, but at the end of each script a message is shown by the Microsoft Visual C++ Runtime Library: "This application has requested the runtime to terminate it in a unusual ... 2 Jul 2008 10:52
Executing Shell Scripts in PHP
Hi, I am wondering if anyone on this list has made attempts of executing shell scripts using PHP. Here is the code: <?php $command = "gcc -o hello.c"; exec($command); ?> So far, the actual program is something simple that prints out Hello, World. I have tried using // create a new cURL resourc... 1 Jul 2008 11:18
Remove End of Line Characters
Hi, I have a simple file as follows: There are in the total of 513 words in sinus.txt, lung.txt and stomach.txt. 151 sinus.txt 105 lung.txt 257 stomach.txt What I want to do is to print the first line in the Description column, and have each of the following lines be entered into the database by assig... 1 Jul 2008 07:12
sonant basilary
Hey, *** Warning! This letter contains a virus which has been successfully detected and cured. *** His foes, vanquished that fatal dart, otherwise a slight shadow, which no one observed, passed make hardels of roddes whiche must be placed in who the person could be that would think of carry... 29 Jun 2008 05:01
php-config script is missing from the installer
Hi, I need to port a library that has several language bindings, PHP among them. Of course the software was written on Linux, hence it uses autotools and pgkconfig. I can use MinGW/MSYS and GnuWin32 parts to compile most of the software but the PHP binding looks for the configuration via the php-config script. ... 25 Jun 2008 10:53
IE/ IIS / PHP - Form posted twice in case of redirection
> Sukhwinder, I would suggest trying something simple like adding a variable to see if your page posted. Then, if it has run a simple Javascript function to redirect your page. <head> <script language="JavaScript"> <!-- function redirect() { location.replace(http://URL); } //--> </script> </head> ... 25 Jun 2008 18:07
Problem with Oracle and some other extensions on IIS Server
Hi, My problem is very simple but i can't handle it. I'm LAMP developer by the way. I have not much knowledge on IIS server with PHP, Anyway, i can't load php_oci8.dll and some other DLLs. Error message always same; PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_oci8.dll' - The spe... 26 Jun 2008 06:23
Execute PHP Upload From VB.NET
Hi, I am wondering if anyone on the list has tried to use VB.NET to execute a PHP a script. I have made attempts of using the following code from the browser like Firefox, which works, but when I try to use a VB.NET to execute the following script, I get the error every time at the else statement at if(move_up... 23 Jun 2008 14:48
MySQL on Windows
Hello, I have encountered the problem with running MySQL Server 5.0 with PHP 5 and Apache2 on Windows XP. Everrything seems to be ok, so Apacheh is running, also together with php. If I run php -m it shows the library for MySQL is included. Even if I run php.exe -f index.php it run in console. But as for we... 23 Jun 2008 04:32
How to go more precise ?
hi, I'am writing a small function that calc how long estimate from day to day. But that isn't so precise. Any example for this ? function range($period /* $start_time, $end_time */) { /* version 2*/ static $time_num = array( 'h' => 60, 'd' => 24, 'w' => 7, 'm' => 4, 'y' => 12, ); ... 21 Jun 2008 18:54
Get PHP Errors To Display
Hi, I am wondering if any of you on the list would know if I wanted to see any PHP errors shown up on the browser screen instead of seeing a blank screen, like the one below: PHP Parse error: syntax error, unexpected T_LNUMBER, expecting ',' or ';' in /root/Desktop/test.php on line 127 How can I get it t... 20 Jun 2008 15:21
MSSQL and ODBC Connections with PHP on Windows
Hi, I am a newbie using the combination of PHP and MSSQL together. Can anyone tell me which method it might be better as far as using PHP on Windows with MSSQL database on a single machine? (The PHP and MSSQL database are not set up remotely on two different servers. I have set up both, and my ODBC Dri... 19 Jun 2008 07:32
CuRL
I cannot get the curl commands to work in Windows. I am using WAMP 5. Can anyone point me in the right direction on how to get it working? ... 18 Jun 2008 23:09
PHP and MSSQL Connection on IIS 5.1
Hi, Guys: This is my first time running PHP 5.2 on a IIS 5.1 Server using a Windows XP machine. My client wants me to build the PHP scripts and the database on one single machine. So far I could run the PHP fine, but I am having a hard time connecting to the MSSQL database even though it is on one machine. ... 17 Jun 2008 17:47
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11