Install imagick on mac
I need to install imagick extension for php. I have already installed Image Magick. Then I did "sudo pecl install imagic...
Latest news, tutorials, and updates from the PHP community
7044 articles available
I need to install imagick extension for php. I have already installed Image Magick. Then I did "sudo pecl install imagic...
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...
Showing 6289 to 6300 of 7044 articles