First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
PHP - FreeTDS - UnixODBC - MS-SQL Am I missing something....
Hey there folks... OK, so I am getting to the point where I am not sure where to look... It would seem that the combination of PHP & ODBC are just not happy. This is running on SLES 10 SP1, php 5.1.2 Zend Eng 2.1.0 FreeTDS is latest stable, UNIXOdbc Latest Stable I can connect just fine ie: $conn = od... 12 Jun 2008 16:26
PHP to MS SQL Package
Hi, I am currently using a Linux box with Fedora 9.0 and I am trying to connect PHP to a MS SQL database. All the permissions on the MS SQL database is up to date and accurate, but I consistently get errors that say PHP Fatal error: Call to undefined function mssql_connect() in /usr/local/apache/htdocs/create_... 13 Jun 2008 11:18
MDB2 help needed
Hello, What's the equivalent of mysql_error() and mysql_errno() in MDB2? When I'm sending an incorrect SQL-statement to the server and it fails, all I'm getting is "MDB2 Error: syntax error". Thanks in advance, Yves Sucaet Iowa State University ... 12 Jun 2008 16:26
Question on PHP connect MS SQL 2005
Hi, I have just installed the Apache on a Linux machine, and tried to run the script that contains a // connection to the database $dbhandle= mssql_connect($myServer, $myUser, $myPass) or die("Couldn't connect to SQL Server on $myServer"); When I try to run the PHP script, it gives me this, which the p... 11 Jun 2008 11:49
Serializing mySQLi result resource
Hello, Is it possible to serialize a MySQL(i) result resource? I am looking to insert results into the eAccelerator cache but the returned resource does not appear to be recognised by mysqli_fetch_assoc. Thanks, Andy ... 9 Jun 2008 17:35
bcrypt ideas
Hey folks, I was just wondering if anyone has tried to write a bcrypt cypher script in php (in a similar fashion to php pear's 'crypt_blowfish') - my experience with compiling suhosin (which includes the one-way crypt_blowfish used in bcrypt) hasn't been pretty and I'm wondering whether anyone else has e... 8 Jun 2008 03:39
Help in concatenation - modular development
If you want to go for a modular approach, you should consider switching to a solution such as Smarty: http://www.smarty.net for more info. HTH, Yves ------ Original Message ------ Received: Sat, 07 Jun 2008 11:55:38 AM CDT From: "Nitsan Bin-Nun" <nitsanbn(a)gmail.com> To: "Nasreen Laghari" <nasreen_laghari@y... 7 Jun 2008 15:24
Excel to xml
I am on a cPanel type shared server, they don't have a way of converting an Excel spreadsheet to xml (to read it into the database). This is a pity because xls files are smaller for the purpose of uploading them. Is there anyway to do this otherwise on a server, perhaps a different flavour of server?. John... 12 Jun 2008 16:26
Help in concatenation
Hi,   I need to change PHP embeded in HTML to HTML embeded in PHP as trying to use modularity approach. I'm stuck on below these lines where concatenation is the big issue. I have researched, read but couldnt sort this out after try really hard. Could any one please help me to change this code to HTML embeded in PHP pl... 7 Jun 2008 13:22
Working with "time" data from MYSQL
Hi I have a MYSQL/PHP question for which I do not find an answer on the web. I have a MySQL table with a column of datatype "time". What I want to do is read the values from this table but display the database entries plus 6 hours. For example, when the database entry is 12:00:00, I want to display 18:00:00... 4 Jun 2008 21:49
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21