Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for lf.gene

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 …

Member Avatar for mschroeder
0
629
Member Avatar for t3chpr0digy

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 …

Member Avatar for sutt0n
0
150
Member Avatar for sutt0n

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 …

Member Avatar for cwarn23
0
73
Member Avatar for sutt0n

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) …

0
57
Member Avatar for sutt0n

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 …

0
157
Member Avatar for sutt0n

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 …

Member Avatar for cwarn23
0
161
Member Avatar for sutt0n

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?

Member Avatar for saiprem
0
95
Member Avatar for sutt0n

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 = …

0
81

The End.