Search Results

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: mschroeder ; Forum: PHP and child forums
Forum: PHP Oct 29th, 2009
Replies: 2
Views: 566
Posted By mschroeder
if you're making the form submit to itself then you need to make the index action in the index controller look for post data so it knows it needs to validate the form.


<?php

class...
Forum: PHP Mar 9th, 2009
Replies: 1
Views: 297
Posted By mschroeder
I'm not sure if there will be a reliable alternative for the time being.
This is due to the Y2K38 problem. http://en.wikipedia.org/wiki/Year_2038_problem
Forum: PHP Feb 26th, 2009
Replies: 109
Views: 3,741
Posted By mschroeder
the registered number of algorithms will vary by system, although in my experience most of them are commonly available. As far as execution time, that would vary drastically depending on the type of...
Forum: PHP Feb 25th, 2009
Replies: 109
Views: 3,741
Posted By mschroeder
The hash function is a function that allows you to utilize numerous kinds of algorithms. if you run print_r(hash_algos()); it will give you an array of the hash algorithms available on your system....
Forum: PHP Feb 25th, 2009
Replies: 109
Views: 3,741
Posted By mschroeder
hashing and encryption are two different things.
hashes like MD5, SHA1, Whirlpool etc. are one way. There *should* NOT be a way to reverse them.

Encryption however is two way. you can encrypt a...
Forum: PHP Feb 24th, 2009
Replies: 3
Views: 739
Posted By mschroeder
<?php

$xYahooXML = '
<ysearchresponse responsecode="200">
<prevpage> /ysearch/web/v1/sunflower%20seeds?appid=e4j0dGfIkY0.VnPaj_m8JivWDmAdWAV50uTRuIaqvA--&amp;format=xml&amp;count=1&amp;start=0 </prevpage>...
Forum: PHP Feb 18th, 2009
Replies: 4
Views: 683
Posted By mschroeder
<script type="text/javascript">
document.write('Clock');
</script>


But, seriously, how about you do some searching, try to put something together and when you have problems you post what you...
Forum: PHP Feb 17th, 2009
Replies: 7
Views: 1,779
Posted By mschroeder
If the server is configured to allow access from the outside world, then just use the ip of the machine to connect to it.

At least in terms of cPanel you need to add external hosts to the...
Forum: PHP Feb 11th, 2009
Replies: 24
Views: 964
Posted By mschroeder
<td width=""><p><?php echo nl2br(wordwrap($message, 75, PHP_EOL, true)); ?></p></td>


The wordwrap function breaks your content down with PHP_EOL which is a constant that is defined to match the...
Forum: PHP Jan 28th, 2009
Replies: 12
Views: 1,600
Posted By mschroeder
I'm not seeing whats so difficult with the code i posted.
I tend to believe the problem is, you don't want to look at, and apply the concepts to your code, you simply want the exact solution to your...
Forum: PHP Jan 12th, 2009
Replies: 9
Views: 644
Posted By mschroeder
in your parameter_check function
$_SESSION['error_list'][] = $error_list;
Showing results 1 to 11 of 11

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC