www.webdeveloper.com

Search:

Type: Posts; User: American horizo

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Usually, where did to put the php script into a domain?

    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...
  2. No, text is a separate div and i want that is...

    No, text is a separate div and i want that is assumes the height of the main wrap, or rather, the height of image


    Anyway i tryed with 100% but the problem perxists
  3. Adapt the height of an element according to his wrapper height.

    Hi, i want to know why this code wont work



    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">
    #wrapper{float:left}
    img{float:left}...
  4. Will the myslqi extension become the new standard?

    According to what i had read, mysqli is an alternative to the standard mysql but it is an optional choice..

    however i noted that some methods are deprecated in normal mysql, such...
  5. How to open an external HTML page without browser boundaries?

    Hi, i would want to know how to do a something like in this site
    http://storybundle.com/

    If you click on one of books, an html page wil be loaded ovelapping the main page without open a new...
  6. I do an exemple.. On my domaine (exemple...

    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...
  7. Ok thanks for the suggestion! I have a...

    Ok thanks for the suggestion!

    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?...
  8. yes this could be a solution

    yes this could be a solution
  9. Prevent calls from external domains? Is it possibile without sacrificing AJAX use?

    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...
  10. The question about SESSIONS and COOKIEs disabled

    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...
  11. Actually i've use your method, with the...

    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

    But now i don't know how to proceed....
  12. Replies
    2
    Views
    1,338

    Redirect after login doesn't work

    Hi
    for what reason this code doesn't work?


    <?php

    $f_usr= $_POST["username"];
    $f_pswd= $_POST["password"];

    $con=mysql_connect("localhost","americanhorizon","")
  13. uhmm, if !isset($_POST) it should return to the...

    uhmm,
    if !isset($_POST) it should return to the registration page with the form

    ELSE he should show the confirmation that is something like this.
    <div>You're successfully registred. Please...
  14. I've to create a registration form that redirect to a page after registration

    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...
  15. How to retrieve errors of Javascript?

    Hi, there are a method that can report an error accured when a JS script is executed?

    For exemple, following the Javascript: Complete Guide book, i've tryed this snippet for make practice:

    ...
  16. up

    up
  17. I've a lot of doubts :( webmatrix is ok for test...

    I've a lot of doubts :(
    webmatrix is ok for test phpMyAdmin?
    config.inc.php is correclty configurated?

    this is how it appears:



    <?php
  18. phpMyAdmin don't show options for create and manipulate a database

    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

    After a LOT of attempts, i'm...
  19. Problem to masking images with firefox

    Please hel me, i'm going crazy!
    I've crerated a simple circle with gradient color and saved it as svg file...

    At this point i want to set it as a mask of ani image.. This is the code


    <img...
  20. So, for overlap elements it's only possible to...

    So, for overlap elements it's only possible to set it in an absolute position?
  21. i've done the exemple with background for take an...

    i've done the exemple with background for take an "extreme" situation, with an element that occupy the entire page..
  22. Make an element "not-occupying" space

    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...
  23. thanks i just wrote that for keep clear the...

    thanks


    i just wrote that for keep clear the hierarchy
  24. i just want that red assumes the exact body...

    i just want that red assumes the exact body width, not only the visible part
  25. after some proofs, i noted that removig...

    after some proofs, i noted that removig position:absolute, the problem solves

    The fact is that i really need to se it in absolute position
Results 1 to 25 of 42
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles