www.webdeveloper.com

Search:

Type: Posts; User: molossus

Search: Search took 0.01 seconds.

  1. do you just want to translate the english parts...

    do you just want to translate the english parts to spanish?
  2. from your first post, i see that you post: ...

    from your first post, i see that you post:

    http://locahost/dogAbduction.html

    notice localhost has a typo, you wrote it as locahost

    i just copied and pasted your 2 files to my local xampp ,...
  3. i think you have the wrong ideas what the action...

    i think you have the wrong ideas what the action field is used for, you dont just put anything in that field, the action field will call the file that you specify there as soon as you press the...
  4. 1.) dogAbduction.html it is displaying that the...

    1.) dogAbduction.html
    it is displaying that the page cant be displayed because you stated in the form that abductionForm.php will process the file after you press submit, but you dont have that...
  5. Thread: Proper Syntax

    by molossus
    Replies
    3
    Views
    82

    here is a small example: try { $sql =...

    here is a small example:


    try
    {
    $sql = 'SELECT joketext FROM joke';
    $result = $pdo->query($sql);
    }
    catch (PDOException $e)
    {
  6. Replies
    2
    Views
    131

    try this code: .div_watchedit{...

    try this code:

    .div_watchedit{
    position:absolute;
    visibility:visible;
    width:735px; /* enter your width */
    height:381px; /* enter your height*/
    margin: auto;
    z-index:10;...
  7. what happens if you put the last lines of code ,...

    what happens if you put the last lines of code , this :

    // $_POST AND !$password_form

    include_once( 'class/class.upload.php' );
    if(isset($_POST['upload'])){
    ...
  8. Thread: Proper Syntax

    by molossus
    Replies
    3
    Views
    82

    i assume you closed the a tag correct?

    i assume you closed the a tag correct?

    <a href=" ... " >
  9. Replies
    2
    Views
    50

    here is a basic template that will help you make...

    here is a basic template that will help you make a basic site, the files that have ".inc.php" are files that go in
    a include folder. basically you can add a lot of pages and just have to include...
Results 1 to 9 of 9
HTML5 Development Center



Recent Articles