Hi !I have a problem with window-open and charset.
In my html page I have form's action that call a php file. In this file I use window.open that open a popup. I I set charset UTF-8
<meta...
Hi!
I need help with for.
I built a web page structured in this way: I have a div that contains three columns.
I have an array that contains a list of items that I place inside of my columns....
Hi!
I need to launch a php function (controlNumber()) that du is a database query and returns me the number of results.
I have to store the number of results in a javascript variable (var) to...
But if I have two functions, and in each I defined a session variable, the two variables are written in a session together, after the execution of the two functions?
Or after the first php function...
Hi!
I need help to understand when php write data in session with $_SESSION variable.
If I write a for cicle, php write in sessione at the end of my cicle.
If I have a web site with a lot of...
Hi!
I have this problem. I launch this link:
http://mysite/AA123a
My index.php file process this url and launch header("Location: ". $file_path."?id=".$_REQUEST['id']);
This is an html page and...
Hi!
I have a grid and I need to calculate coordinates of my elements. This is my example: http://jqueryui.com/demos/sortable/#display-grid
I know elements dimensions (height and widht), the...
Hi!
I have the following problem:
I have 3 div (A B C) align horizontally. Every div has this dimensions: width:150px; height:35px;
I can move my div horizontally (I use jquery ui propriets). ...
Hi!
I'm using jquery to implement drag movemet div. Here you can find my example.
http://jqueryui.com/demos/draggable/#sortable
My problem is the following: I need memorize in a table of my...
Hi!
I need hel in sql update query.
In field 'name' of my product table I have values like this:
PRODUCT'S TITLE 1
PRODUCT'S TITLE 2 - short description
Hi!
I have a problem with my php code.
I have a query that return me some records (the number of records can change).
I need a page html that show me that record and put result in a table.
How...
Hi!
I have the following problem: I use htmlentities to convert html special characters.
But I have some link in my text that doesn't result correct. the proble is when I have & that should be...
Hi!
I have the following problem. With php a read a record A of my db (inside record I have html code) and memorize ina an other record B of an other db. Than I create a program to send newsletter...