www.webdeveloper.com

Search:

Type: Posts; User: ojalà

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Thread: union query

    by ojalà
    Replies
    2
    Views
    664

    union query

    Hi!
    I have a problem with a query in Mysql.
    In my table stored access for period.

    My table cloumns are
    -account_id (primaty key)
    -years (primaty key)
    -month (primaty key)
    -access_number
  2. Thread: window.open

    by ojalà
    Replies
    1
    Views
    835

    any idea? my question is clear?

    any idea? my question is clear?
  3. Thread: window.open

    by ojalà
    Replies
    1
    Views
    835

    window.open

    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...
  4. Thread: for loop

    by ojalà
    Replies
    1
    Views
    276

    for loop

    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....
  5. Replies
    1
    Views
    1,371

    call php function using jquery

    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...
  6. Thread: about session

    by ojalà
    Replies
    4
    Views
    991

    But if I have two functions, and in each I...

    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...
  7. Thread: about session

    by ojalà
    Replies
    4
    Views
    991

    about session

    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...
  8. Thread: removeChild

    by ojalà
    Replies
    1
    Views
    1,588

    any idea??

    any idea??
  9. Thread: removeChild

    by ojalà
    Replies
    1
    Views
    1,588

    removeChild

    Hi! I need help with removeChild function.
    This is my xml file:

    <ROOT>
    <RT xml:id="1">
    <str name="title">aaaa</str>
    <str name="date">aaaa</str>
    </RT>
    <RT xml:id="2">
    <str...
  10. Replies
    2
    Views
    1,584

    any idea?

    any idea?
  11. Replies
    2
    Views
    1,584

    resize tif image

    HI!
    i use the following function to resize image. It is ok with jpg or png but not with tiff..
    Can you help me to fin error please?

    function image_resize($src, $dst, $width, $height, $crop=0){
    ...
  12. Replies
    0
    Views
    311

    Problem with redirect

    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...
  13. Replies
    1
    Views
    573

    grid: element's coordinates

    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...
  14. Replies
    0
    Views
    954

    calculate div position

    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). ...
  15. Replies
    0
    Views
    1,405

    javascript and ajax

    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...
  16. Thread: lowercase query

    by ojalà
    Replies
    0
    Views
    1,092

    lowercase query

    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

    I have to leave the first letter...
  17. Thread: dynamic table

    by ojalà
    Replies
    3
    Views
    954

    Hi!thank for reply! now I need to manage the...

    Hi!thank for reply!
    now I need to manage the paging of data. After 42 results of my query I need to add button for page next and prev..
    I need help..
  18. Thread: dynamic table

    by ojalà
    Replies
    3
    Views
    954

    dynamic table

    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...
  19. Replies
    1
    Views
    1,169

    htmlentities problem

    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...
  20. Replies
    7
    Views
    1,927

    With your codde $record=preg_replace('#>\s+

    With your codde $record=preg_replace('#>\s+<#', '><', $record);

    in this case:
    <a href="#"><img src="image.gif" alt="bbb" width="80" height="81" /></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a...
  21. Replies
    3
    Views
    1,317

    any idea?

    any idea?
  22. Replies
    3
    Views
    1,317

    problem with php

    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...
  23. Replies
    7
    Views
    1,927

    Any idea?

    Any idea?
  24. Replies
    7
    Views
    1,927

    So even though I delete the spaces   that...

    So even though I delete the spaces &nbsp; that should remain .. how do I leave?
    Thanks!
  25. Replies
    7
    Views
    1,927

    View Post

    Così però elimino anche gli spazi &nbsp; che dovrebbero rimanere..come faccio a lasciarli?
Results 1 to 25 of 57
Page 1 of 3 1 2 3
HTML5 Development Center



Recent Articles