Search Result

Collapse
5 results in 0.0042 seconds.
Keywords
Members
Tags
action
  •  

  • emilyjac
    started a topic cannot find action ou select distinct queries

    cannot find action ou select distinct queries

    Hi.

    I have a function that produces some temporary queries. I create the queries instead of just executing from VB because I need one temp query to depend on another temp query. All the queries are named "rqt_tmp_someth ing" and once I'm done with them I run this handy procedure to find and delete them.
    This one query called "rqt_tmp_pop_gr p_struc_distinc t" doesn't delete.
    I have noticed while watching...
    See more | Go to post

  • dajoker2505
    started a topic Form Action
    in PHP

    Form Action

    i am somewhat new to php.

    Code:
    <?php
    
    echo"
    
    <span class='sif'>
    	<form method='post' action='index.php?username='>
    		Username <input type='text' name='username2'><br />
    		Password <input type='password' name='password2'><br />
    		<input class='sub' type='submit' value='Submit'>
    	</form>
    </span>
    
    
    &qu
    ...
    See more | Go to post
    Last edited by Atli; May 13 '10, 09:30 PM. Reason: Added [code] tags.

  • whitep8
    started a topic PHP PDO MYSQL problem
    in PHP

    PHP PDO MYSQL problem

    Hi All,

    On posting a GET to this script, I take those values, along with the image, and upload as mysql blob.

    On adding an additional variable to the url i get an error message. I can echo out the get variables to that page so i know they have been captured

    Your help would be appreciated

    The URL is: http://........./index.php?id=1& p=1

    The error is: SQLSTATE[23000]: Integrity...
    See more | Go to post

  • poisonvm
    started a topic Form Action

    Form Action

    Hi i have the following code;

    Code:
    <br>FanIn:
    <form action = "faninon.php " method ="post"> <input type = "submit" value="ON"/> </form>
    <form action = "faninoff.php " method ="post"> <input type = "submit" value="OFF"/> </form>
    </br>
    this display the buttons one above the other, how...
    See more | Go to post

  • tHatDudeUK
    Guest started a topic form action = <?=$_SERVER['PHP_SELF']?> - stopped working
    in PHP

    form action = <?=$_SERVER['PHP_SELF']?> - stopped working

    My form action code to submit values to itself have stopped working using
    the code

    form action = <?=$_SERVER['PHP_SELF']?>

    This code used to work

    My web host recently told me they enabled phpsuexec option in apache which
    apparently needs me to CHMOD my PHP page to 750 and the directory to 755. (I
    don't know what this means but know how to CHMOD files). I have CHMODed the
    files this...
    See more | Go to post
Working...