schart
-
PHP/MySQL Question
Example with $string as "1,5,6", please? :)
-
PHP/MySQL Question
@Schmotty - I kind of see it, like a whole table where I can pull out "where followed = '1'", and then several can be following him? Nice idea. @karlpcrowley - Yes of course an unique ID, I get that but how would I get 1,5,6 in …
-
Censor Password in Database?
Thank you all so much, I'll try to look into all of this and I'm sure I'll figure something out :)
-
Censor Password in Database?
It's for login, I'm basically getting the password from the form, and then inserting it in the database when they register, and validating when they login. And I wanted to censor it in the database so I couldn't see them.
-
If Div has Link jQuery?
Or well, I realize I have tagging as well, and #search, so edit that to any link that look like @this , #this or "Full Post"?
-
If Div has Link jQuery?
OK, so my code is like this: $("div.updates").each(function() { if ($(this).find('a').length > 0) { var theHref = $(this).find('a').attr('href'); $(this).find('a').parent('…
-
If Div has Link jQuery?
Wonderfull! Can I somehow grab the href of that link as well? http://jsfiddle.net/3yXtk/4/
-
If Div has Link jQuery?
Great, but my goal is to append something to it. Is that possible using appendTo?
-
If Div has Link jQuery?
Yes exactly, but can we use $(this) so that I can use it with multiple divs with the class of .updates? I tried, but no luck.
-
Update PHP Automatically?
Hmm, first of all, it would be first-child since it's DESC.. And I get sending the value to the server, but not quite what I'm supposed to send back. I don't know ajax at all you see.
-
Update PHP Automatically?
Each post has a unique ID, but how would I do that? I really understand if you couldn't be bothered explaining with examples but I think I need that to understand this probably.
-
Rewrite /a/username/p/posts ?
Thank you, but that didn't cover multiple variables. I've Google'd a bit, but I can't seem to make it work with it :/ I want profile.php?name=Schart&l=20 To go to /a/Schart/20
-
Rewrite /a/username/p/posts ?
No just rewriting if that's what you meant? I just put the script I wrote in my .htaccess file and then /a/username work's just like /profile.php?name=username I want profile.php?name=username&l=10 to corespond to a/username/10 ( I kn…
-
Highlight selected tab
I agree with karlpcrowley. Also, I think this can happen automatically somewhat like this: $(document).ready(function(){ $currenturl = location.href; $('a[href=$currenturl]').addClass('selected'); });
-
PHP Syntax Error - Please Help!
OK - If you ever need something, I'm right here :)
-
PHP Syntax Error - Please Help!
That is a very good idea! Whether or not it work's I'm going to close this thread and try to figure it out. Thank's for your great support, you have surely helped me a lot recently! Seriously, is there any website of yours I can promo…
-
PHP Syntax Error - Please Help!
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''apps' ('name', 's_info', 'info', 'category', 'type…
-
PHP Syntax Error - Please Help!
Thank's but it didn't work. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''name', 's_info', 'info', 'categor…
-
PHP Syntax Error - Please Help!
I have gone trough the code several times, even redone it :/
-
PHP Syntax Error - Please Help!
Can you see anything wrong with the code ?
-
Replace PHP string
Some things just slip our minds sometimes, it's funny how that works!
-
Replace PHP string
@karlpcrowley - Thank's :) - I saw another problem I fixed (and after that, it worked). When inserting info into my database, I have to use ', so when came, it messed up, so I just edited the pre to instead! :) Thank's for your wonde…
-
Replace PHP string
That is true, any way I can *not escape in the pre* ?
-
Timezone Math
Amazing! Thank you so much @karlpcrowley ! :)
-
Timezone Math
I'm sorry, I don't quite understand. Let's say I have a timestamp that is 18:00 or something GMT+0 or originally, and for people who are American, I want it to be 12:00 or 13:00, now I've got in my database "-6" for tha…
-
Timezone Math
Well, I guess I can go "if $exchange == '-' then go timestamp - $timetwo"