PHP: trying to create a new line with "\n"
i'm writing this: [Code Block] and "bar" is not written in the line below. What am i doing wrong? Javi
Latest news, tutorials, and updates from the PHP community
6985 articles available
i'm writing this: [Code Block] and "bar" is not written in the line below. What am i doing wrong? Javi
I have installed php5.2.13, apache2.2.15 on WindowsXp.Add C:\php to PATH ssystem variable. I can't enable curl extension...
As part of a query result, a column with names is returned. I want to apply a function so that the order of first and la...
After code like this: [Code Block] How Do I See The Actual SQL Statement That Was Executed? (It Should Look Something Li...
Pretty often I need to access `$config` variables in views. I know I can pass them from controller to `load->view()`. Bu...
is it possible to use the `fetch_all()`, `fetch_assoc()` etc. from the the `MySQLi_Result` class with a prepared stateme...
With this function: [Code Block] And with text `My name is **bob**`, I get in source code `Hi my name is `.
Im uploading a file, and then attempting to use fgetcsv to do things to it. This is my script below. Everything was work...
I am using a fairly straight-forward script to open and parse several xml files that are gzipped. I also need to do the ...
I'm creating a little management tool for the browser game travian. So I select all the villages from the database and I...
What is the meaning of `{ }` (curly braces) in string literals in PHP?
I'm just wondering how to convert a numerical date into text format in PHP Example change `06.04.2010` to say `April 6th...
Showing 6769 to 6780 of 6985 articles