How to efficiently translate website content with php, keeping it SEO friendly?
This is the scenario: I have a website that I'll translate and eventually apply a good SEO on it. Which method is best f...
Latest news, tutorials, and updates from the PHP community
8612 articles available
This is the scenario: I have a website that I'll translate and eventually apply a good SEO on it. Which method is best f...
I have this query: [Code Block] I get backticks in the incorrect places and a syntax error: You have an error in your SQ...
I am currently getting details from my 'social_posts' table, and then adding it's tags, the number of likes, and the num...
I have a site develop in Codeigniter, and in my model I have a function like this: [Code Block] And if into my controlle...
I have a string and I want to loop it so that I can check if every char is a letter or number. [Code Block] How can I ch...
I have got this code so insert values into a table in MySQL through PHP. I have tried all the possible Insert syntax, it...
The objective of PHP traits is to manage a bunch of logic. However what is the best way to make this bunch of logic work...
I have a multidimensional array which is like below. [Code Block] This is the PHP code for array: [Code Block] Now i wan...
I have two arrays. Now I want to compare some elements in from both arrays based on that I need to populate one array el...
I have a .csv file with me but i am unable to import it into the database. I have parsed my .csv file using the below qu...
I'm trying to pass both session data and a db query to a view in Codeigniter. I get an error in my view file that says: ...
I am struggling to write the following query using CodeIgniter's query building methods. [Code Block] I've tried like th...
Showing 7249 to 7260 of 8612 articles