Bulgarin
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Can't install wordpress in WampI remove IIS, but port 80 is used, again. I checked and it is from “The System”. I can’t install WordPress, again…
Forum: Localhost Installs
In reply to: Can't install wordpress in WampHi again.
I tried the same steps with easyphp, but again – without success… I change the port again (because port 80 is used by IIS). Currently, easyPHP server is on 127.0.0.1:8082.
Can you help me?
Thanks!Forum: Localhost Installs
In reply to: Can't install wordpress in WampI tried only default WordPress installation (to enter data in instal-setup, step1) and it’s run (and when click “Submit” the page loading, and loading, and loading)…
Forum: Localhost Installs
In reply to: Can't install wordpress in WampI tried with “root”, without password. I also tried to create another user from phpmyadmin (with password), but without success in both case.
Can problem should be from PHP? I installed only WAMP. Do I need to install anything other?
I want to put date from database where is t=”2012-05-18 09:00:00″ , but I see only ‘2012’ in simple text.
How to get it? My data result from database is $row[‘matchDate’];
Thanks!Forum: Fixing WordPress
In reply to: Show correct datediffhow to post data from datatable row in t1?
i used $row[myData]; to get after select-query, but how to post in t1?Forum: Fixing WordPress
In reply to: Show correct datediffI worked on localhost.
And in $t1 = get_the_time(‘M j, Y G:i:s’); i must write
$t1 = get_the_time(‘M j, Y G:i:s’,databasetime);
or ?Forum: Fixing WordPress
In reply to: Show correct datediffI can’t get dates with
<?php $t1 = get_the_time('M j, Y G:i:s'); //gets the publish date of the post $t2 = date( 'M j, Y G:i:s'); //this is the reference; i.e. now echo human_date_diff($t1, $t2, 5); //output the time difference in human readable terms ?>
Can you give me examples?
Forum: Fixing WordPress
In reply to: Show correct datediffThank you, I’ll try it!
Forum: Fixing WordPress
In reply to: Show correct datediffThanks for this, but I’m new in php and I need more help, can you give me it? ??
Forum: Fixing WordPress
In reply to: Facebook share button problemWhat is default? Can you give me link?
Thanks!Forum: Fixing WordPress
In reply to: add authorThank you! That’s work! ??