Parsing XML with PHP. Duplicate node names
I am parsing xml file with `simplexml_load_file()` function. I have problem when i meet two nodes with same name. My XML...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I am parsing xml file with `simplexml_load_file()` function. I have problem when i meet two nodes with same name. My XML...
I have this code and I need to DELETE the row where submit button was clicked [Code Block] How should I do that?
To be clear, I'm not looking for someone to design an entire forum here, rather, I need some help determining how to rel...
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...
Showing 7345 to 7356 of 8596 articles