No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: Yep, pretty much anything's possible in today's programming world. You just have to concentrate. First off, since PHP would try to subtract that [icode]$date[/icode] variable, we need to make it a string so make it this: [code=php]$date = '1990-12-3';[/code] It also seems you've mispelled a function in your code (mysqli_query … | |
Re: If I'm understanding you correctly, you're pulling from the database successfully, and you're just wanting to update the selected option in the database (via SQL) once it is selected? If that's so, then I would either: A) Use AJAX to do this. B) Throw a form submission handler above the … | |
New to Mod_Rewrite and have some of the basic fundamentals down, but am stuck right now and need a bit o' help from someone who's experienced. Right now I have a .htaccess page that replaces "index.php?page=pagehere" with "pagehere.php". Well, I want to put another GET variable on the end of … | |
Ok, I have this one page that has a frameset with two frames. The left frame loads fine, and the second frame loads fine in Firefox and submits the form automatically like I need it to, but when it loads and submits (yes, it is a body onload form submit) … | |
Ok, so basically I want to be able to do this. I have it all down from obtaining the content from the e-mail and saving the attachment, but when I save the file's content into a file (permissions aren't a problem, as you'll see in the code) it doesn't show … | |
Okay, so you know whenever you send an e-mail from your website to either test something or notify you, you sometimes get that signature that says "scanned by blah blah". Like in Gmail, it says "scanned by blah blah blah". I was wondering if there was a way to remove … | |
Ok, so basically I have a flashplayer (standard flv player basically) and it's embeddable from different people. I want to be able to track where this is embedded. How would I do it? | |
Ok, so I have this bit of Javascript and for some reason it's not working. It's supposed to work like "modvideo('2')" whereas "2" is an ID number. This is supposed to post to a page like a form, but for some reason is being gay. [code] function modVideo(inKey){ document.getElementById('txtKey').value = … |
The End.