What do characters ".", "*", "^", and "$" mean in a regular expression? [duplicate]
I'm having a tough time learning regex and `preg_split()`. I'm trying to apply what I've learned and can't seem to get a...
Latest news, tutorials, and updates from the PHP community
8596 articles available
I'm having a tough time learning regex and `preg_split()`. I'm trying to apply what I've learned and can't seem to get a...
I run the following code: [Code Block] and it outputs the following: source: Ä dom: Ã so, I don't understand why when th...
I am trying to connect mysql with CodeIgniter. I got this error: [Code Block] Here is my code: MODEL [Code Block] VIEW [...
I have the following query, which returns a single row. Model: [Code Block] Controller: [Code Block] I then run a foreac...
I'm sending data through a form to PHP code via AJAX but some of the hidden input fields are arrays. How can I create a ...
Here is my model - I want to assign the rows and echo out on the view page e.g `` [Code Block] Here's my controller [Cod...
I'm going to generate a PDF report using FPDF library, but the output is blank. There is no error displayed, how can I f...
I'm Using DOM PDF 0.6.0 Beta 2. I want to use custom fonts (Fonts: 'Segeo Print', 'Lucida Handwriting','Airplanes in the...
Here is my code [Code Block] i got this after `var_dump` of `$client` [Code Block] however I am getting this message whe...
I get notification from my web hosting company to optimize MySQL queries in my website. They told me that the running My...
I'm working on file upload via a webpage with a progress bar using Valums file uploader. Almost everything works fine, b...
I've created a mysql query that pulls through several products, all with the following information: Product ID Product N...
Showing 7369 to 7380 of 8596 articles