- Dettagli
- Categoria: PHP
- Visite: 2426
I created a script PHP in collaboration with COPILOT to find all aliases not used in the PF Sense file config.xml.
- Dettagli
- Categoria: PHP
- Visite: 5706
One of my latest experience has been to show the correct date time to russian guys.
In order to manage the right local date for each country I have done the following 3 simple steps:
- Store the date in GMT format (Greenwich Mean Time)
- Declare the momentJS in my webpage
- Use the momentJS function to convert the date
Browser will do a right conversion
- Dettagli
- Categoria: PHP
- Visite: 19836
Some useful snippets for the Hypertext Preprocessor or better knows as PHP.
- Dettagli
- Categoria: PHP
- Visite: 22392
Un semplice comando in php può aiutarvi a redirigere gli utenti su un'altra pagina o sito.
- Dettagli
- Categoria: PHP
- Visite: 21513
PHP è un linguaggio "server side" di riferimento per le applicazioni web, facile da imparare, flessibile, con tantissime soluzioni open source free / a pagamento pronte all'uso.
JAVASCRIPT è un linguaggio "client side" per le applicazioni web. Esistono diversi framework e soluzioni pronti all'uso.
La fatica più grande in un progetto consiste nel scegliere gli oggetti che ci servono nelle tantissime soluzioni proposte.
Ho iniziato la ricerca perchè ne avevo l'esigenzaimmediata ma ho scoperto tantissime soluzioni fantastiche per creare front-end belli e soprattutto funzionali.
In quest'articolo mi limiterò ad elencare le soluzioni che man mano scopro.
- Dettagli
- Categoria: PHP
- Visite: 16940
GLOBAL VAR DOCUMENT ROOT IN A WINDOWS HOST
If your hosting has php under a windows host you will have a problem with $_SERVER['DOCUMENT_ROOT'] : it will return blank.
Include this code where you need to use the $_SERVER['DOCUMENT_ROOT'] as usual.