mssql_connect slow (linux server)
Does anyone know why mssql_connect would be slow? PHP is running on a Linux server with FreeTDS. I am trying to connect ...
Latest news, tutorials, and updates from the PHP community
7071 articles available
Does anyone know why mssql_connect would be slow? PHP is running on a Linux server with FreeTDS. I am trying to connect ...
How can I escape " (double quotes) with Codeignniter Acitve Record? [Code Block] I get mysql error You have an error in ...
What are the technical reasons for why one shouldn't use `mysql_*` functions? (e.g. `mysql_query()`, `mysql_connect()` o...
I have a very common, run of the mill JOIN query where I have found my self in a bit of a pickle. My CI DB Query looks l...
In my CodeIgniter project, I have an array of dates formatted as `m/d/Y` and sorted in ASC order. I want to display the ...
I writing a function to search within my database. I wanted to eliminate unnecessary white spaces between words so I use...
Having a problem with returning results from one particular table in a database. I have two tables: [Code Block] Here is...
Is it possible to remove/reduce noise from an already recorded audio file (.mp3/.wav) using FFMPEG? What is the command?
I have some values which are milliseconds since epoch, i.e., `microtime(true)` in my MySQL database. These are got out a...
I was just wondering how I would go about retrieving the id from an input type file field within PHP. [Code Block] I nee...
I'm trying to code a search function for a site written on CodeIgniter but have trouble with the join statement in the m...
I'm trying to code a search function for a site written on CodeIgniter but have trouble with the join statement in the m...
Showing 5821 to 5832 of 7071 articles