logo
Jun
1
Marijan Šuflaj

Where to post tutorials

When writing tutorials you want that they are seen by a lot of people. For that i use 7 internet pages where i publish links to them. Process is simple. Write few information, provide post url, press submit button and your tutorial is in their database. I’ll write something about for 3 of them because they have a lot of visitors.

Read the rest

Apr
19
Marijan Šuflaj

Multi-query function

I needed a function that will take a string or a file and then split it into small SQL queries. I found few functions on Internet but they did not work as i expected. They all had following principle of work:

  1. Take a string
  2. Use function explode and “;” as a delimiter to create an array
  3. Execute each row in array

Read the rest

Apr
13
Marijan Šuflaj

5 useful functions

I would like to share with you a couple of functions that use a lot and I consider them quite useful.

Read the rest

Apr
10
Marijan Šuflaj

Compare the right way

When I was programming today I got into a small problem, which I quickly solved, but it gave me a very good idea for a tutorial. Namely, what happened to me? I worked on an easy loop through array with use of functions current and next. I created custom array with custom values, and when I started the code, I did not get what I’ve expected.

Read the rest

Next Entries

logo
Powered by Wordpress | Designed by Elegant Themes | CopyRight ©2012 php4every1.com