Why does everyone use latin1? [closed]
Someone just said utf8 has variable length encoding from 1 to 3 bytes. So why does everyone still use latin1? If the sam...
Latest news, tutorials, and updates from the PHP community
8494 articles available
Someone just said utf8 has variable length encoding from 1 to 3 bytes. So why does everyone still use latin1? If the sam...
i m creating a project with php and html use.i would like to create a ticket reservation system for my university.Firstl...
I'm working on a project at school for my data mining class and I want to use the stackoverflow API to obtain the raw da...
The array looks like: [Code Block] And I have an integer variable called `$v`. How could I select an array entry that ha...
The following array is output from my db. [Code Block] How can I find if a variable is contained in this array? ie. [Cod...
Coming from C++ background ;) How can I overload PHP functions? One function definition if there are any arguments, and ...
I am using a foreach loop in my controller [Code Block] It does the work, but the CSS, JS, and HTML elements in the view...
I have this $record array [Code Block] How can i manipulate it so it will become like this? [Code Block] Thanks in advan...
Is there any difference between this... [Code Block] and this? [Code Block] Which form is better when checking whether o...
Is there any function that I could call in order to include an existing pdf in my `fpdf` file? For example [Code Block] ...
I found this in some code examples while googling : [Code Block] it's new to me, but I would guess that it a substitutio...
I'm having a strange problem with `Zend_Db_Adapter_Mysqli`. I need to query multiple items by ID from my database, so I ...
Showing 8077 to 8088 of 8494 articles