Latest in our website
News:
- Heretic Mansion
- Loss of Motivation
- In holiday and less active
Scripts:
- Simplicity oF Upload 1.3.2
Tips:
- Dynamically Fetching Data without Refreshing (XMLHttpRequest)
- Running a Multilingual website
- How can I limit the number of rows returned by MySQL? (Pagination)

Login
login to access your private areas.

Remember me:

Forget password? Use the reminder.
Or
Not registered? Sign up now!

August
Sun Mon Tue Wed Thu Fri Sat
  1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31  

During my stay in programmingtalk.com and other web development forums, I've seen some questions that have been asked many many times so I thought it would be helpful if I made this section answering them and other tips that may help you in your coding.
some of the tips will be regarding MySQL uses in PHP, some others may have JavaScript, but the main issue is about PHP.
You can submit your own tips here with your name next to it! Click Here
  • How can I limit the number of rows returned by MySQL? (Pagination) By Saleh Jamal.
    this is one of the most asked question I've ever seen in dev communities! it's called pagination. it's been asked too many times, so I thought this might be the first tip I should add here ! simply, all you have to do is add LIMIT to your My....
    Read more..
    This article was read 15125 times.

  • Running a Multilingual website By Saleh Jamal.
    this can be done via langauge files! you may want to have a folder named 'languages' ,for example, and in it language files e.g. english.lng, arabic.lng, dutch.lng ...etc these file will have variables that contains your text ,, like this: [php]....
    Read more..
    This article was read 8903 times.

  • Dynamically Fetching Data without Refreshing (XMLHttpRequest) By Saleh Jamal.
    it became boring to input data and then press that damn "Submit" button over and over everytime we want to add or look for something! but we are not going to stay there accepting this anymore, are we? :) NOTE: this art....
    Read more..
    This article was read 11242 times.