Thx for the reply, but that's just for uploading photo's in a gallery, viewable for anyone. It's not what I'm looking for. Which is rich text and photo uploading, only viewable by the users...
Type: Posts; User: Bar2aYunie; Keyword(s):
Thx for the reply, but that's just for uploading photo's in a gallery, viewable for anyone. It's not what I'm looking for. Which is rich text and photo uploading, only viewable by the users...
Hello,
Maybe this isn't the right forum to ask... But I won't know until I've asked, right?
I am looking for a script that will allow users to upload a file and some text, which will then be...
Well, the thing is... I already have a query... So I'm not sure how to add another one... I wanted to view only one entry per page, and only by clicking next or actually '>' which acts as a next...
Okay, I've build the script to display all of the entries (one per page) in textboxes.
I also have another script, similar to it, but that is meant to add completely new entries.
On both...
The thing is, how do I do that last bit... 'run an update query'?
It does sound easy to just gather info, echo in form and then put in textbox. That shouldn't give any difficulties. But how do I...
Hello,
I've got a MySQL db which contain addresses. I also made a script to easily add new entries to the db with a number of columns.
Now, I do know how to make a script to display what's in...
I suggest to play around with these settings:
<input type=button id="button1" style="background: #cc9933"
value="Fade this button"
onMouseOver="mOvr('button1','#cc9933','#6699cc',10,100)"...
Not completely sure what you mean, but maybe this'll help?
http://javascript.internet.com/image-effects/fader2.html
Or maybe this'll be better?...
Hello,
I am looking for a little help on how to combine three parts of code.
Here's part one:
$base_m=5;
{$item['price'] = round ((($item['price']+5) *1.85),0); $item['pricefinal'] =...
Can anybody help me out here plz?
Okay, so this is my code (a part of it though):
<?php
$column=1;
$formaatcat=mysql_real_escape_string($_GET['sizecat']);
$formaat=$_GET['size'];
...
Hello,
I have a db with names and corresponding values to the names. I also have a php code to display it all, pulling the info from the db. Now this isn't all very hard, but here's my...
That doesn't look like php..... I'm not sure what you are saying...
yeah of course, typo, lol
Okay, maybe this isn't the best or most practical or nicest solution, but at least it works and at least I have a solution. Lateron, I'm gonna work on improving the whole code and I'll keep looking...
Sure, though I don't have the values in the select function, since that doesn't work.... (though it works in the db)
SELECT * FROM `Folders` WHERE `sizecat`='{$sizecat}' AND...
Yeah, and it is saved as float. Since I have to calculate with these numbers.... But I also got two more variables (which have nothing to do with this question though) in my select WHERE query. So...
Hello,
I have some numbers in two of my columns of my database. Sometimes, this number is set, sometimes, this number is 0. When it's 0, I'd like to hide it, make sure that it's not displayed.
...
Well, after hours of puzzling, I figured out the problem. I do have something else I wanna ask you.... (which might save me hours of puzzling, haha)
Here's my code:
...
Sorry, what? I'm confused, what do you mean?
No difference. still an empty page, eventhough I deleted the spaces. I tried another approach for the styling. That does work, but maybe it messes up the next page?
Here's my current code. I also...
Okay great, I am working on it.
I do have another question...
I've got the following line to generate the url:
...
No worries, I thought you might missed the post. I'm really glad that you're back though :) I tried hundreds of things, but it either gives a fatal error or the same result is outputted.
Okay,...
Um, what should I do now with those numbers? Or can somebody else help me out here?
Thx in advance!
Yeah thought so. lol
Well.... I'm not sure what I should do with that info... It gives me the numbers 1 to 98 vertically with the four # before and after the numbers. What should I learn from this?