Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: HJdev
Forum: Main Internet Marketing Discussion Forum 3rd November 2016, 09:04 AM
Replies: 61
Views: 3,460
Posted By HJdev
RE: There is no such thing as EASY money... why does everyone keep on going on about it?

Yes, it's easy.


Find out what problems/needs people have. It's just as easy by collecting the complains from people around you.
Solve those problems/needs.
Collect the money. The more...
Forum: Programming 27th February 2015, 06:29 AM
Replies: 6
Views: 2,144
Posted By HJdev
Re: When exactly to use htmlspecialchars in php?

You should only call this method when echoing the data into HTML.

Don't store escaped HTML in your database; it will just make queries more annoying.
The database should store your actual data,...
Forum: Programming 20th January 2015, 05:06 AM
Replies: 7
Views: 1,874
Posted By HJdev
Re: HOW TO COUNT AND SHOW SOCIAL SHARE BAR ON WEBSITE?

Yes, Twitter (http://urls.api.twitter.com/1/urls/count.json?url=http://google.com) and Pinterest (http://api.pinterest.com/v1/urls/count.json?callback=receiveCount&url=http://google.com)

Take a...
Forum: Programming 22nd January 2014, 04:28 PM
Replies: 5
Views: 563
Posted By HJdev
Re: can any one tell how to implement this in php and mysql

In stead of setting a flag, set a timestamp every time the visitor views a page.


seconds = currentTimestamp - visitorTimestamp;

if (seconds < 60) {
visitor = "Online";
} else {
visitor...
Forum: Social Media 12th January 2014, 04:35 PM
Replies: 31
Views: 833
Posted By HJdev
Re: Twitter not worth the time?

#1: That's the strength of Twitter, the three things you mention doesn't matter. That's because people only see messages of people they want to follow. So use it as a "quick news update" for the...
Forum: Programming 8th January 2014, 06:23 AM
Replies: 10
Views: 701
Posted By HJdev
Re: Facebook App SSL Error: Any solution to this???

Not really, its a technical problem. Fastest way is to contact your hosting provider or technical man with the error and possible solution I provided.
Forum: Programming 7th January 2014, 04:57 AM
Replies: 5
Views: 482
Posted By HJdev
Re: How to modify my .htaccess file in redirecting to www

Add this under the line "RewriteBase /":

RewriteCond %{HTTP_HOST} ^coolconfident\.com$ [NC]
RewriteRule ^(.*)$ http://www.coolconfident.com/$1 [R=301,L]
Forum: Programming 3rd January 2014, 04:22 AM
Replies: 5
Views: 385
Posted By HJdev
Re: How to recover "header already sent"

Use output buffering. For example in PHP you can use: PHP: ob_start - Manual (http://nl1.php.net/ob_start)
Showing results 1 to 8 of 8

 
Forum Jump


All times are GMT -6. The time now is 05:52 AM.