In this Post, you’ll learn how to get current web page url from your web browser address bar using php script. function getUrl() { $url…
Leave a CommentTutorials / Programming tips Posts
Recently i ran into to the situation to set inline styles to element on the page using html inputs,project is developed using CodeIgniter framework ,…
Leave a CommentThis is post is about getting All Links from the given URL, we can achieve same Output with various methods but i am gonna use…
Leave a CommentThis post is about CodeIgniter Email Class, Sending Emails in Codeigniter App is not a tedious Task,it is very simple and easy with few lines…
1 CommentIn codeIgniter We can get last executed MySQL Query With One of the CI’s Query Helper function called last_query(), you can use this as shown…
Leave a CommentCron job is scheduling some tasks with in regular interval on server.To setup cron job we must know about the cron tab commonds and shell…
1 CommentMaking images responsive (fluid Images) is essential in responsive layouts. Fortunately, it is pretty easy to do with simple CSS Techniques. For Example, if we…
Leave a CommentIn GF2 in order to use Sessions we should use this use ZendSessionContainer; class. This class Container extends of ArrayObject and instantiates with the ARRAY_AS_PROPS…
Leave a CommentThis Blog post is about Adding Facebook Open Graph Tags to the web app in Yii, This is really simple Task, Using This Tags We…
Leave a CommentFind The suitable APC for the Xampp from the blow given link based on PHP Extension Build, and Xampp version. http://dev.freshsite.pl/php-accelerators/apc.html Steps to Follow Install…
Leave a CommentIn this tutorial, we will write about calculating the number of days between two dates. This can be done very easily using the DateTime object…
Leave a CommentThis post about Creating Laravel Eloquent model without a primary key,By default laravel will take primary key as ID, we can override this by protected…
Leave a CommentHere is simple code snippet for adding date picker in YII. We have a Date Picker widget in Yii so I am gonna show you…
Leave a CommentIf you want to get the previous URL use the below line of code If you want to redirect to the previous URL use the…
Leave a Comment