Fatal error: Call to undefined function sem_get()
I'm new to PHP and I'm trying to run code I got from someone else on my Windows development machine. I installed PHP 5 a...
Latest news, tutorials, and updates from the PHP community
6993 articles available
I'm new to PHP and I'm trying to run code I got from someone else on my Windows development machine. I installed PHP 5 a...
I am trying to create a directory with PHP mkdir function but I get an error as follows: `Warning: mkdir() [function.mkd...
The person who designed this database decided to make a multi-value column for "subjects" with each value written like a...
This is what I wrote : [Code Block] But for every field I got the value `city-4`. I want to use ternary operators instea...
I have [Code Block] I'm trying to return the number of times a particular string $c appears in $a if $c is found. So for...
I have some troubles with an array. I have one array that I want to modify like below. I want to remove element (element...
I want to post image data from facebook app to facebook page. I tried using stream.publish. I was able to post image but...
I have basic question about mysqli prepared statements. For example, I want to execute a SELECT query, Should I do it li...
I have a function that retrieves all tags from a table: [Code Block] I have another table called 'work'. The 'work' tabl...
Hi I'm developing a image upload module where the image path save in database and retrieve also in preview and here is m...
I use like query forsearch function. All goes well when I search for keywords that are few in db. However when the keywo...
I have a bunch of book covers stored in a column in my book_cache table. I'd like to use the code below to retrieve thes...
Showing 6529 to 6540 of 6993 articles