Thanks for the additional info jpadie, very much appreciated. I will have a play tonight but yeah, server load is a concern (it being a VPS) but there will be new images uploaded only occasionally and very few actual hits on the page I expect so I'll monitor it and see how it goes :)
________...
apparently so:
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.2.1
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
________...
ooh, it really does work :)
well, using the latest snapshot of code i now get:
Fatal error: Call to undefined function image_type_to_extension() in /var/my/server/filepath/index.php on line 133
having a look at it now as I've never used image functions before but thought I'd update this here...
hmm, can't seem to get it to process properly. it seems to have permissions to write new files ok as it creates the testImageStore.txt if I have that line in (which contains a:0:{} )
Form draws, submits, blank page loads.
Am I missing something simple which I should be amending here...
Wow, talk about above and beyond jpadie! Many thanks for taking the time, it is very much appreciated. I'll have a sit down within the next hour or so and have a play.
It's not going to be holding many images, it will be in the hundreds rather than the thousands and the site will get very...
ah! I knew there was a better way I just had a mental block. CSV will do just fine, It's only going to be a form with an image upload and a couple of textboxes, if i add a timestamp and an incremental number at the point of upload the problem is sorted and I'll just dump the CSV into an array...
Hi,
Just looking for a point in the right direction as I can't seem to figure out/find the best way to get started.
I wish to create the facility for someone to upload images and descriptions associated to that image to the web server via a form. I wish to do this without a MySQL back end so...
Hi,
IN SSRS, I have a cell in a table I basically want to do the following:
iif(Something = 1, PerformAction1 and PerformAction2, PerformAction3)
Is it possible to perform 2 actions if an iif statement returns true?
________
clueless
Sorry I took so long to respond. You suggestion did solve a large chunk of our problem and we managed to work through the rest and it's now ok.
Thanks Vragabond :)
________
clueless
hmm, I don't know what the etiquette here is for posting URLs but if a mod deems it as advertising I will issue my apology
www.demonwar.net
It will require a log in for you to see the page - I've created a temporary account so you can get in to check (or you can sign up yourself if you...
1. yeah, we realise this, but for sake of better technologies we are not attempting to make the site fully compatible with IE6 otherwise we would end up in a padded cell (no pun intended)
2. didn't notice that, thank you :)
3. #map_main holds the map image
________
clueless
Hello CSS Peoples :)
We are creating an interactive map that allows the user to travel using a grid reference system
The map consists of a number of layers:
1. The main wrapper that holds the map
2. The map itself
3. The grid overlay made from a number of css squares
4. A number of icons placed...
INT, INT, VARCHAR in that order for the fields I have listed."
ok, then the following ammended query should post the data with no problems (as long as the data held in the variables is ok)
$sql = "INSERT INTO po (supplier_id,createdby_id,desc) VALUES (".$s_id.",1,'".$desc."')";
________
clueless
i generally use
$sql = "INSERT INTO po (supplier_id,createdby_id,desc) VALUES (".$s_id.", 1, ".$desc.")";
but for all I know that could be a terrible case of bad practice :)
________
clueless
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.