Image Source:filemaker.com
When you’ve finished studying the learning curbs of PHP5, you will most likely wonder what is in store for PHP development in the near future. Where will this indispensable programming language headed in the next year? As we all know, PHP 5 [...]
Filed under: Information by Celine
No Comments »
Image Source:www.faqs.org
Do you know what if felt like when you’re forgetting something and you promised to remember even just for one day? It felt like not having sessions in your website. Sessions in PHP temporarily saves important data that is needed for browsing the whole site, into the server for future references. Therefore, it will [...]
Filed under: Advanced Programming, Basic Programming, Information, Sample Code by Celine
No Comments »
Now, the first sample PHP function did something very simple that it displayed a string that does not change and was not influenced by any parameters. We then move to show functions with one or more parameters that make them more powerful and diverse. That is done by placing these parameters inside the “()”.
Filed under: Information by Avatar
No Comments »