PHP
form submit via Hidden iframe (A.K.A Fake Ajax)
01091 days
Today, I wanna share with you a way to submit forms using a ajax look & feel altought it’s not really ajax.
The question you might ask is :
why should I use this method instead of real ajax ?
Well they’re is numereous answer to that but one good reason it that is doesnt require any type of ajax libs and you can start using it even if you never used ajax before.
Related Posts:
Mysql Class for php5 using singleton
21093 days
by Christophe Verbinnen
in PHP
Hello again,
I thought i’ll share another one of my little personal scripts with you guys.
Here is the mysql class I use on most of my project, nothing fancy but does the work for what I need most of the time.

Last comments