-
Published Question
I have a DigitalOcean "Droplet" test server that is running PHP5.3. Yesterday I created a new test server Droplet running LAMP with PHP7.0 and set it up with the same Domain Name as the PHP5.3 Droplet. Then I turned o...
1
•
•
By
stlawson
DNS
-
Published Answer
Figured it out! The Textarea border lines are so faint, I didn’t see them!
•
By
stlawson
-
Published Question
This started with my SSH session dropping every few minutes or so. So, I tired to issue a support ticket, but no Textarea is visible -- only the Subject text box. Is anyone else having this problem?
1
•
•
By
stlawson
-
Published Answer
Hopefully you did a “snapshot” before your attempt to install curl. If so, I suggest you use it to restore your system and then tr…
•
By
stlawson
-
Published Question
Have the Ubuntu LAMP going (using the IP address, no domain in place because I'm just using this for development testing -- also, I haven't added anything to /etc/hosts {see below--bottom}) but just discovered that em...
1
•
•
By
stlawson
-
Published Answer
Yeah, now, on my DigitalOcean Droplet, localconv() returns:
<br>
<br>$localeinfo => Array (18)
<br>(
<br>| [‘decimalpoint’] = …
•
By
stlawson
-
Published Answer
I changed:
<br>
<br>setlocale(LCMONETARY, ‘enUS’);
<br>
<br>to:
<br>
<br>setlocale(LCMONETARY, 'enUS.UTF-8’);
<br>
<br>And my s…
•
By
stlawson
-
Published Answer
Follow up:
<br>
<br>From an SSH commandline, “locale” produces:
<br>
<br>LANG=enUS.UTF-8
<br>LANGUAGE=enUS:en
<br>LCCTYPE=“enUS…
•
By
stlawson
-
Published Question
I developed a PHP shopping cart for a website that has world wide sales. Because of it's international traffic, I'm using setlocale() and localeconv() to display 'USD' next to all prices whenever the locale is not en...
4
•
•
By
stlawson