robbinj
-
CSS Code please to make blogger background stretch/shrink to fit all screen resolutions
http://css-tricks.com/perfect-full-page-background-image/
-
Form post without a HTML form?
Ahh that sucks :) Then i don't think I know what you could do, looks like I kinda missunderstood you from the beginning, sorry :) unless you can use $_GET instead and get the username from the url? But maybe that wont work either when being s…
-
Form post without a HTML form?
I'm thinking of doing an if statement where the php will f.e exit(); if the value is not what you want it to be. Wouldnt that work? :P
-
Form post without a HTML form?
Ah I get it :) Then just use a simple if/else on the form? Should work :)
-
Form post without a HTML form?
I dont think I understand exactly what you want to do. If you need the value sent by the form to be encrypted there's a fuction called md5();. You can encrypt the value like this: $value = md5($_POST['something']); ?> (Every bit…
-
Form post without a HTML form?
otherwise with php it would work if you did something like this:
-
Deleting a page with PHP[CMS]
I got my hands on another solution which worked :) Thank you!
-
Deleting a page with PHP[CMS]
What I mean is, how should I connect the link that is clicked to my delete_page_parse.php
-
"Clearing" a link
So true, that's why I love forums like this with kind people to help me out when needed :) Thanks again :)
-
"Clearing" a link
Thank you, so stupid of me. Guess I need to take a break from this for a while lol :)
-
WYSIWYG editor for my CMS!
Thanks, does it have a html-view as well? Couldn't seem to find that out.