Create a seperate page in your webfolder called GETIMAGES.PHP or whatever you like put the following code in it...
<?php
mysql_connect("yourdatabaseserver","username","password");
mysql_select_db("yourdatabase");
$image = stripslashes($_REQUEST[imageid]);
$rs = mysql_query("select FIELDNAME...
I am taking my first foray into DirectX and trying the simple triangle tutorial program, however whenever i run the program i am getting the windows form with a large red X throughout it, below is the code i am using copied straight from the website tutorial so it should work just fine, any...
Have you made sure that there are only the relevant fields in the query parameters? Sounds like the original 5 parameters are still present instead of the 3 you want.
If you have deleted the first two ?s from the query but not the parameters from the parameters list your query would equate to...
I am trying to put together a site that will change style dependent upon the url data provided
The "Type" querystring value determines which data is returned from the database, i.e. type 1 = fish, type 2 = clothes, type 3 = spoons etc etc etc
I have the style sheet created that contains the...
I am trying to put together a site that will change style dependent upon the url data provided
The "Type" querystring value determines which data is returned from the database, i.e. type 1 = fish, type 2 = clothes, type 3 = spoons etc etc etc
I have the style sheet created that contains the...
I am trying to locate a copy of Visual Basic 5.0 as i have recently received source code from a new client that was written in this language.
Ultimately the code needs to be rewritten into .Net 2 but the client wants the changes made before a rewrite begins as the rewrite will take 4-5 months...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.