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...
Search Result
Collapse
5 results in 0.0042 seconds.
Keywords
Members
Tags
-
cannot find action ou select distinct queries
-
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
-
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... -
Form Action
Hi i have the following code;
this display the buttons one above the other, how...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>
-
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...