Forum: PHP 4 Days Ago |
| Replies: 109 Views: 3,266 you said 6digits depending on characters?
You mean 6 characters depending on wether they are of alpha or numeric value?
So in other words, it goes through all the possible 6 character... |
Forum: PHP 4 Days Ago |
| Replies: 109 Views: 3,266 Im waiting for digital response to adler32 being useless, as I gather the logic behind crc32 being useless will be of equal response. |
Forum: PHP 5 Days Ago |
| Replies: 109 Views: 3,266 Note: There are 3 hashing methods with 8 characters adler32/crc32/crc32b I am assuming none of these should be used? That begs the question but why were they created in the first place?
I gather any... |
Forum: PHP 5 Days Ago |
| Replies: 9 Views: 203 That is an option, also you can declare the header("Content-type: text/xml"); and construct like normal xml or echo out php iterations, works a charm! |
Forum: PHP 5 Days Ago |
| Replies: 109 Views: 3,266 Hijack as you please, I just might shoot ya :D
Thanks digital, alot of intresting information contributed to this topic.
If anyone else has anything to add dont be afarid to share or ask!
... |
Forum: PHP 5 Days Ago |
| Replies: 109 Views: 3,266 I gather what you are saying " Atli ", but if your rehashing a hash from crc32b it is still valid, like as you stated your still making an xxx hashing not shorten the length of a hash but like you... |
Forum: PHP 6 Days Ago |
| Replies: 6 Views: 270 ok lets say if i have a method which I declare no arguments in but then I call that method using a list of arguments, i would have to run "func_get_args()" first to retrieve those arguments, then use... |
Forum: PHP 6 Days Ago |
| Replies: 3 Views: 243 so just mysql_real_escape_string and that is it for MySQL?
What about other forms of validation for other mediums? |
Forum: PHP 6 Days Ago |
| Replies: 109 Views: 3,266 digital-ether:
so crc32b should not be used at all?
ive read what you wrote, you put the final output as crc32b if you change the final output to a different hash, you could still use crc32b?
... |
Forum: PHP 8 Days Ago |
| Replies: 109 Views: 3,266 I was reading up on salts and the consenses is that as long as they are used to stop precomputation attacks (aka rainbow tables, etc) the length required is meaningless only the value of the salt,... |
Forum: PHP 8 Days Ago |
| Replies: 109 Views: 3,266 Can you guys refer to people and not 'you' I assumed you guys were talking to me at first since I was the last both, didnt realize you had an argument between each other :D |
Forum: PHP 9 Days Ago |
| Replies: 109 Views: 3,266 Sorry people I have been living under a rock the last 6 months.
Long live my thread! HA
Anyways what I gathered from 'digital-ether' alone crc32 is faulty but if used in conjunciton with another... |
Forum: PHP 9 Days Ago |
| Replies: 3 Views: 243 I would like to get everyones opinions on what processes should be used to validating and protecting the input into your storage medium aka MySQL.
In particular listing possible php functions that... |
Forum: PHP 9 Days Ago |
| Replies: 6 Views: 270 I was stuffing around and I was wondering if it was at all possible to make a function or method, dynamic at all? In what context? well I would like not to have the specify the elements required by... |
Forum: PHP Oct 9th, 2009 |
| Replies: 107 Views: 3,241 Let me know when the 18+ movies come out :D
Whats your website? youtube? etc? Thanks. |
Forum: PHP Oct 6th, 2009 |
| Replies: 107 Views: 3,241 How about a tutorial on how to plug in and turn on a computer? and while we at it reset and shut down a computer.
This would optimize 50% of my work time with users of the network!!!
Sorry boys... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 264 Dont know what I did but I solved it... lol
I think I just reconstructed the sql query a different way to give me the same output and it worked.
PS: isnt "" not a NULL but a defined value?
PPS:... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 226 Someone needs to create a decent php debugger! SOLVED! |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 226 I think I have figured out the problem while away from the computer.
I think it has to do using the mysql_connect within classes.
Anyone got any examples? Thanks, Regards X
PS: Ill test that... |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 264 I throw the exact same sql statement in phpmyadmin and it works but it does not work with mysql_query.
Ideas?
$a = "INSERT INTO players (player_id, first_name, last_name, date_of_birth,... |
Forum: PHP Oct 6th, 2009 |
| Replies: 3 Views: 254 Depending on the browser but your best bet is to use a div tag and use css to set the width of the div tag. Let me know how it goes. |
Forum: PHP Oct 6th, 2009 |
| Replies: 4 Views: 226 |
Forum: PHP Oct 5th, 2009 |
| Replies: 4 Views: 226 I have done this a million times before.
I dont understand why this is not working through the use of a class.
It is telling me that the variable is "undefined" hence contains a NULL value which is... |
Forum: PHP Sep 18th, 2009 |
| Replies: 0 Views: 268 We have all wanted data to be transfered to excel at one stage or another. I would like to know how people have done it and come to a general consensis on how it should be done. I usually use fopen... |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2009 |
| Replies: 6 Views: 1,091 Thanks essential, I have had a quick look over the code.
When I get back home from my current project Ill get onto to it.
Thanks, Regards X |
Forum: JavaScript / DHTML / AJAX Jul 19th, 2009 |
| Replies: 6 Views: 1,091 I tired your document as a .html and a .xsl .
The html appeared in html and the xsl appeared in an xml format but nothing useful.
Any ideas? Thanks. |
Forum: JavaScript / DHTML / AJAX Jul 13th, 2009 |
| Replies: 6 Views: 1,091 I would like to know how to display XML in a browser.
Also if possible to maniuplate the XML elements.
Havent touched based with XML in awhile and still abit rusty.
Thanks, Regards X
PS:... |
Forum: PHP Jul 12th, 2009 |
| Replies: 2 Views: 263 This does not need to be done using PHP but I cannot think of anything else that would make this possible unless manual labor as such(disecting the image and reconstructing it piece by piece)?
How... |
Forum: PHP Jul 1st, 2009 |
| Replies: 2 Views: 512 PS: Even possible to change the default name of IE, FF, etc save as button to your variables on the php page. |
Forum: PHP Jul 1st, 2009 |
| Replies: 2 Views: 512 I would like to make a button that will save the current webpage you are viewing like clicking FILE>SAVE AS in IE, FF, etc. Once clicked you can "precode" the default name of the file based on the... |
Forum: PHP Jun 30th, 2009 |
| Replies: 3 Views: 424 Thanks for the solution.
If you have any good sites to refresh my memory of this stuff let me know.
Thankyou. |
Forum: PHP Jun 29th, 2009 |
| Replies: 3 Views: 424 What I require is to replace \/:"?<*>| with a space.
I have done similar statements before but I have complete brain freeze at the moment. Hoping one of you can jog my memory. Always hated regex... |
Forum: PHP Jun 15th, 2009 |
| Replies: 30 Views: 3,219 Your welcome hope I lead you in the right direction at least. |
Forum: PHP Jun 10th, 2009 |
| Replies: 15 Views: 900 NowDoc is takening over? or being included with HereDoc?
So you would only use NowDoc for a long line of text otherwise u would just use a variable and concactenate it with a period? |
Forum: PHP Jun 9th, 2009 |
| Replies: 4 Views: 693 Grew up on windows need to start showing some love to unix :|
But if he made his computer a SMTP that would mean his computer would have to be on everytime the website required to send it?
So... |
Forum: PHP Jun 9th, 2009 |
| Replies: 15 Views: 900 parse anything, including variables?
In other words wont accept or compute variables or resource names? |
Forum: PHP Jun 8th, 2009 |
| Replies: 15 Views: 900 I just did research on 'heredoc text' in short:
- Acts like a set of " "
Questions I have are in the example code:
$example = <<<EOT // Does it have to always be EOT? why not WTF, etc?... |
Forum: PHP Jun 8th, 2009 |
| Replies: 4 Views: 693 Im not sure but I think you cant send mail from a home made server like apache, etc.
I guess if you wanted to you might have to hand out some cash and make your localhost a full fledge server,... |
Forum: PHP Jun 8th, 2009 |
| Replies: 7 Views: 1,659 Care to give some example code for?
1) Run a statement every X seconds
2) links to a form.php
5) You would just link to a form or a function that php would check for recent rows added and return... |
Forum: PHP Jun 8th, 2009 |
| Replies: 15 Views: 900 Thanks for the link.
Also in regards to the 'absolute path' I thought that first to, but I think it is a contact form on the website that appears not one that is sent via email until later. |