Wednesday, July 16, 2025

Php and Sqlite

 Over few month, i play with php and sqlite. Quiet awesome to build a program, usefukl and many trick todo.

In android era. This stuff kinda like old stuff, but its aurprise me that can build a program that suite for me and mybe foe anybody arround the world.

Its free, its simple and its fun, with ai era, i play with chatboot, chatgpt. And i am done a feq program.

The program that i always recoding is about zakat for islamic charity sistem. You all can use it, i will be upload it soon here.

You only need termux to create php and sql server.


Monday, April 20, 2020

Redirect blogspot to other site

I am on find a free domain name for lifetime. oh why not redirect a blogspot to my localhost. and find a usefull artikel.
this post is here


  1. Sign in to Blogger and choose the blog that you want to redirect.
  2. In the left menu, click Theme.
  3. Under "Live on Blog", click Edit HTML.
  4. Copy the following code and paste it right after the opening <head> tag:
    <meta charset='utf-8'/>
    <meta content='0;url=https://www.yournewsite.com/' http-equiv='refresh'/>
    <b:if cond='data:blog.url == data:blog.homepageUrl'>
      <link href='https://www.yournewsite.com/' rel='canonical'/>
    </b:if>
  5. Replace URLs in the newly added code (https://www.yournewsite.com/) with your new site URL.
  6. Also in the <head> tag, find and comment out the following line, if any.
    <b:include data='blog' name='all-head-content'/>
    The line should look like this after commented.
    <!-- <b:include data='blog' name='all-head-content'/> -->
    
  7. Click Save theme.
SHARE