Hi, i'm at the first public project where i need to use php script along with html pages and mysql database.
I would want to know from you that are more expert, what the best position for the php...
I do an exemple.. On my domaine (exemple americanhorizon . com) I've created an admin panel what allow to add some "messages" and relative "username" to the database with a php file called...
I have a doubt... Php file can be accessed from external domains? In other words, the php file that inserts data into the DB can be called from a different domain?...
The question is simple.. I've created a register FORM that calls register.php file passing parmas througth AJAX. I've applyied some restrictions to the form compilation, such the necessity of a...
Hi
Suppose to have an e-shop web site, how to take trace of the user wallet througth pages? The response should be to use Sessions, but how we know, they are based on the cookie capacity of the web...
Actually i've use your method, with the difference that the exact syntax is if (empty($_POST)), because the $_POST is a superglobal variable that is always set
Hi
i've a page called registration.html that contains a form. I want that when the user click the "send" button, he will be redirected to the page called confirmRegistration.html
... But how to...
Hi
My brain is smoking because are several hours that i attempting to configure and start to work with phpMyAdmin in LOCAL using webmatrix for emulate a server
Imagine that i want to create a background image without set it into the html,body rules, but declaring it as a <div>
The problem is that this div will occupy the entire page and subsequent elements...