How to insert a space between each digit in the leading number of a string
I've got a street address like, for instance, "1234 West 23rd Street". I'd like to blow out just the first street number...
Latest news, tutorials, and updates from the PHP community
8579 articles available
I've got a street address like, for instance, "1234 West 23rd Street". I'd like to blow out just the first street number...
I'm trying to figure out what I'm doing wrong here. I'm wanting to format the `date_published` field in my query and I'm...
I'm trying to figure out what I'm doing wrong here. I'm wanting to format the `date_published` field in my query and I'm...
I am trying to update some URLs in the database. The following is a part of the subject text that I am working on: [Code...
I seem to have a very strange problem. I have a website that uses 3rd party authorization for login. My users use two so...
I have a question regarding db queries inside of a foreach loop. I'm making a guestbook for users on a site. I store "us...
I have an SQL database with a date column formatted like this `yyyymmdd` (20111109). I usually sort my return queries by...
I want to use fwrite to post $username in base64 encoded Here is my current source [Code Block]
Whats wrong with this code: [Code Block] `commissionEligibilityDate` is a date and I want to add a certain number that i...
In PHP, when defining a function what is the maximum number of arguments that you can create? Would this be purely down ...
How can I use `if else` inside of a PHP array declaration? I tried to do something like this: [Code Block] but I am gett...
Could somebody please explain to me why I am receiving the below error, I have received it many times before and have no...
Showing 7825 to 7836 of 8579 articles