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
~572 People Reached
Member Avatar for stbtwitter

Hello, I have a mysql field that is a blob and I use encode to encrypt the values for that field. One of the values is: 62756d7069886d66 When I use the salt: ulabula to decode it via phpmyadmin, the correct value returns: 62756d7069886d66 However when I do the exact same …

Member Avatar for smantscheff
0
96
Member Avatar for stbtwitter

Hey Everyone, I know how to right a php script to send out an email. But I want to write a script that will send out an email at a certain time, The crux is, I need the email to be sent out even if nobody is accessing the page …

Member Avatar for stbtwitter
0
143
Member Avatar for stbtwitter

I have this code which basically if you uncheck the parent checkbox and if any of the other checkboxes are checked, they will also uncheck. [CODE]<script type="text/javascript"> function c_uncheck() { var field1 = document.myform.lista; var field2 = document.myform.listb; var field3 = document.myform.listc; var field4 = document.myform.listd; for (a = 0; …

Member Avatar for Thirusha
0
64
Member Avatar for stbtwitter

Here is the link: [url]http://www.skyfirestudio.com/project1245/testhomeflash.php[/url] Long story short, I need an swf file to display full screen underneath an html nav bar. But... The link above works fine except that since the nav bar is above the swf displaying the swf at 100% causes the controls for the swf to …

Member Avatar for drumichael87
0
102
Member Avatar for alexgv14

hey guys, I have this php code that receives variables form flash to create image which works fine. what i want to do is save that image after its been created on my server instead of showing it as is in the code below. how do i go abut that …

Member Avatar for stbtwitter
0
167