The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

Recent content by lala56

  1. L

    Error handling

    We struggle to come up with a decent error handling function. I thought that I use a global variable $live to easily make a switch from testing to live. I will keep the function in an include file. I kind of got there to print a "user-friendly" message when the site is live, but it messes up...
  2. L

    .htaccess file

    I have to pass one parameter in the url (products.php?id=22) for the product catalogue template page. Do you think this cause problems? lala
  3. L

    Into Databases Part III - Normalisation

    Yes, sometimes it all goes crazy, especially when you discover what it means when they say "the terrible twos". The tandrums of my little boy reaching extreme levels right now. Feel like I have to go alone on a holiday or so...;) lala
  4. L

    Into Databases Part III - Normalisation

    Apologies Have to apologise that I have not delivered the promised article yet (and I have not been around for a while)... Hopefully my life gets a bit more organised soon... lala
  5. L

    .htaccess file

    I have been adviced to upload a .htaccess file with the following entry: "AddType application/x-httpd-php .php .html" to my new domain space to allow php (MySQL) functionality inside a "normal" .htm page. It is said to be better to save files as .htm than .php with regard to SEO. Please...
  6. L

    Polish special characters

    Not sure if there is, but have a go to change the Doctype... Cheers, lala
  7. L

    Polish special characters

    Does anyone have experience with Polish special characters in JavaScript messages? Using coding for those it displays the coding instead of the character. lala By the way, a big hello to you guys. Was kind of somewhere else for a while, but back home...
  8. L

    Into Databases Part III - Normalisation

    Want to apologise as I still have not had a chance to compile the next article in this series... Am very busy, but will continue as soon as I have a little gap:-) lala
  9. L

    Text file displayed in webpage

    Thank you for your advice:p lala
  10. L

    Text file displayed in webpage

    I guess there was a misunderstanding: I meant that I would have a separate text file on the server. The content of that file would be displayed in my web page. If I was to change the content to that particular text file and upload it to the server the content of the web page should be...
  11. L

    Text file displayed in webpage

    It would be great to have it as part of the "normal" HTML. But if you do not mind I would like to hear more about both possibilities... lala
  12. L

    Text file displayed in webpage

    Is there any way to include content from a text file in a web page? lala
  13. L

    Into Databases Part III - Normalisation

    I like this a lot "a glorious beacon of light";-) Cheers, lala
  14. L

    Into Databases Part III - Normalisation

    It is called normalisation when you efficiently organise tables in a database and use as little disk space as possible. Redundant data and integrity issues through unsynchronised data are avoided as much as possible. The process of normalising starts off with the least restrictive through to the...
  15. L

    Into Databases

    Part II Cheers, Temi. You made my day:-) And here it comes: Part II According to your data model you will work on your data schema now, which is the design of your database. A database consists of a number of tables. Each table represents one entity. It has columns and rows. The...
MI
Back